| Interface | Description |
|---|---|
| EndPoint |
Encapsulates the information needed to open connections to a node.
|
| Metadata |
The metadata of the Cassandra cluster that this driver instance is connected to.
|
| Node |
Metadata about a Cassandra node in the cluster.
|
| NodeShardingInfo |
Holds sharding information for a particular Node.
|
| NodeStateListener |
A listener that gets notified when nodes states change.
|
| Tablet |
Represents a tablet as described in tablets-routing-v1 protocol extension with some additional
fields for ease of use.
|
| TabletMap |
Holds all currently known tablet metadata.
|
| TokenMap |
Utility component to work with the tokens of a given driver instance.
|
| Class | Description |
|---|---|
| KeyspaceTableNamePair |
Simple keyspace name and table name pair.
|
| NodeStateListenerBase |
Convenience class for listener implementations that that don't need to override all methods (all
methods in this class are empty).
|
| SafeInitNodeStateListener |
A node state listener wrapper that delays (or ignores) init events until after the session is
ready.
|
| Enum | Description |
|---|---|
| NodeState |
The state of a node, as viewed from the driver.
|
Copyright © 2017–2025. All rights reserved.