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
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 information on the execution of a query.
Host
          A Cassandra node.
Host.HealthMonitor
          Tracks the health of a node and notify listeners when a host is considered up or down.
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.
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.
Query
          An executable query.
QueryTrace
          The Cassandra trace for a query.
QueryTrace.Event
          A trace event.
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.
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
           
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).
Query
          An executable query.
WriteType
          The type of a Cassandra write query.
 

Classes in com.datastax.driver.core used by com.datastax.driver.core.querybuilder
Query
          An executable query.
Statement
          A non-prepared CQL statement.
TableMetadata
          Describes a Table.
 



Copyright © 2013. All Rights Reserved.