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.ClusteringOrderColumnMetadata. clusteringOrder()static ColumnMetadata.ClusteringOrderColumnMetadata.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.
-