Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



# Classes and Interfaces in #DataStax - 122 results found.
NameDescriptionTypePackageFramework
AbstractSessionAbstract implementation of the Session interface.Classcom.datastax.driver.coreDataStax
AddressTranslaterTranslates IP addresses received from Cassandra nodes into locally queriable The driver auto-detect new Cassandra nodes added to the cluster through serverInterfacecom.datastax.driver.core.policiesDataStax
AlreadyExistsExceptionException thrown when a query attempts to create a keyspace or table that already exists.Classcom.datastax.driver.core.exceptionsDataStax
AssignmentClasscom.datastax.driver.core.querybuilderDataStax
AsyncInitSessionA Session that can be initialized asynchronously.Interfacecom.datastax.driver.coreDataStax
AuthenticationExceptionIndicates an error during the authentication phase while connecting to a node.Classcom.datastax.driver.core.exceptionsDataStax
AuthenticatorHandles SASL authentication with Cassandra servers.Interfacecom.datastax.driver.coreDataStax
AuthProviderProvides Authenticator instances for use when connecting to Cassandra nodes.Interfacecom.datastax.driver.coreDataStax
BatchA built BATCH statement.Classcom.datastax.driver.core.querybuilderDataStax
BatchStatementA statement that group a number of Statement so they get executed as Note: BatchStatement is not supported with the native protocol version 1: youClasscom.datastax.driver.coreDataStax
BindMarker This can be either an anonymous bind marker or a named one (but note that named ones are only supported starting in Cassandra 2.Classcom.datastax.driver.core.querybuilderDataStax
BootstrappingExceptionIndicates that the contacted host was bootstrapping.Classcom.datastax.driver.core.exceptionsDataStax
BoundStatementA prepared statement with values bound to the bind variables.Classcom.datastax.driver.coreDataStax
BuiltStatementCommon ancestor to the query builder built statements.Classcom.datastax.driver.core.querybuilderDataStax
BytesSimple utility methods to make working with bytes (blob) easier.Classcom.datastax.driver.core.utilsDataStax
ChainableLoadBalancingPolicyA load balancing policy that wraps another policy.Interfacecom.datastax.driver.core.policiesDataStax
ClauseClasscom.datastax.driver.core.querybuilderDataStax
CloseableAddressTranslater at Cluster shutdown.Interfacecom.datastax.driver.core.policiesDataStax
CloseableLoadBalancingPolicyA load balancing policy that wants to be notified at cluster shutdown.Interfacecom.datastax.driver.core.policiesDataStax
CloseFutureA future on the shutdown of a Cluster or Session instance.Classcom.datastax.driver.coreDataStax
ClusterInformation and known state of a Cassandra cluster.Classcom.datastax.driver.coreDataStax
ColumnDefinitionsMetadata describing the columns returned in a ResultSet or a A columnDefinitions} instance is mainly a list ofClasscom.datastax.driver.coreDataStax
ColumnMetadataClasscom.datastax.driver.coreDataStax
ConfigurationThe configuration of the cluster.Classcom.datastax.driver.coreDataStax
ConsistencyLevelenum ConsistencyLevelEnum Constant SummaryClasscom.datastax.driver.coreDataStax
ConstantReconnectionPolicyA reconnection policy that waits a constant time between each reconnection attempt.Classcom.datastax.driver.core.policiesDataStax
ConstantSpeculativeExecutionPolicyA SpeculativeExecutionPolicy that schedules a given number of speculative executions, separated by a fixed delay.Classcom.datastax.driver.core.policiesDataStax
CoordinatorExceptionAn interface for exceptions that are able to report the address of the coordinator host that triggered the response error which caused the exception to be raised.Interfacecom.datastax.driver.core.exceptionsDataStax
DataTypeData types supported by cassandra.Classcom.datastax.driver.coreDataStax
DCAwareRoundRobinPolicyA data-center aware Round-robin load balancing policy.Classcom.datastax.driver.core.policiesDataStax
DefaultPreparedStatementCreates a new BoundStatement object for this prepared statement.Classcom.datastax.driver.coreDataStax
DefaultRetryPolicyThe default retry policy.Classcom.datastax.driver.core.policiesDataStax
DelegatingClusterBase class for custom Cluster implementations that wrap another instance (delegate / decorator pattern).Classcom.datastax.driver.coreDataStax
DeleteA built DELETE statement.Classcom.datastax.driver.core.querybuilderDataStax
DowngradingConsistencyRetryPolicyA retry policy that sometimes retry with a lower consistency level than the one initially requested.Classcom.datastax.driver.core.policiesDataStax
DriverExceptionTop level class for exceptions thrown by the driver.Classcom.datastax.driver.core.exceptionsDataStax
DriverInternalErrorAn unexpected error happened internally.Classcom.datastax.driver.core.exceptionsDataStax
DseAuthProviderAuthProvider which supplies authenticator instances for clients to connect t DSE clusters secured with Kerberos Classcom.datastax.driver.authDataStax
EC2MultiRegionAddressTranslaterAddressTranslater implementation for a multi-region EC2 deployment where clients are also deployed in EC2.Classcom.datastax.driver.core.policiesDataStax
ExecutionInfoBasic information on the execution of a query.Classcom.datastax.driver.coreDataStax
ExponentialReconnectionPolicyA reconnection policy that waits exponentially longer between each reconnection attempt (but keeps a constant delay once a maximum delay isClasscom.datastax.driver.core.policiesDataStax
FallthroughRetryPolicyA retry policy that never retry (nor ignore).Classcom.datastax.driver.core.policiesDataStax
GettableDataCollection of (typed) CQL values that can be retrieved by index (starting at 0), or by name.Interfacecom.datastax.driver.coreDataStax
Host This class keeps the information the driver maintain on a given Cassandra node.Classcom.datastax.driver.coreDataStax
HostDistanceThe distance to a Cassandra node as assigned by a LoadBalancingPolicy (through its distance method).Classcom.datastax.driver.coreDataStax
HostFilterPolicyA load balancing policy wrapper that ensures that only hosts matching the predicate will ever be returned.Classcom.datastax.driver.core.policiesDataStax
IdentityTranslaterClasscom.datastax.driver.core.policiesDataStax
InsertA built INSERT statement.Classcom.datastax.driver.core.querybuilderDataStax
InvalidConfigurationInQueryExceptionA specific invalid query exception that indicates that the query is invalid because of some configuration problem.Classcom.datastax.driver.core.exceptionsDataStax
InvalidQueryExceptionIndicates a syntactically correct but invalid query.Classcom.datastax.driver.core.exceptionsDataStax
InvalidTypeExceptionClasscom.datastax.driver.core.exceptionsDataStax
KerberosAuthenticatorResponsible for authenticating with secured DSE services using Kerberos over GSSAPI & SASL.Classcom.datastax.driver.authDataStax
KeyspaceMetadataDescribes a keyspace defined in this cluster.Classcom.datastax.driver.coreDataStax
LatencyAwarePolicyA wrapper load balancing policy that adds latency awareness to a child policy.Classcom.datastax.driver.core.policiesDataStax
LatencyTrackerInterface for objects that are interested in tracking the latencies of the driver queries to each Cassandra nodes.Interfacecom.datastax.driver.coreDataStax
LoadBalancingPolicyThe policy that decides which Cassandra hosts to contact for each new query.Interfacecom.datastax.driver.core.policiesDataStax
LoggingRetryPolicyA retry policy that wraps another policy, logging the decision made by its sub-policy.Classcom.datastax.driver.core.policiesDataStax
MetadataKeeps metadata on the connected cluster, including known nodes and schema definitions.Classcom.datastax.driver.coreDataStax
MetricsMetrics exposed by the driver.Classcom.datastax.driver.coreDataStax
MetricsOptionsClasscom.datastax.driver.coreDataStax
MoreFuturesHelpers to work with Guava's ListenableFuture.Classcom.datastax.driver.core.utilsDataStax
NettyOptionsA set of hooks that allow clients to customize the driver's underlying Netty layer.Classcom.datastax.driver.coreDataStax
NoHostAvailableExceptionException thrown when a query cannot be performed because no host are This exception is thrown ifClasscom.datastax.driver.core.exceptionsDataStax
NoSpeculativeExecutionPolicyA SpeculativeExecutionPolicy that never schedules speculative executions.Classcom.datastax.driver.core.policiesDataStax
OrderingClasscom.datastax.driver.core.querybuilderDataStax
OverloadedExceptionIndicates that the contacted host reported itself being overloaded.Classcom.datastax.driver.core.exceptionsDataStax
PagingStateThe paging state of a query.Classcom.datastax.driver.coreDataStax
PagingStateExceptionClasscom.datastax.driver.core.exceptionsDataStax
PercentileSpeculativeExecutionPolicyA policy that triggers speculative executions when the request to the current host is above a given percentile.Classcom.datastax.driver.core.policiesDataStax
PerHostPercentileTrackerA LatencyTracker that records latencies for each host over a sliding time interval, and exposes an API to retrieve the latency at a given percentile.Classcom.datastax.driver.coreDataStax
PlainTextAuthProviderA simple AuthProvider implementation.Classcom.datastax.driver.coreDataStax
PoliciesPolicies configured for a Cluster instance.Classcom.datastax.driver.core.policiesDataStax
PoolingOptionsOptions related to connection pooling.Classcom.datastax.driver.coreDataStax
PreparedIdClasscom.datastax.driver.coreDataStax
PreparedStatementRepresents a prepared statement, a query with bound variables that has been prepared (pre-parsed) by the database.Interfacecom.datastax.driver.coreDataStax
PrivilegedSaslClientWrapper around SaslClient, which performs necessary parts of the authentication protocol as PrivilegedActions with theClasscom.datastax.driver.authDataStax
ProtocolErrorIndicates that the contacted host reported a protocol error.Classcom.datastax.driver.core.exceptionsDataStax
ProtocolOptionsOptions of the Cassandra native binary protocol.Classcom.datastax.driver.coreDataStax
QueryBuilderStatic methods to build a CQL3 query.Classcom.datastax.driver.core.querybuilderDataStax
QueryExecutionExceptionException related to the execution of a query.Classcom.datastax.driver.core.exceptionsDataStax
QueryLoggerA configurable LatencyTracker that logs all executed statements.Classcom.datastax.driver.coreDataStax
QueryOptionsOptions related to defaults for individual queries.Classcom.datastax.driver.coreDataStax
QueryTimeoutExceptionA Cassandra timeout during a query.Classcom.datastax.driver.core.exceptionsDataStax
QueryTraceThe Cassandra trace for a query.Classcom.datastax.driver.coreDataStax
QueryValidationExceptionAn exception indicating that a query cannot be executed because it is syntactically incorrect, invalid, unauthorized or any other reason.Classcom.datastax.driver.core.exceptionsDataStax
ReadTimeoutExceptionA Cassandra timeout during a read query.Classcom.datastax.driver.core.exceptionsDataStax
ReconnectionPolicyPolicy that decides how often the reconnection to a dead node is attempted.Interfacecom.datastax.driver.core.policiesDataStax
RegularStatementA regular (non-prepared and non batched) CQL statement.Classcom.datastax.driver.coreDataStax
ResultSetThe result of a query.Interfacecom.datastax.driver.coreDataStax
ResultSetFutureA future on a ResultSet.Interfacecom.datastax.driver.coreDataStax
RetryPolicyA policy that defines a default behavior to adopt when a request returns a TimeoutException or an UnavailableException.Interfacecom.datastax.driver.core.policiesDataStax
RoundRobinPolicyA Round-robin load balancing policy.Classcom.datastax.driver.core.policiesDataStax
RowA CQL Row returned in a ResultSet.Interfacecom.datastax.driver.coreDataStax
SchemaChangeListenerInterface for objects that are interested in tracking schema change events in the cluster.Interfacecom.datastax.driver.coreDataStax
SelectA built SELECT statement.Classcom.datastax.driver.core.querybuilderDataStax
ServerErrorIndicates that the contacted host reported un expected error.Classcom.datastax.driver.core.exceptionsDataStax
SessionA session holds connections to a Cassandra cluster, allowing it to be queried.Interfacecom.datastax.driver.coreDataStax
SimpleStatementClasscom.datastax.driver.coreDataStax
SocketOptionsOptions to configure low-level socket options for the connections kept to the Cassandra hosts.Classcom.datastax.driver.coreDataStax
SpeculativeExecutionPolicyThe policy that decides if the driver will send speculative queries to the next hosts when the current host takes too Note that only idempotent statements will be speculatively retried, seeInterfacecom.datastax.driver.core.policiesDataStax
SSLOptionsOptions to provide to enable SSL connections.Classcom.datastax.driver.coreDataStax
StatementAn executable query.Classcom.datastax.driver.coreDataStax
StatementWrapperBase class for custom Statement implementations that wrap another statement.Classcom.datastax.driver.coreDataStax
SyntaxErrorIndicates a syntax error in a query.Classcom.datastax.driver.core.exceptionsDataStax
TableMetadataClasscom.datastax.driver.coreDataStax
TokenA token on the Cassandra ring.Classcom.datastax.driver.coreDataStax
TokenAwarePolicyA wrapper load balancing policy that add token awareness to a child policy.Classcom.datastax.driver.core.policiesDataStax
TokenRangeA range of tokens on the Cassandra ring.Classcom.datastax.driver.coreDataStax
TraceRetrievalExceptionException thrown if a query trace cannot be retrieved.Classcom.datastax.driver.core.exceptionsDataStax
TruncateA built TRUNCATE statement.Classcom.datastax.driver.core.querybuilderDataStax
TruncateExceptionError during a truncation operation.Classcom.datastax.driver.core.exceptionsDataStax
UnauthorizedExceptionIndicates that a query cannot be performed due to the authorization restrictions of the logged user.Classcom.datastax.driver.core.exceptionsDataStax
UnavailableExceptionException thrown when the coordinator knows there is not enough replica alive to perform a query with the requested consistency level.Classcom.datastax.driver.core.exceptionsDataStax
UnpreparedExceptionIndicates that the contacted host replied with an UNPREPARED error code.Classcom.datastax.driver.core.exceptionsDataStax
UnsupportedFeatureExceptionException thrown when a feature is not supported by the native protocolSee Also:Serialized FormClasscom.datastax.driver.core.exceptionsDataStax
UpdateA built UPDATE statement.Classcom.datastax.driver.core.querybuilderDataStax
UsingClasscom.datastax.driver.core.querybuilderDataStax
UUIDsUtility methods to work with UUID and most specifically with time-based onesCreates a "fake" time-based UUID that sorts as the biggest possibleClasscom.datastax.driver.core.utilsDataStax
VersionNumberA version number in the form X.Classcom.datastax.driver.coreDataStax
WhiteListPolicyA load balancing policy wrapper that ensure that only hosts from a provided white list will ever be returned.Classcom.datastax.driver.core.policiesDataStax
WriteTimeoutExceptionA Cassandra timeout during a write query.Classcom.datastax.driver.core.exceptionsDataStax
WriteTypeThe type of a Cassandra write query.Classcom.datastax.driver.coreDataStax