Uses of Class
org.apache.cassandra.schema.ColumnMetadata.Kind
-
Packages that use ColumnMetadata.Kind Package Description org.apache.cassandra.schema -
-
Uses of ColumnMetadata.Kind in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as ColumnMetadata.Kind Modifier and Type Field Description ColumnMetadata.Kind
ColumnMetadata. kind
Methods in org.apache.cassandra.schema that return ColumnMetadata.Kind Modifier and Type Method Description static ColumnMetadata.Kind
ColumnMetadata.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColumnMetadata.Kind[]
ColumnMetadata.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.schema with parameters of type ColumnMetadata.Kind Modifier and Type Method Description AbstractType<?>
TableMetadata.CompactTableMetadata. columnDefinitionNameComparator(ColumnMetadata.Kind kind)
Constructors in org.apache.cassandra.schema with parameters of type ColumnMetadata.Kind Constructor Description ColumnMetadata(java.lang.String ksName, java.lang.String cfName, ColumnIdentifier name, AbstractType<?> type, int position, ColumnMetadata.Kind kind)
ColumnMetadata(TableMetadata table, java.nio.ByteBuffer name, AbstractType<?> type, int position, ColumnMetadata.Kind kind)
-