|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableMetadata.Order | |
|---|---|
| com.datastax.driver.core | The main package for the DataStax Java driver for Cassandra. |
| Uses of TableMetadata.Order in com.datastax.driver.core |
|---|
| Methods in com.datastax.driver.core that return TableMetadata.Order | |
|---|---|
static TableMetadata.Order |
TableMetadata.Order.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TableMetadata.Order[] |
TableMetadata.Order.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.datastax.driver.core that return types with arguments of type TableMetadata.Order | |
|---|---|
List<TableMetadata.Order> |
TableMetadata.getClusteringOrder()
Returns the clustering order for this table. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||