Uses of Package
com.datastax.driver.core

Packages that use com.datastax.driver.core
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
com.datastax.driver.core.exceptions Exceptions thrown by the DataStax Java driver for Cassandra. 
com.datastax.driver.core.policies Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra. 
com.datastax.driver.core.querybuilder A CQL3 query builder. 
 

Classes in com.datastax.driver.core used by com.datastax.driver.core
Authenticator
          Handles SASL authentication with Cassandra servers.
AuthProvider
          Provides Authenticator instances for use when connecting to Cassandra nodes.
BatchStatement
          A statement that group a number of Statement so they get executed as a batch.
BatchStatement.Type
          The type of batch to use.
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.
Cluster.Initializer
          Initializer for 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.
ConsistencyLevel
           
DataType
          Data types supported by cassandra.
DataType.Name
          The CQL type name.
ExecutionInfo
          Basic informations on the execution of a query.
Host
          A Cassandra node.
Host.StateListener
          Interface for listeners that are interested in hosts added, up, down and removed events.
HostDistance
          The distance to a Cassandra node as assigned by a LoadBalancingPolicy (through its distance method).
KeyspaceMetadata
          Describes a keyspace defined in this cluster.
LatencyTracker
          Interface for object that are interested in tracking the latencies of the driver queries to each Cassandra nodes.
Metadata
          Keeps metadata on the connected cluster, including known nodes and schema definitions.
Metrics
          Metrics exposed by the driver.
Metrics.Errors
          Metrics on errors encountered.
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.
ProtocolOptions.Compression
          Compression supported by the Cassandra 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
           
TableMetadata.Order
          Clustering orders.
WriteType
          The type of a Cassandra write query.
 

Classes in com.datastax.driver.core used by com.datastax.driver.core.exceptions
ConsistencyLevel
           
WriteType
          The type of a Cassandra write query.
 

Classes in com.datastax.driver.core used by com.datastax.driver.core.policies
Cluster
          information and known state of a Cassandra cluster.
ConsistencyLevel
           
Host
          A Cassandra node.
Host.StateListener
          Interface for listeners that are interested in hosts added, up, down and removed events.
HostDistance
          The distance to a Cassandra node as assigned by a LoadBalancingPolicy (through its distance method).
Statement
          An executable query.
WriteType
          The type of a Cassandra write query.
 

Classes in com.datastax.driver.core used by com.datastax.driver.core.querybuilder
RegularStatement
          A regular (non-prepared and non batched) CQL statement.
Statement
          An executable query.
TableMetadata
          Describes a Table.
 



Copyright © 2013. All rights reserved.