| Package | Description |
|---|---|
| com.datastax.oss.driver.api.core.metadata |
| Modifier and Type | Method and Description |
|---|---|
Tablet |
TabletMap.getTablet(CqlIdentifier keyspace,
CqlIdentifier table,
long token)
Returns
Tablet instance |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentMap<KeyspaceTableNamePair,ConcurrentSkipListSet<Tablet>> |
TabletMap.getMapping()
Returns mapping from tables to the sets of their tablets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TabletMap.addTablet(CqlIdentifier keyspace,
CqlIdentifier table,
Tablet tablet)
Adds a single tablet to the map.
|
Copyright © 2017–2025. All rights reserved.