See: Description
Interface | Description |
---|---|
Cluster.Initializer |
Initializer for
Cluster instances. |
Host.StateListener |
Interface for listeners that are interested in hosts added, up, down and
removed events.
|
LatencyTracker |
Interface for object that are interested in tracking the latencies
of the driver queries to each Cassandra nodes.
|
ResultSet |
The result of a query.
|
ResultSetFuture |
A future on a
ResultSet . |
Row |
A CQL Row returned in a
ResultSet . |
Session |
A session holds connections to a Cassandra cluster, allowing it to be queried.
|
Class | Description |
---|---|
BoundStatement |
A prepared statement with values bound to the bind variables.
|
Cluster |
information and known state of a Cassandra cluster.
|
Cluster.Builder |
Helper class to build
Cluster instances. |
ColumnDefinitions |
Metadata describing the columns returned in a
ResultSet or a
PreparedStatement . |
ColumnDefinitions.Definition |
A column definition.
|
ColumnMetadata |
Describes a Column.
|
ColumnMetadata.IndexMetadata |
Metadata on a column index.
|
Configuration |
The configuration of the cluster.
|
DataType |
Data types supported by cassandra.
|
ExecutionInfo |
Basic information on the execution of a query.
|
Host |
A Cassandra node.
|
KeyspaceMetadata |
Describes a keyspace defined in this cluster.
|
Metadata |
Keeps metadata on the connected cluster, including known nodes and schema definitions.
|
Metrics |
Metrics exposed by the driver.
|
MetricsOptions |
Metrics options. |
PoolingOptions |
Options related to connection pooling.
|
PreparedStatement |
Represents a prepared statement, a query with bound variables that has been
prepared (pre-parsed) by the database.
|
ProtocolOptions |
Options of the Cassandra native binary protocol.
|
Query |
An executable query.
|
QueryTrace |
The Cassandra trace for a query.
|
QueryTrace.Event |
A trace event.
|
SimpleStatement |
A simple
Statement implementation built directly from a query
string. |
SocketOptions |
Options to configure low-level socket options for the connections kept
to the Cassandra hosts.
|
SSLOptions |
Options to provide to enable SSL connections.
|
Statement |
A non-prepared CQL statement.
|
TableMetadata |
Describes a Table.
|
TableMetadata.Options |
Enum | Description |
---|---|
ConsistencyLevel | |
DataType.Name |
The CQL type name.
|
HostDistance |
The distance to a Cassandra node as assigned by a
LoadBalancingPolicy (through its distance method). |
ProtocolOptions.Compression |
Compression supported by the Cassandra binary protocol.
|
TableMetadata.Order |
Clustering orders.
|
WriteType |
The type of a Cassandra write query.
|
The main entry for this package is the Cluster
class.
Copyright © 2014. All Rights Reserved.