Uses of Enum Class
org.apache.cassandra.db.marshal.CollectionType.Kind
Packages that use CollectionType.Kind
-
Uses of CollectionType.Kind in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection with parameters of type CollectionType.KindModifier and TypeMethodDescriptiondefault ColumnSpecificationSelectable.specForElementOrSlice(Selectable selected, ColumnSpecification receiver, CollectionType.Kind kind, String selectionType) -
Uses of CollectionType.Kind in org.apache.cassandra.db.marshal
Fields in org.apache.cassandra.db.marshal declared as CollectionType.KindMethods in org.apache.cassandra.db.marshal that return CollectionType.KindModifier and TypeMethodDescriptionstatic CollectionType.KindReturns the enum constant of this class with the specified name.static CollectionType.Kind[]CollectionType.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.cassandra.db.marshal with parameters of type CollectionType.KindModifierConstructorDescriptionprotectedCollectionType(AbstractType.ComparisonType comparisonType, CollectionType.Kind kind)