| Package | Description |
|---|---|
| com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
| Modifier and Type | Method and Description |
|---|---|
IndexMetadata |
TableMetadata.getIndex(String name)
Returns metadata on a index of this table.
|
| Modifier and Type | Method and Description |
|---|---|
List<IndexMetadata> |
TableMetadata.getIndexes()
Returns a list containing all the indexes of this table.
|