| 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.
|
| NodeStateListener |
A listener that gets notified when nodes states change.
|
| TokenMap |
Utility component to work with the tokens of a given driver instance.
|
| Class | Description |
|---|---|
| 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–2020. All rights reserved.