Uses of Enum Class
org.apache.cassandra.schema.ColumnMetadata.Kind
Packages that use ColumnMetadata.Kind
-
Uses of ColumnMetadata.Kind in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as ColumnMetadata.KindMethods in org.apache.cassandra.schema that return ColumnMetadata.KindModifier and TypeMethodDescriptionstatic ColumnMetadata.KindReturns the enum constant of this class with the specified name.static ColumnMetadata.Kind[]ColumnMetadata.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.schema with parameters of type ColumnMetadata.KindModifier and TypeMethodDescriptionAbstractType<?>TableMetadata.CompactTableMetadata.columnDefinitionNameComparator(ColumnMetadata.Kind kind) Constructors in org.apache.cassandra.schema with parameters of type ColumnMetadata.KindModifierConstructorDescriptionColumnMetadata(String ksName, String cfName, ColumnIdentifier name, AbstractType<?> type, int position, ColumnMetadata.Kind kind, ColumnMask mask) ColumnMetadata(TableMetadata table, ByteBuffer name, AbstractType<?> type, int position, ColumnMetadata.Kind kind, ColumnMask mask)