Package | Description |
---|---|
com.datastax.dse.driver.api.core.metadata.schema | |
com.datastax.oss.driver.api.core.metadata.schema |
Modifier and Type | Interface and Description |
---|---|
interface |
DseIndexMetadata
Specialized index metadata for DSE.
|
Modifier and Type | Method and Description |
---|---|
default Optional<IndexMetadata> |
TableMetadata.getIndex(CqlIdentifier indexId) |
default Optional<IndexMetadata> |
TableMetadata.getIndex(String indexName)
Shortcut for
getIndex(CqlIdentifier.fromCql(indexName)) . |
Map<CqlIdentifier,IndexMetadata> |
TableMetadata.getIndexes() |
Copyright © 2017–2024. All rights reserved.