|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Authenticator | Handles SASL authentication with Cassandra servers. |
| AuthProvider | Provides Authenticator instances for use when connecting
to Cassandra nodes. |
| 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. |
| Class Summary | |
|---|---|
| BatchStatement | A statement that group a number of Statement so they get executed as
a batch. |
| 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 informations 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. |
| PlainTextAuthProvider | A simple AuthProvider implementation. |
| 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. |
| QueryOptions | Options related to defaults for individual queries. |
| QueryTrace | The Cassandra trace for a query. |
| QueryTrace.Event | A trace event. |
| RegularStatement | A regular (non-prepared and non batched) CQL statement. |
| 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. |
| ShutdownFuture | A future on the shutdown of a Cluster or Session instance. |
| SimpleStatement | A simple RegularStatement 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 | An executable query. |
| TableMetadata | Describes a Table. |
| TableMetadata.Options | |
| Enum Summary | |
|---|---|
| BatchStatement.Type | The type of batch to use. |
| 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 package for the DataStax Java driver for Cassandra.
The main entry for this package is the Cluster class.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||