Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
Map<TabletMap.KeyspaceTableNamePair,TabletMap.TabletSet> |
TabletMap.getMapping()
Returns the mapping of tables to their tablets.
|
Modifier and Type | Method and Description |
---|---|
void |
TabletMap.removeTableMappings(TabletMap.KeyspaceTableNamePair key) |
Constructor and Description |
---|
TabletMap(com.datastax.driver.core.Cluster.Manager cluster,
ConcurrentMap<TabletMap.KeyspaceTableNamePair,TabletMap.TabletSet> mapping) |
Copyright © 2012–2025. All rights reserved.