Uses of Class
org.apache.cassandra.schema.ColumnMetadata.ClusteringOrder
-
Packages that use ColumnMetadata.ClusteringOrder Package Description org.apache.cassandra.schema -
-
Uses of ColumnMetadata.ClusteringOrder in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return ColumnMetadata.ClusteringOrder Modifier and Type Method Description ColumnMetadata.ClusteringOrder
ColumnMetadata. clusteringOrder()
static ColumnMetadata.ClusteringOrder
ColumnMetadata.ClusteringOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ColumnMetadata.ClusteringOrder[]
ColumnMetadata.ClusteringOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-