Uses of Class
org.apache.cassandra.db.marshal.CollectionType.Kind
-
Packages that use CollectionType.Kind Package Description org.apache.cassandra.db.marshal -
-
Uses of CollectionType.Kind in org.apache.cassandra.db.marshal
Fields in org.apache.cassandra.db.marshal declared as CollectionType.Kind Modifier and Type Field Description CollectionType.Kind
CollectionType. kind
Methods in org.apache.cassandra.db.marshal that return CollectionType.Kind Modifier and Type Method Description static CollectionType.Kind
CollectionType.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CollectionType.Kind[]
CollectionType.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.cassandra.db.marshal with parameters of type CollectionType.Kind Constructor Description CollectionType(AbstractType.ComparisonType comparisonType, CollectionType.Kind kind)
-