Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

absentValue() - Method in class com.datastax.driver.extras.codecs.guava.OptionalCodec
 
absentValue() - Method in class com.datastax.driver.extras.codecs.jdk8.OptionalCodec
 
AbstractArrayCodec<T> - Class in com.datastax.driver.extras.codecs.arrays
Base class for all codecs dealing with Java arrays.
AbstractArrayCodec(DataType.CollectionType, Class<T>) - Constructor for class com.datastax.driver.extras.codecs.arrays.AbstractArrayCodec
 
AbstractCollectionCodec(DataType.CollectionType, TypeToken<C>, TypeCodec<E>) - Constructor for class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
 
AbstractCreateStatement<T extends AbstractCreateStatement<T>> - Class in com.datastax.driver.core.schemabuilder
 
AbstractCreateStatement() - Constructor for class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
 
AbstractGettableData - Class in com.datastax.driver.core
 
AbstractGettableData(ProtocolVersion) - Constructor for class com.datastax.driver.core.AbstractGettableData
Creates a new AbstractGettableData object.
AbstractMapCodec(TypeCodec<K>, TypeCodec<V>) - Constructor for class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
AbstractMonotonicTimestampGenerator - Class in com.datastax.driver.core
Base implementation for monotonic timestamp generators.
AbstractMonotonicTimestampGenerator() - Constructor for class com.datastax.driver.core.AbstractMonotonicTimestampGenerator
 
AbstractPrimitiveArrayCodec<T> - Class in com.datastax.driver.extras.codecs.arrays
Base class for all codecs dealing with Java primitive arrays.
AbstractPrimitiveArrayCodec(DataType.CollectionType, Class<T>) - Constructor for class com.datastax.driver.extras.codecs.arrays.AbstractPrimitiveArrayCodec
 
AbstractSession - Class in com.datastax.driver.core
Abstract implementation of the Session interface.
AbstractSession() - Constructor for class com.datastax.driver.core.AbstractSession
 
AbstractTableMetadata - Class in com.datastax.driver.core
Base class for Tables and Materialized Views metadata.
AbstractTableMetadata(KeyspaceMetadata, String, UUID, List<ColumnMetadata>, List<ColumnMetadata>, Map<String, ColumnMetadata>, TableOptionsMetadata, List<ClusteringOrder>, VersionNumber) - Constructor for class com.datastax.driver.core.AbstractTableMetadata
 
AbstractTupleCodec(TupleType, Class<T>) - Constructor for class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
AbstractTupleCodec(TupleType, TypeToken<T>) - Constructor for class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
AbstractUDTCodec(UserType, Class<T>) - Constructor for class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
 
AbstractUDTCodec(UserType, TypeToken<T>) - Constructor for class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
 
accepts(Object) - Method in class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
 
accepts(Object) - Method in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
accepts(DataType) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
accepts(TypeToken<?>) - Method in class com.datastax.driver.core.TypeCodec
Return true if this codec is capable of serializing the given javaType.
accepts(Class<?>) - Method in class com.datastax.driver.core.TypeCodec
Return true if this codec is capable of serializing the given javaType.
accepts(DataType) - Method in class com.datastax.driver.core.TypeCodec
Return true if this codec is capable of deserializing the given cqlType.
accepts(Object) - Method in class com.datastax.driver.core.TypeCodec
Return true if this codec is capable of serializing the given object.
Accessor - Annotation Type in com.datastax.driver.mapping.annotations
An accessor is an interface that defines a set of method to read and write from Cassandra.
add(Statement) - Method in class com.datastax.driver.core.BatchStatement
Adds a new statement to this batch.
add(int, int) - Method in class com.datastax.driver.core.LocalDate
Return a new LocalDate with the specified (signed) amount of time added to (or subtracted from) the given Calendar field, based on the calendar's rules.
add(RegularStatement) - Method in class com.datastax.driver.core.querybuilder.Batch
Adds a new statement to this batch.
add(RegularStatement) - Method in class com.datastax.driver.core.querybuilder.Batch.Options
Adds a new statement to the BATCH statement these options are part of.
add(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Adds a value to a set column.
add(GraphTraversal) - Method in class com.datastax.dse.graph.api.TraversalBatch
Add one traversal to this TraversalBatch instance (thread-safe).
add(GraphTraversal) - Method in class com.datastax.dse.graph.internal.DefaultTraversalBatch
 
addAll(Iterable<? extends Statement>) - Method in class com.datastax.driver.core.BatchStatement
Adds multiple statements to this batch.
addAll(String, Set<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Adds a set of values to a set column.
addAll(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Adds a set of values to a set column.
addAll(Iterable<GraphTraversal>) - Method in class com.datastax.dse.graph.api.TraversalBatch
Add multiple traversals to this TraversalBatch instance (thread-safe).
addAll(Iterable<GraphTraversal>) - Method in class com.datastax.dse.graph.internal.DefaultTraversalBatch
 
addCallback(ListenableFuture<I>, FutureCallback<? super I>) - Method in class com.datastax.driver.core.GuavaCompatibility
Registers separate success and failure callbacks to be run when the Future's computation is complete or, if the computation is already complete, immediately.
addCallback(ListenableFuture<I>, FutureCallback<? super I>, Executor) - Method in class com.datastax.driver.core.GuavaCompatibility
Registers separate success and failure callbacks to be run when the Future's computation is complete or, if the computation is already complete, immediately.
addClusteringColumn(String, DataType) - Method in class com.datastax.driver.core.schemabuilder.Create
Add a clustering column definition to this CREATE TABLE statement.
addColumn(String, DataType) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Add a column definition to this CREATE statement.
addColumn(String) - Method in class com.datastax.driver.core.schemabuilder.Alter
Add a new ADD column clause to this ALTER TABLE statement.
addContactPoint(String) - Method in class com.datastax.driver.core.Cluster.Builder
Adds a contact point - or many if the given address resolves to multiple InetAddress s (A records).
addContactPoint(EndPoint) - Method in class com.datastax.driver.core.Cluster.Builder
Adds a contact point using the given connection information.
addContactPoint(String) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
addContactPoints(String...) - Method in class com.datastax.driver.core.Cluster.Builder
Adds contact points.
addContactPoints(InetAddress...) - Method in class com.datastax.driver.core.Cluster.Builder
Adds contact points.
addContactPoints(Collection<InetAddress>) - Method in class com.datastax.driver.core.Cluster.Builder
Adds contact points.
addContactPoints(String...) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
addContactPoints(InetAddress...) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
addContactPoints(Collection<InetAddress>) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
addContactPointsWithPorts(InetSocketAddress...) - Method in class com.datastax.driver.core.Cluster.Builder
Adds contact points.
addContactPointsWithPorts(Collection<InetSocketAddress>) - Method in class com.datastax.driver.core.Cluster.Builder
Adds contact points.
addContactPointsWithPorts(InetSocketAddress...) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
addContactPointsWithPorts(Collection<InetSocketAddress>) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
addPartitionKey(String, DataType) - Method in class com.datastax.driver.core.schemabuilder.Create
Add a partition key column definition to this CREATE TABLE statement.
AddressTranslator - Interface in com.datastax.driver.core.policies
Translates IP addresses received from Cassandra nodes into locally queriable addresses.
addRing(Point, Point, Point, Point...) - Method in class com.datastax.driver.dse.geometry.Polygon.Builder
Adds a new ring for this polygon.
addSaslProperty(String, String) - Method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider.Builder
Add a SASL property to use when creating the SASL client.
addSpecificOptions(List<String>) - Method in class com.datastax.driver.core.schemabuilder.Alter.Options
 
addSpecificOptions(List<String>) - Method in class com.datastax.driver.core.schemabuilder.Create.Options
 
addSpecificOptions(List<String>) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
 
addStaticColumn(String) - Method in class com.datastax.driver.core.schemabuilder.Alter
Add a new ADD column clause to this ALTER TABLE statement, to add a static column.
addStaticColumn(String, DataType) - Method in class com.datastax.driver.core.schemabuilder.Create
Add a static column definition to this CREATE TABLE statement.
addTransientPropertyNames(String...) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Adds new values to the existing set of transient property names.
addTransientPropertyNames(Collection<String>) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Adds new values to the existing set of transient property names.
addUDTClusteringColumn(String, UDTType) - Method in class com.datastax.driver.core.schemabuilder.Create
Add a clustering column definition to this CREATE TABLE statement, when its type contains a UDT.
addUDTColumn(String, UDTType) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Add a column definition to this CREATE statement, when the type contains a UDT.
addUDTListColumn(String, UDTType) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Shorthand to add a column definition to this CREATE statement, when the type is a list of UDT.
addUDTMapColumn(String, DataType, UDTType) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Shorthand to add a column definition to this CREATE statement, when the type is a map with a UDT value type.
addUDTMapColumn(String, UDTType, DataType) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Shorthand to add a column definition to this CREATE statement, when the type is a map with a UDT key type.
addUDTMapColumn(String, UDTType, UDTType) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Shorthand to add a column definition to this CREATE statement, when the type is a map with UDT key and value types.
addUDTPartitionKey(String, UDTType) - Method in class com.datastax.driver.core.schemabuilder.Create
Add a partition key column definition to this CREATE TABLE statement, when its type contains a UDT.
addUDTSetColumn(String, UDTType) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Shorthand to add a column definition to this CREATE statement, when the type is a set of UDT.
addUDTStaticColumn(String, UDTType) - Method in class com.datastax.driver.core.schemabuilder.Create
Add a static column definition to this CREATE TABLE statement, when its type contains a UDT.
afterBootstrapInitialized(Bootstrap) - Method in class com.datastax.driver.core.NettyOptions
Hook invoked each time the driver creates a new Connection and configures a new instance of Bootstrap for it.
afterChannelInitialized(SocketChannel) - Method in class com.datastax.driver.core.NettyOptions
Hook invoked each time the driver creates a new Connection and initializes the channel.
AggregateMetadata - Class in com.datastax.driver.core
Describes a CQL aggregate function (created with CREATE AGGREGATE...).
alias(Object, String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates an alias for a given column.
all() - Method in interface com.datastax.driver.core.PagingIterable
Returns all the remaining rows in this result set as a list.
all() - Method in class com.datastax.driver.core.querybuilder.Delete.Selection
Deletes all columns (i.e.
all() - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Selects all columns (i.e.
all() - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
all() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Returns all the remaining results as a list.
all() - Method in class com.datastax.driver.mapping.Result
 
allowBetaProtocolVersion() - Method in class com.datastax.driver.core.Cluster.Builder
Create cluster connection using latest development protocol version, which is currently in beta.
allowBetaProtocolVersion() - Method in class com.datastax.driver.dse.DseCluster.Builder
 
allowFiltering() - Method in class com.datastax.driver.core.querybuilder.Select
Adds an ALLOW FILTERING directive to this statement.
allowFiltering() - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds an ALLOW FILTERING directive to the SELECT statement this WHERE clause is part of.
allowRemoteDCsForLocalConsistencyLevel() - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy.Builder
Deprecated.
This functionality will be removed in the next major release of the driver. DC failover shouldn't be done in the driver, which does not have the necessary context to know what makes sense considering application semantics.
allPrimitiveTypes() - Static method in class com.datastax.driver.core.DataType
Returns a set of all the primitive types, where primitive types are defined as the types that don't have type arguments (that is excluding lists, sets, maps, tuples and udts).
allRows() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Return the row caching strategy that caches all rows (all), to use in a CREATE or ALTER TABLE statement.
AlreadyExistsException - Exception in com.datastax.driver.core.exceptions
Exception thrown when a query attempts to create a keyspace or table that already exists.
AlreadyExistsException(String, String) - Constructor for exception com.datastax.driver.core.exceptions.AlreadyExistsException
 
AlreadyExistsException(EndPoint, String, String) - Constructor for exception com.datastax.driver.core.exceptions.AlreadyExistsException
 
Alter - Class in com.datastax.driver.core.schemabuilder
An in-construction ALTER TABLE statement.
Alter.AddColumn - Class in com.datastax.driver.core.schemabuilder
An ADD column clause.
Alter.AlterColumn - Class in com.datastax.driver.core.schemabuilder
An ALTER column clause.
Alter.Options - Class in com.datastax.driver.core.schemabuilder
The table options of an ALTER TABLE statement.
Alter.RenameColumn - Class in com.datastax.driver.core.schemabuilder
A RENAME column clause.
alterColumn(String) - Method in class com.datastax.driver.core.schemabuilder.Alter
Add an ALTER column clause (to change the column type) to this ALTER TABLE statement.
AlterKeyspace - Class in com.datastax.driver.core.schemabuilder
A built ALTER KEYSPACE statement.
AlterKeyspace(String) - Constructor for class com.datastax.driver.core.schemabuilder.AlterKeyspace
 
alterKeyspace(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new ALTER KEYSPACE statement.
alterTable(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new ALTER TABLE statement.
alterTable(String, String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new ALTER TABLE statement.
always() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create the speculative retry strategy that retries reads of all replicas, to use in a CREATE or ALTER TABLE statement.
and(Using) - Method in class com.datastax.driver.core.querybuilder.Batch.Options
Adds the provided option.
and(Clause) - Method in class com.datastax.driver.core.querybuilder.Delete.Conditions
Adds the provided condition for the deletion.
and(Using) - Method in class com.datastax.driver.core.querybuilder.Delete.Options
Adds the provided option.
and(Clause) - Method in class com.datastax.driver.core.querybuilder.Delete.Where
Adds the provided clause to this WHERE clause.
and(Using) - Method in class com.datastax.driver.core.querybuilder.Insert.Options
Adds the provided option.
and(Clause) - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds the provided clause to this WHERE clause.
and(Assignment) - Method in class com.datastax.driver.core.querybuilder.Update.Assignments
Adds a new assignment for this UPDATE statement.
and(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Conditions
Adds the provided condition for the update.
and(Using) - Method in class com.datastax.driver.core.querybuilder.Update.Options
Adds the provided option.
and(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Where
Adds the provided clause to this WHERE clause.
andColumn(String) - Method in class com.datastax.driver.core.schemabuilder.CreateIndex.CreateIndexOn
Specify the column to create the index on.
andKeysOfColumn(String) - Method in class com.datastax.driver.core.schemabuilder.CreateIndex.CreateIndexOn
Create an index on the keys of the given map column.
append(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Append a value to a list column.
append(Statement, StringBuilder, int) - Method in class com.datastax.driver.core.QueryLogger
 
append(CharSequence, StringBuilder, int) - Method in class com.datastax.driver.core.QueryLogger
 
appendAll(String, List<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Append a list of values to a list column.
appendAll(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Append a list of values to a list column.
appendOptions(StringBuilder, boolean) - Method in class com.datastax.driver.core.AbstractTableMetadata
 
appendParameters(BoundStatement, StringBuilder, int) - Method in class com.datastax.driver.core.QueryLogger
 
appendParameters(SimpleStatement, StringBuilder, int) - Method in class com.datastax.driver.core.QueryLogger
 
appendParameters(BuiltStatement, StringBuilder, int) - Method in class com.datastax.driver.core.QueryLogger
 
as(String) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
Adds an alias for the just selected item.
as(Class<T>) - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
as(TypeToken<T>) - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
as(Class<T>) - Method in interface com.datastax.driver.dse.serde.Node
Deserializes and returns this node as an instance of clazz.
as(TypeToken<T>) - Method in interface com.datastax.driver.dse.serde.Node
Deserializes and returns this node as an instance of the given type.
asBoolean() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asBoolean() - Method in interface com.datastax.driver.dse.serde.Node
Returns this node as a boolean.
asc(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Ascending ordering for the provided column.
ascii() - Static method in class com.datastax.driver.core.DataType
Returns the ASCII type.
ascii() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type ascii.
asCQLQuery() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns a single CQL statement representing this table or materialized view.
asCQLQuery(boolean) - Method in class com.datastax.driver.core.AbstractTableMetadata
 
asCQLQuery() - Method in class com.datastax.driver.core.AggregateMetadata
Returns a CQL query representing this function.
asCQLQuery() - Method in class com.datastax.driver.core.FunctionMetadata
Returns a CQL query representing this function.
asCQLQuery() - Method in class com.datastax.driver.core.IndexMetadata
Returns a CQL query representing this index.
asCQLQuery() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns a CQL query representing this keyspace.
asCQLQuery() - Method in class com.datastax.driver.core.MaterializedViewMetadata
Returns a single CQL statement representing this materialized view.
asCQLQuery(boolean) - Method in class com.datastax.driver.core.MaterializedViewMetadata
 
asCQLQuery() - Method in class com.datastax.driver.core.TableMetadata
Returns a single CQL statement representing this table.
asCQLQuery(boolean) - Method in class com.datastax.driver.core.TableMetadata
 
asCQLQuery() - Method in class com.datastax.driver.core.UserType
Returns a CQL query representing this user type.
asCQLString() - Method in class com.datastax.driver.core.schemabuilder.UDTType
 
asDouble() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asDouble() - Method in interface com.datastax.driver.dse.serde.Node
Returns this node as a double.
asEdge() - Method in interface com.datastax.driver.dse.graph.GraphNode
Returns this node as an Edge.
asEdge() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asFunctionParameterString() - Method in class com.datastax.driver.core.DataType
Returns a String representation of this data type suitable for inclusion as a parameter type in a function or aggregate signature.
asFunctionParameterString() - Method in class com.datastax.driver.core.DataType.CollectionType
 
asFunctionParameterString() - Method in class com.datastax.driver.core.TupleType
 
asFunctionParameterString() - Method in class com.datastax.driver.core.UserType
 
asGeoJson() - Method in class com.datastax.driver.dse.geometry.Distance
The distance type has no equivalent in the GeoJSON standard: this method throws an UnsupportedOperationException.
asGeoJson() - Method in class com.datastax.driver.dse.geometry.Geometry
Returns a JSON representation of this geospatial type.
asGraphStatement() - Method in class com.datastax.dse.graph.api.TraversalBatch
Convert the TraversalBatch into a GraphStatement to execute on a DseSession.
asGraphStatement() - Method in class com.datastax.dse.graph.internal.DefaultTraversalBatch
 
asInt() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asInt() - Method in interface com.datastax.driver.dse.serde.Node
Returns this node as an integer.
asList() - Method in class com.datastax.driver.core.ColumnDefinitions
Returns a list containing all the definitions of this metadata in order.
asLong() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asLong() - Method in interface com.datastax.driver.dse.serde.Node
Returns this node as a long integer.
asMap() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asMap() - Method in interface com.datastax.driver.dse.serde.Node
Deserializes and returns this node as an instance of Map<String, Object>.
asPath() - Method in interface com.datastax.driver.dse.graph.GraphNode
Returns this node as a Path.
asPath() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asProperty() - Method in interface com.datastax.driver.dse.graph.GraphNode
Returns this node as a Property.
asProperty() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
Assignment - Class in com.datastax.driver.core.querybuilder
 
asString() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asString() - Method in interface com.datastax.driver.dse.serde.Node
Returns a valid String representation of this node, if the node is a simple node (i.e.
asVertex() - Method in interface com.datastax.driver.dse.graph.GraphNode
Returns this node as a Vertex.
asVertex() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asVertexProperty() - Method in interface com.datastax.driver.dse.graph.GraphNode
Returns this node as a VertexProperty.
asVertexProperty() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
asWellKnownBinary() - Method in class com.datastax.driver.dse.geometry.Distance
The distance type has no equivalent in the OGC standard: this method throws an UnsupportedOperationException.
asWellKnownBinary() - Method in class com.datastax.driver.dse.geometry.Geometry
Returns a Well-known Binary (WKB) representation of this geospatial type.
asWellKnownText() - Method in class com.datastax.driver.dse.geometry.Distance
Returns a Well-known Text (WKT) representation of this geospatial type.
asWellKnownText() - Method in class com.datastax.driver.dse.geometry.Geometry
Returns a Well-known Text (WKT) representation of this geospatial type.
AsyncContinuousPagingResult - Interface in com.datastax.driver.core
AtomicMonotonicTimestampGenerator - Class in com.datastax.driver.core
A timestamp generator that guarantees monotonically increasing timestamps among all client threads, and logs warnings when timestamps drift in the future.
AtomicMonotonicTimestampGenerator() - Constructor for class com.datastax.driver.core.AtomicMonotonicTimestampGenerator
Creates a new instance with a warning threshold and warning interval of one second.
AtomicMonotonicTimestampGenerator(long, TimeUnit, long, TimeUnit) - Constructor for class com.datastax.driver.core.AtomicMonotonicTimestampGenerator
Creates a new instance.
AuthenticationException - Exception in com.datastax.driver.core.exceptions
Indicates an error during the authentication phase while connecting to a node.
AuthenticationException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.AuthenticationException
 
AuthenticationException(InetSocketAddress, String) - Constructor for exception com.datastax.driver.core.exceptions.AuthenticationException
 
Authenticator - Interface in com.datastax.driver.core
Handles SASL authentication with Cassandra servers.
AuthProvider - Interface in com.datastax.driver.core
Provides Authenticator instances for use when connecting to Cassandra nodes.
AuthProvider.NoAuthProvider - Class in com.datastax.driver.core
 
AuthProvider.TransitionalModePlainTextAuthenticator - Class in com.datastax.driver.core
Dummy Authenticator that accounts for DSE authentication configured with transitional mode.
avg(Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates an avg(x) built-in function call.
avg(Object) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates an avg(x) built-in function call.
avg(Object) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 

B

baseTimeSeconds(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions
Sets the size of the first window.
Batch - Class in com.datastax.driver.core.querybuilder
A built BATCH statement.
batch(RegularStatement...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Builds a new BATCH query on the provided statements.
batch() - Static method in class com.datastax.dse.graph.api.DseGraph
Create a TraversalBatch object to perform batch mutations on a DSE Graph.
Batch.Options - Class in com.datastax.driver.core.querybuilder
The options of a BATCH statement.
BatchStatement - Class in com.datastax.driver.core
A statement that groups a number of Statement so they get executed as a batch.
BatchStatement() - Constructor for class com.datastax.driver.core.BatchStatement
Creates a new LOGGED batch statement.
BatchStatement(BatchStatement.Type) - Constructor for class com.datastax.driver.core.BatchStatement
Creates a new batch statement of the provided type.
BatchStatement.Type - Enum in com.datastax.driver.core
The type of batch to use.
bigint() - Static method in class com.datastax.driver.core.DataType
Returns the BIGINT type.
bigint() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type bigint.
bind(Object...) - Method in class com.datastax.driver.core.BoundStatement
Bound values to the variables of this statement.
bind(Object...) - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
bind() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
bind(Object...) - Method in interface com.datastax.driver.core.PreparedStatement
Creates a new BoundStatement object and bind its variables to the provided values.
bind() - Method in interface com.datastax.driver.core.PreparedStatement
Creates a new BoundStatement object for this prepared statement.
BindMarker - Class in com.datastax.driver.core.querybuilder
A CQL3 bind marker.
bindMarker() - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
An object representing an anonymous bind marker (a question mark).
bindMarker(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
An object representing a named bind marker.
blob() - Static method in class com.datastax.driver.core.DataType
Returns the BLOB type.
blob() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type blob.
bloomFilterFPChance(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the desired false-positive probability for SSTable Bloom filters.
BootstrappingException - Exception in com.datastax.driver.core.exceptions
Indicates that the contacted host was bootstrapping when it received a read query.
BootstrappingException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.BootstrappingException
 
BoundStatement - Class in com.datastax.driver.core
A prepared statement with values bound to the bind variables.
BoundStatement(PreparedStatement) - Constructor for class com.datastax.driver.core.BoundStatement
Creates a new BoundStatement from the provided prepared statement.
bucketHigh(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
Size-tiered compaction strategy (STCS) considers SSTables to be within the same bucket if the SSTable size diverges by 50% or less from the default bucket_low and default bucket_high values: [average-size × bucket_low, average-size × bucket_high].
bucketHigh(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Size-tiered compaction strategy (STCS) is used in the newest window, this method sets the bucketHigh value used in STCS.
bucketLow(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
Size-tiered compaction strategy (STCS) considers SSTables to be within the same bucket if the SSTable size diverges by 50% or less from the default bucket_low and default bucket_high values: [average-size × bucket_low, average-size × bucket_high].
bucketLow(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Size-tiered compaction strategy (STCS) is used in the newest window, this method sets the bucketLow value used in STCS.
build() - Method in class com.datastax.driver.core.Cluster.Builder
Builds the cluster with the configured set of initial contact points and policies.
build() - Method in class com.datastax.driver.core.ClusterWidePercentileTracker.Builder
 
build() - Method in class com.datastax.driver.core.Configuration.Builder
Builds the final object from this builder.
build() - Method in class com.datastax.driver.core.ContinuousPagingOptions.Builder
Returns the options specified by this builder.
build() - Method in class com.datastax.driver.core.JdkSSLOptions.Builder
Deprecated.
Builds a new instance based on the parameters provided to this builder.
build() - Method in class com.datastax.driver.core.PercentileTracker.Builder
Builds the PercentileTracker instance configured with this builder.
build() - Method in class com.datastax.driver.core.PerHostPercentileTracker.Builder
 
build() - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy.Builder
Builds the policy configured by this builder.
build() - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy.Builder
Creates the ErrorAwarePolicy instance.
build() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
Builds a new latency aware policy using the options set on this builder.
build() - Method in class com.datastax.driver.core.policies.Policies.Builder
Builds the final object from this builder.
build() - Method in class com.datastax.driver.core.QueryLogger.Builder
Build the QueryLogger instance.
build() - Method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions.Builder
 
build() - Method in class com.datastax.driver.core.schemabuilder.CreateType
Generate the script for custom type creation
build() - Method in class com.datastax.driver.core.schemabuilder.Drop
Generate a DROP TABLE statement
build() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions
 
build() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions
 
build() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.LeveledCompactionStrategyOptions
 
build() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
 
build() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
 
build() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions
 
build() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.NodeSyncOptions
 
build() - Method in class com.datastax.driver.core.SniSSLOptions.Builder
 
build() - Method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider.Builder
 
build() - Method in class com.datastax.driver.dse.DseCluster.Builder
 
build() - Method in class com.datastax.driver.dse.geometry.Polygon.Builder
Builds the polygon.
build() - Method in class com.datastax.driver.mapping.MappingConfiguration.Builder
Builds a new instance of MappingConfiguration with this builder's settings.
build() - Method in class com.datastax.dse.graph.internal.DseRemoteConnection.Builder
buildColumnType(Map.Entry<String, ColumnType>) - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
 
builder() - Static method in class com.datastax.driver.core.Cluster
Creates a new Cluster.Builder instance.
Builder() - Constructor for class com.datastax.driver.core.Cluster.Builder
 
builder(long) - Static method in class com.datastax.driver.core.ClusterWidePercentileTracker
Returns a builder to create a new instance.
builder() - Static method in class com.datastax.driver.core.Configuration
Returns a builder to create a new Configuration object.
Builder() - Constructor for class com.datastax.driver.core.Configuration.Builder
 
builder() - Static method in class com.datastax.driver.core.ContinuousPagingOptions
Returns a builder to create a new instance.
Builder() - Constructor for class com.datastax.driver.core.ContinuousPagingOptions.Builder
 
builder() - Static method in class com.datastax.driver.core.JdkSSLOptions
Deprecated.
Creates a builder to create a new instance.
Builder() - Constructor for class com.datastax.driver.core.JdkSSLOptions.Builder
Deprecated.
 
builder(long) - Static method in class com.datastax.driver.core.PerHostPercentileTracker
Returns a builder to create a new instance.
builder() - Static method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
Returns a builder to create a new instance.
Builder() - Constructor for class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy.Builder
 
builder(LoadBalancingPolicy) - Static method in class com.datastax.driver.core.policies.ErrorAwarePolicy
Creates a new error aware policy builder given the child policy that the resulting policy should wrap.
Builder(LoadBalancingPolicy) - Constructor for class com.datastax.driver.core.policies.ErrorAwarePolicy.Builder
Creates a ErrorAwarePolicy.Builder instance.
builder(LoadBalancingPolicy) - Static method in class com.datastax.driver.core.policies.LatencyAwarePolicy
Creates a new latency aware policy builder given the child policy that the resulting policy should wrap.
Builder(LoadBalancingPolicy) - Constructor for class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
Creates a new latency aware policy builder given the child policy that the resulting policy wraps.
builder() - Static method in class com.datastax.driver.core.policies.Policies
Returns a builder to create a new Policies object.
Builder() - Constructor for class com.datastax.driver.core.policies.Policies.Builder
 
builder() - Static method in class com.datastax.driver.core.QueryLogger
Creates a new QueryLogger.Builder instance.
Builder() - Constructor for class com.datastax.driver.core.QueryLogger.Builder
 
builder() - Static method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions
Creates a builder to create a new instance.
Builder() - Constructor for class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions.Builder
 
builder() - Static method in class com.datastax.driver.core.SniSSLOptions
 
Builder() - Constructor for class com.datastax.driver.core.SniSSLOptions.Builder
 
builder() - Static method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
 
builder() - Static method in class com.datastax.driver.dse.DseCluster
Creates a new DseCluster.Builder instance.
Builder() - Constructor for class com.datastax.driver.dse.DseCluster.Builder
 
builder() - Static method in class com.datastax.driver.dse.geometry.Polygon
Returns a polygon builder.
Builder() - Constructor for class com.datastax.driver.dse.geometry.Polygon.Builder
 
builder() - Static method in class com.datastax.driver.mapping.MappingConfiguration
Returns a new MappingConfiguration.Builder instance.
Builder() - Constructor for class com.datastax.driver.mapping.MappingConfiguration.Builder
 
builder(DseSession) - Static method in class com.datastax.dse.graph.internal.DseRemoteConnection
Get a DseRemoteConnection.Builder to create a properly initialized DseRemoteConnection.
buildFrom(Cluster.Initializer) - Static method in class com.datastax.driver.core.Cluster
Build a new cluster based on the provided initializer.
buildInternal() - Method in class com.datastax.driver.core.schemabuilder.Alter
 
buildInternal() - Method in class com.datastax.driver.core.schemabuilder.Create
 
buildInternal() - Method in class com.datastax.driver.core.schemabuilder.CreateIndex
 
buildInternal() - Method in class com.datastax.driver.core.schemabuilder.CreateType
 
buildInternal() - Method in class com.datastax.driver.core.schemabuilder.Drop
 
buildInternal() - Method in class com.datastax.driver.core.schemabuilder.DropKeyspace
 
buildInternal() - Method in class com.datastax.driver.core.schemabuilder.TableOptions
 
buildPayloadWithDefaults(GraphStatement) - Method in class com.datastax.driver.dse.graph.GraphOptions
Builds the custom payload for the given statement, providing defaults from these graph options if necessary.
buildQueryString(List<Object>, CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.Truncate
 
BuiltStatement - Class in com.datastax.driver.core.querybuilder
Common ancestor to statements generated with the QueryBuilder.
BusyConnectionException - Exception in com.datastax.driver.core.exceptions
Indicates that a connection has run out of stream IDs.
BusyConnectionException(EndPoint) - Constructor for exception com.datastax.driver.core.exceptions.BusyConnectionException
 
BusyConnectionException(EndPoint, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.BusyConnectionException
 
BusyPoolException - Exception in com.datastax.driver.core.exceptions
Indicates that a connection pool has run out of available connections.
BusyPoolException(EndPoint, int) - Constructor for exception com.datastax.driver.core.exceptions.BusyPoolException
 
BusyPoolException(EndPoint, long, TimeUnit) - Constructor for exception com.datastax.driver.core.exceptions.BusyPoolException
 
BYTECODE_GRAPHSON_GRAPH_LANGUAGE - Static variable in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
Bytes - Class in com.datastax.driver.core.utils
Simple utility methods to make working with bytes (blob) easier.

C

caching(SchemaBuilder.Caching) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the caching type for Cassandra 2.0.x.
caching(SchemaBuilder.KeyCaching, TableOptions.CachingRowsPerPartition) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the caching options for Cassandra 2.1.x.
CamelCase(String...) - Constructor for class com.datastax.driver.mapping.NamingConventions.CamelCase
 
cancel() - Method in interface com.datastax.driver.core.AsyncContinuousPagingResult
Cancels the continuous query.
cancel() - Method in interface com.datastax.driver.core.ContinuousPagingResult
Cancels the continuous query.
cancel(boolean) - Method in interface com.datastax.driver.core.ResultSetFuture
Attempts to cancel the execution of the request corresponding to this future.
cassandraVersion - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
cast(Object, DataType) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a Cast of a column using the given dataType.
cast(Object, DataType) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates a cast of an expression to a given CQL type.
cast(Object, DataType) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
cboolean() - Static method in class com.datastax.driver.core.DataType
Returns the BOOLEAN type.
cboolean() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type boolean.
cdc(Boolean) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define whether or not change data capture is enabled on this table.
cdouble() - Static method in class com.datastax.driver.core.DataType
Returns the DOUBLE type.
cdouble() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type double.
cfloat() - Static method in class com.datastax.driver.core.DataType
Returns the FLOAT type.
cfloat() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type float.
ChainableLoadBalancingPolicy - Interface in com.datastax.driver.core.policies
A load balancing policy that wraps another policy.
channelClass() - Method in class com.datastax.driver.core.NettyOptions
Return the specific SocketChannel subclass to use.
CharDelimitedNamingConvention(String, boolean) - Constructor for class com.datastax.driver.mapping.NamingConventions.CharDelimitedNamingConvention
 
checkNotInEventLoop() - Method in class com.datastax.driver.core.AbstractSession
Checks that the current thread is not one of the Netty I/O threads used by the driver.
checkSchemaAgreement() - Method in class com.datastax.driver.core.Metadata
Checks whether hosts that are currently up agree on the schema definition.
cint() - Static method in class com.datastax.driver.core.DataType
Returns the INT type.
cint() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type int.
cipherSuites - Variable in class com.datastax.driver.core.JdkSSLOptions.Builder
Deprecated.
 
cipherSuites - Variable in class com.datastax.driver.core.JdkSSLOptions
Deprecated.
 
CLASS_NAME - Static variable in class com.datastax.driver.dse.geometry.codecs.LineStringCodec
The name of the server-side type handled by this codec.
CLASS_NAME - Static variable in class com.datastax.driver.dse.geometry.codecs.PointCodec
The name of the server-side type handled by this codec.
CLASS_NAME - Static variable in class com.datastax.driver.dse.geometry.codecs.PolygonCodec
The name of the server-side type handled by this codec.
CLASS_NAME - Static variable in class com.datastax.driver.dse.search.DateRangeCodec
The name of the server-side type handled by this codec.
ClasspathUtil - Class in com.datastax.driver.core
Utility methods and fields to inspect classpath contents.
ClasspathUtil() - Constructor for class com.datastax.driver.core.ClasspathUtil
 
Clause - Class in com.datastax.driver.core.querybuilder
 
Clause() - Constructor for class com.datastax.driver.core.querybuilder.Clause
 
clear() - Method in class com.datastax.driver.core.BatchStatement
Clears this batch, removing all statements added so far.
ClientWriteException - Exception in com.datastax.driver.core.exceptions
An error occurred server side when sending asynchronous results to the client (us), i.e.
ClientWriteException(String) - Constructor for exception com.datastax.driver.core.exceptions.ClientWriteException
 
close() - Method in class com.datastax.driver.core.AbstractSession
Initiates a shutdown of this session instance and blocks until that shutdown completes.
close() - Method in class com.datastax.driver.core.Cluster
Initiates a shutdown of this cluster instance and blocks until that shutdown completes.
close() - Method in class com.datastax.driver.core.DelegatingCluster
 
close() - Method in interface com.datastax.driver.core.policies.AddressTranslator
Called at Cluster shutdown.
close() - Method in class com.datastax.driver.core.policies.ConstantReconnectionPolicy
 
close() - Method in class com.datastax.driver.core.policies.ConstantSpeculativeExecutionPolicy
 
close() - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
close() - Method in class com.datastax.driver.core.policies.DefaultRetryPolicy
 
close() - Method in class com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
Deprecated.
 
close() - Method in class com.datastax.driver.core.policies.EC2MultiRegionAddressTranslator
 
close() - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
close() - Method in class com.datastax.driver.core.policies.ExponentialReconnectionPolicy
 
close() - Method in class com.datastax.driver.core.policies.FallthroughRetryPolicy
 
close() - Method in class com.datastax.driver.core.policies.HostFilterPolicy
 
close() - Method in class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
 
close() - Method in class com.datastax.driver.core.policies.IdentityTranslator
 
close() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
 
close() - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Gets invoked at cluster shutdown.
close() - Method in class com.datastax.driver.core.policies.LoggingRetryPolicy
 
close() - Method in class com.datastax.driver.core.policies.NoSpeculativeExecutionPolicy
 
close() - Method in class com.datastax.driver.core.policies.PercentileSpeculativeExecutionPolicy
 
close() - Method in interface com.datastax.driver.core.policies.ReconnectionPolicy
Gets invoked at cluster shutdown.
close() - Method in interface com.datastax.driver.core.policies.RetryPolicy
Gets invoked at cluster shutdown.
close() - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
 
close() - Method in interface com.datastax.driver.core.policies.SpeculativeExecutionPolicy
Gets invoked at cluster shutdown.
close() - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
 
close() - Method in interface com.datastax.driver.core.Session
Initiates a shutdown of this session instance and blocks until that shutdown completes.
close() - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
close() - Method in class com.datastax.dse.graph.internal.DseRemoteConnection
 
closeAsync() - Method in class com.datastax.driver.core.Cluster
Initiates a shutdown of this cluster instance.
closeAsync() - Method in class com.datastax.driver.core.DelegatingCluster
 
closeAsync() - Method in interface com.datastax.driver.core.Session
Initiates a shutdown of this session instance.
CloseFuture - Class in com.datastax.driver.core
A future on the shutdown of a Cluster or Session instance.
Cluster - Class in com.datastax.driver.core
Information and known state of a Cassandra cluster.
Cluster(String, List<EndPoint>, Configuration) - Constructor for class com.datastax.driver.core.Cluster
Constructs a new Cluster instance.
Cluster(Cluster.Initializer) - Constructor for class com.datastax.driver.core.Cluster
Constructs a new Cluster instance.
cluster - Variable in class com.datastax.driver.core.QueryLogger
 
Cluster.Builder - Class in com.datastax.driver.core
Helper class to build Cluster instances.
Cluster.EnhancedInitializer - Interface in com.datastax.driver.core
This interface exists solely for backward compatibility purposes, because adding the methods directly to Initializer would have broken clients that implemented it.
Cluster.Initializer - Interface in com.datastax.driver.core
Initializer for Cluster instances.
ClusteringColumn - Annotation Type in com.datastax.driver.mapping.annotations
Annotation for properties that map to a CQL clustering column.
clusteringColumns - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
clusteringOrder - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
ClusteringOrder - Enum in com.datastax.driver.core
Clustering orders.
clusteringOrder(String, SchemaBuilder.Direction) - Method in class com.datastax.driver.core.schemabuilder.Create.Options
Add a clustering order for this table.
ClusterWidePercentileTracker - Class in com.datastax.driver.core
A PercentileTracker that aggregates all measurements into a single histogram.
ClusterWidePercentileTracker.Builder - Class in com.datastax.driver.core
Helper class to build PerHostPercentileTracker instances with a fluent interface.
codecFor(T) - Method in class com.datastax.driver.core.CodecRegistry
Returns a codec that accepts the given value.
codecFor(DataType) - Method in class com.datastax.driver.core.CodecRegistry
Returns a codec that accepts the given CQL type.
codecFor(DataType, Class<T>) - Method in class com.datastax.driver.core.CodecRegistry
Returns a codec that accepts the given CQL type and the given Java class.
codecFor(DataType, TypeToken<T>) - Method in class com.datastax.driver.core.CodecRegistry
Returns a codec that accepts the given CQL type and the given Java type.
codecFor(DataType, T) - Method in class com.datastax.driver.core.CodecRegistry
Returns a codec that accepts the given CQL type and the given value.
CodecNotFoundException - Exception in com.datastax.driver.core.exceptions
Thrown when a suitable TypeCodec cannot be found by CodecRegistry instances.
CodecNotFoundException(String, DataType, TypeToken<?>) - Constructor for exception com.datastax.driver.core.exceptions.CodecNotFoundException
 
CodecNotFoundException(Throwable, DataType, TypeToken<?>) - Constructor for exception com.datastax.driver.core.exceptions.CodecNotFoundException
 
CodecRegistry - Class in com.datastax.driver.core
A registry for TypeCodecs.
CodecRegistry() - Constructor for class com.datastax.driver.core.CodecRegistry
Creates a new instance initialized with built-in codecs for all the base CQL types.
CodecUtils - Class in com.datastax.driver.core
A set of utility methods to deal with type conversion and serialization.
coldReadsRatioToOmit(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
The maximum percentage of reads/sec that ignored SSTables may account for.
column(String) - Method in class com.datastax.driver.core.querybuilder.Delete.Selection
Deletes the provided column.
column(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Declares that the name in argument should be treated as a column name.
column(String) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Selects the provided column.
column(String) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
Column - Annotation Type in com.datastax.driver.mapping.annotations
Annotation that allows to specify the name of the CQL column to which the property should be mapped.
ColumnDefinitions - Class in com.datastax.driver.core
Metadata describing the columns returned in a ResultSet or a PreparedStatement.
ColumnDefinitions.Definition - Class in com.datastax.driver.core
A column definition.
ColumnMetadata - Class in com.datastax.driver.core
Describes a Column.
columns - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
com.datastax.driver.core - package com.datastax.driver.core
The main package for the DataStax Java driver for Cassandra.
com.datastax.driver.core.exceptions - package com.datastax.driver.core.exceptions
Exceptions thrown by the DataStax Java driver for Cassandra.
com.datastax.driver.core.policies - package 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 - package com.datastax.driver.core.querybuilder
A CQL3 query builder.
com.datastax.driver.core.schemabuilder - package com.datastax.driver.core.schemabuilder
A CQL3 schema builder.
com.datastax.driver.core.utils - package com.datastax.driver.core.utils
 
com.datastax.driver.dse - package com.datastax.driver.dse
 
com.datastax.driver.dse.auth - package com.datastax.driver.dse.auth
 
com.datastax.driver.dse.geometry - package com.datastax.driver.dse.geometry
 
com.datastax.driver.dse.geometry.codecs - package com.datastax.driver.dse.geometry.codecs
 
com.datastax.driver.dse.graph - package com.datastax.driver.dse.graph
 
com.datastax.driver.dse.search - package com.datastax.driver.dse.search
 
com.datastax.driver.dse.serde - package com.datastax.driver.dse.serde
 
com.datastax.driver.extras.codecs - package com.datastax.driver.extras.codecs
This package and its subpackages contain several convenience TypeCodecs.
com.datastax.driver.extras.codecs.arrays - package com.datastax.driver.extras.codecs.arrays
This package contains a collection of convenience TypeCodec instances useful for serializing between CQL lists and Java arrays.
com.datastax.driver.extras.codecs.date - package com.datastax.driver.extras.codecs.date
This package contains a collection of convenience TypeCodec instances useful for serializing between CQL temporal types and Java primitive types.
com.datastax.driver.extras.codecs.enums - package com.datastax.driver.extras.codecs.enums
This package contains a collection of convenience TypeCodec instances useful for serializing between CQL types and Java enums.
com.datastax.driver.extras.codecs.guava - package com.datastax.driver.extras.codecs.guava
This package contains a collection of convenience TypeCodec instances useful for serializing between CQL types and Guava-specific Java types.
com.datastax.driver.extras.codecs.jdk8 - package com.datastax.driver.extras.codecs.jdk8
This package contains a collection of convenience TypeCodec instances useful for serializing between CQL types and Java 8 types, such as the ones from the java.time API and java.util.Optional.
com.datastax.driver.extras.codecs.joda - package com.datastax.driver.extras.codecs.joda
This package contains a collection of convenience TypeCodec instances useful for serializing between CQL types and Joda Time types such as DateTime.
com.datastax.driver.extras.codecs.json - package com.datastax.driver.extras.codecs.json
This package contains a collection of convenience TypeCodec instances useful for serializing JSON structures.
com.datastax.driver.mapping - package com.datastax.driver.mapping
 
com.datastax.driver.mapping.annotations - package com.datastax.driver.mapping.annotations
 
com.datastax.dse.graph.api - package com.datastax.dse.graph.api
 
com.datastax.dse.graph.api.predicates - package com.datastax.dse.graph.api.predicates
 
com.datastax.dse.graph.internal - package com.datastax.dse.graph.internal
 
com.datastax.dse.graph.internal.serde - package com.datastax.dse.graph.internal.serde
 
com.datastax.dse.graph.internal.utils - package com.datastax.dse.graph.internal.utils
 
comment(String) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define a human readable comment describing the table.
compactionOptions(TableOptions.CompactionOptions) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the compaction options.
compactionWindowSize(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Sets the number of units that make up a window.
compactionWindowUnit(TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Sets the time unit used to define the window size
compactStorage() - Method in class com.datastax.driver.core.schemabuilder.Create.Options
Enable the compact storage option for the table.
compareTo(TokenRange) - Method in class com.datastax.driver.core.TokenRange
 
compareTo(VersionNumber) - Method in class com.datastax.driver.core.VersionNumber
 
compressionOptions(TableOptions.CompressionOptions) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the compression options.
Computed - Annotation Type in com.datastax.driver.mapping.annotations
Annotates a "computed" property, which gets filled from a CQL expression in the SELECT query used to retrieve an entity.
computeKey(Host, Statement, Exception) - Method in class com.datastax.driver.core.ClusterWidePercentileTracker
 
computeKey(Host, Statement, Exception) - Method in class com.datastax.driver.core.PercentileTracker
Computes a key used to categorize measurements.
computeKey(Host, Statement, Exception) - Method in class com.datastax.driver.core.PerHostPercentileTracker
 
computeNext(long) - Method in class com.datastax.driver.core.AbstractMonotonicTimestampGenerator
Compute the next timestamp, given the last timestamp previously generated.
Configuration - Class in com.datastax.driver.core
The configuration of the cluster.
Configuration(Configuration) - Constructor for class com.datastax.driver.core.Configuration
Copy constructor.
Configuration.Builder - Class in com.datastax.driver.core
A builder to create a new Configuration object.
connect() - Method in class com.datastax.driver.core.Cluster
Creates a new session on this cluster and initialize it.
connect(String) - Method in class com.datastax.driver.core.Cluster
Creates a new session on this cluster, initialize it and sets the keyspace to the provided one.
connect() - Method in class com.datastax.driver.core.DelegatingCluster
 
connect(String) - Method in class com.datastax.driver.core.DelegatingCluster
 
connect() - Method in class com.datastax.driver.dse.DseCluster
Creates a new DSE session on this cluster and initializes it.
connect(String) - Method in class com.datastax.driver.dse.DseCluster
Creates a new DSE session on this cluster, initializes it and sets the keyspace to the provided one.
connectAsync() - Method in class com.datastax.driver.core.Cluster
Creates a new session on this cluster and initializes it asynchronously.
connectAsync(String) - Method in class com.datastax.driver.core.Cluster
Creates a new session on this cluster, and initializes it to the given keyspace asynchronously.
connectAsync() - Method in class com.datastax.driver.core.DelegatingCluster
 
connectAsync(String) - Method in class com.datastax.driver.core.DelegatingCluster
 
connectAsync() - Method in class com.datastax.driver.dse.DseCluster
Creates a new DSE session on this cluster and initializes it asynchronously.
connectAsync(String) - Method in class com.datastax.driver.dse.DseCluster
Creates a new DSE session on this cluster, and initializes it to the given keyspace asynchronously.
ConnectionException - Exception in com.datastax.driver.core.exceptions
Indicates that a connection to a host has encountered a problem and that it should be closed.
ConnectionException(EndPoint, String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.ConnectionException
 
ConnectionException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.ConnectionException
 
ConsistencyLevel - Enum in com.datastax.driver.core
 
consistencyLevel(ConsistencyLevel) - Static method in class com.datastax.driver.mapping.Mapper.Option
Creates a new Option object to add a consistency level value to a mapper operation.
ConstantReconnectionPolicy - Class in com.datastax.driver.core.policies
A reconnection policy that waits a constant time between each reconnection attempt.
ConstantReconnectionPolicy(long) - Constructor for class com.datastax.driver.core.policies.ConstantReconnectionPolicy
Creates a reconnection policy that creates with the provided constant wait time between reconnection attempts.
ConstantSpeculativeExecutionPolicy - Class in com.datastax.driver.core.policies
A SpeculativeExecutionPolicy that schedules a given number of speculative executions, separated by a fixed delay.
ConstantSpeculativeExecutionPolicy(long, int) - Constructor for class com.datastax.driver.core.policies.ConstantSpeculativeExecutionPolicy
Builds a new instance.
contains(String) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns whether this metadata contains a given name.
contains(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "contains" WHERE clause stating the provided column must contain the value provided.
contains(Token) - Method in class com.datastax.driver.core.TokenRange
Checks whether this range contains a given token.
contains(TupleType) - Method in class com.datastax.driver.core.TupleType
Return true if this tuple type contains the given tuple type, and false otherwise.
contains(String) - Method in class com.datastax.driver.core.UserType
Returns whether this UDT contains a given field.
contains(Geometry) - Method in class com.datastax.driver.dse.geometry.Distance
 
contains(Geometry) - Method in class com.datastax.driver.dse.geometry.Geometry
Tests whether this geospatial type instance contains another instance.
containsKey(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "contains key" WHERE clause stating the provided column must contain the key provided.
context - Variable in class com.datastax.driver.core.JdkSSLOptions.Builder
Deprecated.
 
context - Variable in class com.datastax.driver.core.JdkSSLOptions
Deprecated.
 
context - Variable in class com.datastax.driver.core.NettySSLOptions
Deprecated.
 
ContinuousPagingOptions - Class in com.datastax.driver.core
The options for continuous paging.
ContinuousPagingOptions.Builder - Class in com.datastax.driver.core
A helper to create continuous paging options.
ContinuousPagingOptions.PageUnit - Enum in com.datastax.driver.core
The page unit, either bytes or rows.
ContinuousPagingResult - Interface in com.datastax.driver.core
ContinuousPagingSession - Interface in com.datastax.driver.core
A session that has the ability to execute continuous paging queries.
CoordinatorException - Interface in com.datastax.driver.core.exceptions
An interface for exceptions that are able to report the address of the coordinator host that was contacted.
copy() - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
 
copy(EndPoint) - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
Create a copy of this exception with a nicer stack trace, and including the coordinator address that caused this exception to be raised.
copy() - Method in exception com.datastax.driver.core.exceptions.AuthenticationException
 
copy() - Method in exception com.datastax.driver.core.exceptions.BootstrappingException
 
copy() - Method in exception com.datastax.driver.core.exceptions.BusyConnectionException
 
copy() - Method in exception com.datastax.driver.core.exceptions.BusyPoolException
 
copy() - Method in exception com.datastax.driver.core.exceptions.CodecNotFoundException
 
copy() - Method in exception com.datastax.driver.core.exceptions.ConnectionException
 
copy() - Method in exception com.datastax.driver.core.exceptions.DriverException
Copy the exception.
copy() - Method in exception com.datastax.driver.core.exceptions.DriverInternalError
 
copy() - Method in exception com.datastax.driver.core.exceptions.FrameTooLongException
 
copy() - Method in exception com.datastax.driver.core.exceptions.FunctionExecutionException
 
copy() - Method in exception com.datastax.driver.core.exceptions.InvalidConfigurationInQueryException
 
copy() - Method in exception com.datastax.driver.core.exceptions.InvalidQueryException
 
copy() - Method in exception com.datastax.driver.core.exceptions.InvalidTypeException
 
copy() - Method in exception com.datastax.driver.core.exceptions.NoHostAvailableException
 
copy() - Method in exception com.datastax.driver.core.exceptions.OperationTimedOutException
 
copy() - Method in exception com.datastax.driver.core.exceptions.OverloadedException
 
copy() - Method in exception com.datastax.driver.core.exceptions.ProtocolError
 
copy() - Method in exception com.datastax.driver.core.exceptions.ReadFailureException
 
copy(EndPoint) - Method in exception com.datastax.driver.core.exceptions.ReadFailureException
 
copy() - Method in exception com.datastax.driver.core.exceptions.ReadTimeoutException
 
copy(EndPoint) - Method in exception com.datastax.driver.core.exceptions.ReadTimeoutException
Create a copy of this exception with a nicer stack trace, and including the coordinator address that caused this exception to be raised.
copy() - Method in exception com.datastax.driver.core.exceptions.ServerError
 
copy() - Method in exception com.datastax.driver.core.exceptions.SyntaxError
 
copy() - Method in exception com.datastax.driver.core.exceptions.TraceRetrievalException
 
copy() - Method in exception com.datastax.driver.core.exceptions.TransportException
 
copy() - Method in exception com.datastax.driver.core.exceptions.TruncateException
 
copy() - Method in exception com.datastax.driver.core.exceptions.UnauthorizedException
 
copy() - Method in exception com.datastax.driver.core.exceptions.UnavailableException
 
copy(EndPoint) - Method in exception com.datastax.driver.core.exceptions.UnavailableException
Create a copy of this exception with a nicer stack trace, and including the coordinator address that caused this exception to be raised.
copy() - Method in exception com.datastax.driver.core.exceptions.UnpreparedException
 
copy() - Method in exception com.datastax.driver.core.exceptions.UnresolvedUserTypeException
 
copy() - Method in exception com.datastax.driver.core.exceptions.UnsupportedFeatureException
 
copy() - Method in exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
 
copy() - Method in exception com.datastax.driver.core.exceptions.WriteFailureException
 
copy(EndPoint) - Method in exception com.datastax.driver.core.exceptions.WriteFailureException
 
copy() - Method in exception com.datastax.driver.core.exceptions.WriteTimeoutException
 
copy(EndPoint) - Method in exception com.datastax.driver.core.exceptions.WriteTimeoutException
Create a copy of this exception with a nicer stack trace, and including the coordinator address that caused this exception to be raised.
copy(boolean) - Method in class com.datastax.driver.core.UserType
 
CORE_POOL_LOCAL_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
CORE_POOL_REMOTE_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
count(Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a count(x) built-in function call.
count(Object) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates a count(x) built-in function call.
count(Object) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
countAll() - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Selects the count of all returned rows (i.e.
countAll() - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
countBoundValues(BatchStatement) - Method in class com.datastax.driver.core.QueryLogger
 
counter() - Static method in class com.datastax.driver.core.DataType
Returns the COUNTER type.
counter() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type counter.
cqlType - Variable in class com.datastax.driver.core.TypeCodec
 
create(Row) - Method in class com.datastax.driver.core.DefaultEndPointFactory
 
create(Row) - Method in interface com.datastax.driver.core.EndPointFactory
Creates an instance from a row in system.peers, or returns null if there is no sufficient information.
Create - Class in com.datastax.driver.core.schemabuilder
A built CREATE TABLE statement.
create(Row) - Method in class com.datastax.driver.core.SniEndPointFactory
 
Create.Options - Class in com.datastax.driver.core.schemabuilder
The table options of a CREATE TABLE statement.
createAccessor(Class<T>) - Method in class com.datastax.driver.mapping.MappingManager
Creates an accessor object based on the provided interface (that must be annotated by a Accessor annotation).
createBlockingExecutor(String) - Method in class com.datastax.driver.core.ThreadingOptions
Builds the executor used to block on new connections before they are added to a pool.
createExecutor(String) - Method in class com.datastax.driver.core.ThreadingOptions
Builds the main internal executor, used for tasks such as scheduling speculative executions, triggering registered SchemaChangeListeners, reacting to node state changes, and metadata updates.
CreateIndex - Class in com.datastax.driver.core.schemabuilder
A built CREATE INDEX statement.
createIndex(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new CREATE INDEX statement.
CreateIndex.CreateIndexOn - Class in com.datastax.driver.core.schemabuilder
 
CreateIndexOn() - Constructor for class com.datastax.driver.core.schemabuilder.CreateIndex.CreateIndexOn
 
CreateKeyspace - Class in com.datastax.driver.core.schemabuilder
A built CREATE KEYSPACE statement.
CreateKeyspace(String) - Constructor for class com.datastax.driver.core.schemabuilder.CreateKeyspace
 
createKeyspace(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new CREATE KEYSPACE statement.
createMappedProperty(Class<?>, String, String, Field, Method, Method, Map<Class<? extends Annotation>, Annotation>) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Creates a MappedProperty instance.
createReaperExecutor(String) - Method in class com.datastax.driver.core.ThreadingOptions
Builds the executor for an internal maintenance task used to clean up closed connections.
createReconnectionExecutor(String) - Method in class com.datastax.driver.core.ThreadingOptions
Builds the executor when reconnection attempts will be scheduled.
createScheduledTasksExecutor(String) - Method in class com.datastax.driver.core.ThreadingOptions
Builds the executor to handle host state notifications from Cassandra.
createTable(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new CREATE TABLE statement.
createTable(String, String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new CREATE TABLE statement.
createThreadFactory(String, String) - Method in class com.datastax.driver.core.ThreadingOptions
Builds a thread factory for the threads created by a given executor.
CreateType - Class in com.datastax.driver.core.schemabuilder
A built CREATE TYPE statement.
createType(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new CREATE TYPE statement.
createType(String, String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new CREATE TYPE statement.
currentPage() - Method in interface com.datastax.driver.core.AsyncContinuousPagingResult
Returns an iterable of the rows in the current page.
currentTimeMicros() - Static method in class com.datastax.driver.core.Native
Returns the current timestamp with microsecond precision via a system call to gettimeofday, through JNR C library.
custom(String) - Static method in class com.datastax.driver.core.DataType
Returns a Custom type.
custom(DataType.CustomType) - Static method in class com.datastax.driver.core.TypeCodec
Return a newly-created codec for the given CQL custom type.
CUSTOM_INDEX_OPTION_NAME - Static variable in class com.datastax.driver.core.IndexMetadata
The name of the option used to specify a custom index class name.

D

DATA_TYPE - Static variable in class com.datastax.driver.dse.geometry.codecs.LineStringCodec
The datatype handled by this codec.
DATA_TYPE - Static variable in class com.datastax.driver.dse.geometry.codecs.PointCodec
The datatype handled by this codec.
DATA_TYPE - Static variable in class com.datastax.driver.dse.geometry.codecs.PolygonCodec
The datatype handled by this codec.
DATA_TYPE - Static variable in class com.datastax.driver.dse.search.DateRangeCodec
The DataType handled by this codec.
DataType - Class in com.datastax.driver.core
Data types supported by cassandra.
DataType(DataType.Name) - Constructor for class com.datastax.driver.core.DataType
 
DataType.CollectionType - Class in com.datastax.driver.core
Instances of this class represent collection types, that is, lists, sets or maps.
DataType.CustomType - Class in com.datastax.driver.core
A "custom" type is a type that cannot be expressed as a CQL type.
DataType.Name - Enum in com.datastax.driver.core
The CQL type name.
DataType.NativeType - Class in com.datastax.driver.core
Instances of this class represent CQL native types, also known as CQL primitive types.
date() - Static method in class com.datastax.driver.core.DataType
Returns the DATE type.
date() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type date.
DateRange - Class in com.datastax.driver.dse.search
A date range, as defined by the C* type org.apache.cassandra.db.marshal.DateRangeType, corresponding to the Apache Solr type DateRangeField.
DateRange(DateRange.DateRangeBound) - Constructor for class com.datastax.driver.dse.search.DateRange
Creates a "single bounded" DateRange instance, i.e., a date range whose upper and lower bounds are identical.
DateRange(DateRange.DateRangeBound, DateRange.DateRangeBound) - Constructor for class com.datastax.driver.dse.search.DateRange
Create a DateRange composed of two distinct bounds.
DateRange.DateRangeBound - Class in com.datastax.driver.dse.search
A date range bound.
DateRange.DateRangeBound.Precision - Enum in com.datastax.driver.dse.search
The precision of a DateRange.DateRangeBound.
DateRangeCodec - Class in com.datastax.driver.dse.search
A codec for DateRange instances.
dateTieredStrategy() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the date-tiered compaction strategy, to use in a CREATE or ALTER TABLE statement.
DateTimeCodec - Class in com.datastax.driver.extras.codecs.joda
TypeCodec that maps DateTime to CQL tuple<timestamp,varchar>, providing a pattern for maintaining timezone information in Cassandra.
DateTimeCodec(TupleType) - Constructor for class com.datastax.driver.extras.codecs.joda.DateTimeCodec
Creates a new DateTimeCodec for the given tuple, using a default parser and a default printer to handle the timestamp component of the tuple.
DateTimeCodec(TupleType, DateTimeFormatter, DateTimeFormatter) - Constructor for class com.datastax.driver.extras.codecs.joda.DateTimeCodec
Creates a new DateTimeCodec for the given tuple, using the provided parser and printer to format and print the timestamp component of the tuple.
DCAwareRoundRobinPolicy - Class in com.datastax.driver.core.policies
A data-center aware Round-robin load balancing policy.
DCAwareRoundRobinPolicy.Builder - Class in com.datastax.driver.core.policies
Helper class to build the policy.
dcLocalReadRepairChance(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the probability of read repairs being invoked over all replicas in the current data center.
decimal() - Static method in class com.datastax.driver.core.DataType
Returns the DECIMAL type.
decimal() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type decimal.
decr(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Decrementation of a counter column.
decr(String, long) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Decrementation of a counter column by a provided value.
decr(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Decrementation of a counter column by a provided value.
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class com.datastax.driver.core.SocketOptions
The default connection timeout in milliseconds if none is set explicitly using SocketOptions.setConnectTimeoutMillis(int).
DEFAULT_CONSISTENCY_LEVEL - Static variable in class com.datastax.driver.core.QueryOptions
The default consistency level for queries: ConsistencyLevel.LOCAL_ONE.
DEFAULT_EDIT_DISTANCE - Static variable in class com.datastax.dse.graph.internal.EditDistance
 
DEFAULT_EXCLUSION_THRESHOLD - Static variable in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
 
DEFAULT_FETCH_SIZE - Static variable in class com.datastax.driver.core.QueryOptions
The default fetch size for SELECT queries: 5000.
DEFAULT_GRAPH_LANGUAGE - Static variable in class com.datastax.driver.dse.graph.GraphOptions
The default value for GraphOptions.getGraphLanguage() ("gremlin-groovy").
DEFAULT_GRAPH_SOURCE - Static variable in class com.datastax.driver.dse.graph.GraphOptions
The default value for GraphOptions.getGraphSource() ("g").
DEFAULT_HEARTBEAT_INTERVAL_SECONDS - Static variable in class com.datastax.driver.core.PoolingOptions
DEFAULT_IDEMPOTENCE - Static variable in class com.datastax.driver.core.QueryOptions
The default value for QueryOptions.getDefaultIdempotence(): false.
DEFAULT_IDLE_TIMEOUT_SECONDS - Static variable in class com.datastax.driver.core.PoolingOptions
The default value for PoolingOptions.getIdleTimeoutSeconds() (120).
DEFAULT_INSTANCE - Static variable in class com.datastax.driver.core.CodecRegistry
The default CodecRegistry instance.
DEFAULT_INSTANCE - Static variable in class com.datastax.driver.core.NettyOptions
The default instance of NettyOptions to use.
DEFAULT_MAX_LOGGED_PARAMETERS - Static variable in class com.datastax.driver.core.QueryLogger
The default maximum number of query parameters that can be logged by the driver.
DEFAULT_MAX_PARAMETER_VALUE_LENGTH - Static variable in class com.datastax.driver.core.QueryLogger
The default maximum length of a query parameter value that can be logged verbatim by the driver.
DEFAULT_MAX_PENDING_REFRESH_NODE_LIST_REQUESTS - Static variable in class com.datastax.driver.core.QueryOptions
 
DEFAULT_MAX_PENDING_REFRESH_NODE_REQUESTS - Static variable in class com.datastax.driver.core.QueryOptions
 
DEFAULT_MAX_PENDING_REFRESH_SCHEMA_REQUESTS - Static variable in class com.datastax.driver.core.QueryOptions
 
DEFAULT_MAX_QUERY_STRING_LENGTH - Static variable in class com.datastax.driver.core.QueryLogger
The default maximum length of a CQL query string that can be logged verbatim by the driver.
DEFAULT_MAX_QUEUE_SIZE - Static variable in class com.datastax.driver.core.PoolingOptions
The default value for PoolingOptions.getMaxQueueSize() (256).
DEFAULT_MAX_SCHEMA_AGREEMENT_WAIT_SECONDS - Static variable in class com.datastax.driver.core.ProtocolOptions
DEFAULT_MIN_MEASURE - Static variable in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
 
DEFAULT_POOL_TIMEOUT_MILLIS - Static variable in class com.datastax.driver.core.PoolingOptions
The default value for PoolingOptions.getPoolTimeoutMillis() (5000).
DEFAULT_PORT - Static variable in class com.datastax.driver.core.ProtocolOptions
The default port for Cassandra native binary protocol: 9042.
DEFAULT_READ_TIMEOUT_MILLIS - Static variable in class com.datastax.driver.core.SocketOptions
The default read timeout in milliseconds if none is set explicitly using SocketOptions.setReadTimeoutMillis(int).
DEFAULT_REFRESH_NODE_INTERVAL_MILLIS - Static variable in class com.datastax.driver.core.QueryOptions
 
DEFAULT_REFRESH_NODE_LIST_INTERVAL_MILLIS - Static variable in class com.datastax.driver.core.QueryOptions
 
DEFAULT_REFRESH_SCHEMA_INTERVAL_MILLIS - Static variable in class com.datastax.driver.core.QueryOptions
 
DEFAULT_RETRY_PERIOD_NANOS - Static variable in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
 
DEFAULT_SASL_PROPERTIES - Static variable in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
The default SASL properties:
DEFAULT_SASL_PROTOCOL_NAME - Static variable in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
The default SASL protocol name used by this auth provider.
DEFAULT_SCALE_NANOS - Static variable in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
 
DEFAULT_SERIAL_CONSISTENCY_LEVEL - Static variable in class com.datastax.driver.core.QueryOptions
The default serial consistency level for conditional updates: ConsistencyLevel.SERIAL.
DEFAULT_SLOW_QUERY_THRESHOLD_MS - Static variable in class com.datastax.driver.core.QueryLogger
The default latency threshold in milliseconds beyond which queries are considered 'slow' and logged as such by the driver.
DEFAULT_SLOW_QUERY_THRESHOLD_PERCENTILE - Static variable in class com.datastax.driver.core.QueryLogger
The default latency percentile beyond which queries are considered 'slow' and logged as such by the driver.
DEFAULT_UPDATE_RATE_NANOS - Static variable in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
 
defaultAddressTranslator() - Static method in class com.datastax.driver.core.policies.Policies
The default address translator.
DefaultEndPointFactory - Class in com.datastax.driver.core
 
DefaultEndPointFactory() - Constructor for class com.datastax.driver.core.DefaultEndPointFactory
 
defaultEndPointFactory() - Static method in class com.datastax.driver.core.policies.Policies
 
DefaultHierarchyScanStrategy - Class in com.datastax.driver.mapping
DefaultHierarchyScanStrategy() - Constructor for class com.datastax.driver.mapping.DefaultHierarchyScanStrategy
Creates a new instance with defaults: the common ancestor is Object excluded, which implies that every ancestor of a mapped class, except Object itself, will be scanned for annotations.
DefaultHierarchyScanStrategy(Class<?>, boolean) - Constructor for class com.datastax.driver.mapping.DefaultHierarchyScanStrategy
Creates a new instance with the given highest common ancestor.
defaultLoadBalancingPolicy() - Static method in class com.datastax.driver.core.policies.Policies
The default load balancing policy.
defaultLoadBalancingPolicy() - Static method in class com.datastax.driver.dse.DseConfiguration
Builds an instance of the default load balancing policy used for DSE.
DefaultNamingStrategy - Class in com.datastax.driver.mapping
A naming strategy that builds upon two naming conventions for the Java and Cassandra side.
DefaultNamingStrategy() - Constructor for class com.datastax.driver.mapping.DefaultNamingStrategy
Builds a new instance with the default conventions, namely lower camel case for the Java convention, and lower case for the Cassandra convention.
DefaultNamingStrategy(NamingConvention, NamingConvention) - Constructor for class com.datastax.driver.mapping.DefaultNamingStrategy
Builds a new instance.
defaultNull() - Method in class com.datastax.driver.core.querybuilder.Insert
Appends a DEFAULT NULL clause to this {@code INSERT INTO ...
DefaultPreparedStatement - Class in com.datastax.driver.core
 
DefaultPropertyMapper - Class in com.datastax.driver.mapping
The default PropertyMapper used by the mapper.
DefaultPropertyMapper() - Constructor for class com.datastax.driver.mapping.DefaultPropertyMapper
 
defaultReconnectionPolicy() - Static method in class com.datastax.driver.core.policies.Policies
The default reconnection policy.
DefaultRetryPolicy - Class in com.datastax.driver.core.policies
The default retry policy.
defaultRetryPolicy() - Static method in class com.datastax.driver.core.policies.Policies
The default retry policy.
DEFAULTS - Static variable in class com.datastax.driver.core.PoolingOptions
The default values for connection options, that depend on the native protocol version.
Defaults - Class in com.datastax.driver.mapping.annotations
Holds common defaults for the mapping annotations.
Defaults() - Constructor for class com.datastax.driver.mapping.annotations.Defaults
 
Defaults.NoCodec - Class in com.datastax.driver.mapping.annotations
A fake codec implementation to use as the default in mapping annotations.
defaultSpeculativeExecutionPolicy() - Static method in class com.datastax.driver.core.policies.Policies
The default speculative retry policy.
defaultTimestampGenerator() - Static method in class com.datastax.driver.core.policies.Policies
The default timestamp generator.
defaultTimeToLive(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the default expiration time in seconds for a table.
DefaultTraversalBatch - Class in com.datastax.dse.graph.internal
 
DefaultTraversalBatch() - Constructor for class com.datastax.dse.graph.internal.DefaultTraversalBatch
 
defaultUnset() - Method in class com.datastax.driver.core.querybuilder.Insert
Appends a DEFAULT UNSET clause to this {@code INSERT INTO ...
definition - Variable in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
definition - Variable in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
 
deflate() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the Deflate compression strategy, to use in a CREATE or ALTER TABLE statement.
delegate() - Method in class com.datastax.driver.core.DelegatingCluster
Returns the delegate instance where all calls will be forwarded.
delegate() - Method in class com.datastax.driver.dse.DseCluster
 
DelegatingCluster - Class in com.datastax.driver.core
Base class for custom Cluster implementations that wrap another instance (delegate / decorator pattern).
DelegatingCluster() - Constructor for class com.datastax.driver.core.DelegatingCluster
Builds a new instance.
Delete - Class in com.datastax.driver.core.querybuilder
A built DELETE statement.
delete(String...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new DELETE query that deletes the provided names.
delete() - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new DELETE query.
delete(T) - Method in class com.datastax.driver.mapping.Mapper
Deletes an entity mapped by this mapper.
delete(T, Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Deletes an entity mapped by this mapper using provided options.
delete(Object...) - Method in class com.datastax.driver.mapping.Mapper
Deletes an entity based on its primary key.
Delete.Builder - Class in com.datastax.driver.core.querybuilder
An in-construction DELETE statement.
Delete.Conditions - Class in com.datastax.driver.core.querybuilder
Conditions for a DELETE statement.
Delete.Options - Class in com.datastax.driver.core.querybuilder
The options of a DELETE statement.
Delete.Selection - Class in com.datastax.driver.core.querybuilder
An column selection clause for an in-construction DELETE statement.
Delete.Where - Class in com.datastax.driver.core.querybuilder
The WHERE clause of a DELETE statement.
deleteAsync(T) - Method in class com.datastax.driver.mapping.Mapper
Deletes an entity mapped by this mapper asynchronously.
deleteAsync(T, Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Deletes an entity mapped by this mapper asynchronously using provided options.
deleteAsync(Object...) - Method in class com.datastax.driver.mapping.Mapper
Deletes an entity based on its primary key asynchronously.
deleteQuery(T, Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Creates a query that can be used to delete the provided entity.
deleteQuery(T) - Method in class com.datastax.driver.mapping.Mapper
Creates a query that can be used to delete the provided entity.
deleteQuery(Object...) - Method in class com.datastax.driver.mapping.Mapper
Creates a query that can be used to delete an entity given its PRIMARY KEY.
desc(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Descending ordering for the provided column.
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec
Deserialize the given ByteBuffer instance according to the CQL type handled by this codec.
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveBooleanCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveByteCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveDoubleCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveFloatCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveIntCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveLongCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveShortCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.dse.search.DateRangeCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractPrimitiveArrayCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.ObjectArrayCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.enums.EnumOrdinalCodec
 
deserialize(T) - Method in class com.datastax.driver.extras.codecs.guava.OptionalCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.InstantCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateTimeCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalTimeCodec
 
deserialize(T) - Method in class com.datastax.driver.extras.codecs.jdk8.OptionalCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.ZoneIdCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.InstantCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.LocalDateCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.LocalTimeCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.json.Jsr353JsonCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.MappingCodec
 
deserialize(I) - Method in class com.datastax.driver.extras.codecs.MappingCodec
 
deserialize(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.ParsingCodec
 
deserializeAndSetField(ByteBuffer, T, int, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
Deserialize an individual field and set it on an object, as part of deserializing the whole object from a CQL tuple (see TypeCodec.AbstractTupleCodec.deserialize(ByteBuffer, ProtocolVersion)).
deserializeAndSetField(ByteBuffer, T, String, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
Deserialize an individual field and set it on an object, as part of deserializing the whole object from a CQL UDT (see TypeCodec.AbstractUDTCodec.deserialize(ByteBuffer, ProtocolVersion)).
deserializeAndSetField(ByteBuffer, ZonedDateTime, int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.ZonedDateTimeCodec
 
deserializeAndSetField(ByteBuffer, DateTime, int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.DateTimeCodec
 
deserializeElement(ByteBuffer, T, int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractPrimitiveArrayCodec
Read the indexth element of array from input.
deserializeElement(ByteBuffer, double[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
deserializeElement(ByteBuffer, float[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
deserializeElement(ByteBuffer, int[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
deserializeElement(ByteBuffer, long[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveBooleanCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveByteCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveDoubleCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveFloatCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveIntCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveLongCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveShortCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.date.SimpleDateCodec
 
deserializeNoBoxing(ByteBuffer, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.date.SimpleTimestampCodec
 
disableTracing() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
disableTracing() - Method in interface com.datastax.driver.core.PreparedStatement
Convenience method to disable tracing for all bound statements created from this prepared statement.
disableTracing() - Method in class com.datastax.driver.core.Statement
Disables tracing for this query.
disableTracing() - Method in class com.datastax.driver.core.StatementWrapper
 
discard(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Discard a value from a list column.
discardAll(String, List<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Discard a list of values to a list column.
discardAll(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Discard a list of values to a list column.
distance(Host) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
Return the HostDistance for the provided host.
distance(Host) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
distance(Host) - Method in class com.datastax.driver.core.policies.HostFilterPolicy
Returns the distance assigned by this policy to the provided host.
distance(Host) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
Returns the HostDistance for the provided host.
distance(Host) - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Returns the distance assigned by this policy to the provided host.
distance(Host) - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
Return the HostDistance for the provided host.
distance(Host) - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
Returns the distance assigned by this policy to the provided host.
distance(Host) - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
Distance - Class in com.datastax.driver.dse.geometry
The driver-side representation of DSE's Geo.distance.
Distance(Point, double) - Constructor for class com.datastax.driver.dse.geometry.Distance
Creates a new distance with the given center and radius.
distance - Variable in class com.datastax.dse.graph.internal.EditDistance
 
distinct() - Method in class com.datastax.driver.core.querybuilder.Select.Builder
Uses DISTINCT selection.
distinct() - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Uses DISTINCT selection.
DoubleArrayCodec - Class in com.datastax.driver.extras.codecs.arrays
A codec that maps the CQL type list<double> to the Java type double[].
DoubleArrayCodec() - Constructor for class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
doubleQuote(String) - Static method in class com.datastax.driver.core.ParseUtils
Double quote the given string; double quotes are escaped.
DowngradingConsistencyRetryPolicy - Class in com.datastax.driver.core.policies
Deprecated.
as of version 3.5.0, this retry policy has been deprecated, and it will be removed in 4.0.0. See our upgrade guide to understand how to migrate existing applications that rely on this policy.
DriverException - Exception in com.datastax.driver.core.exceptions
Top level class for exceptions thrown by the driver.
DriverException(String) - Constructor for exception com.datastax.driver.core.exceptions.DriverException
 
DriverException(Throwable) - Constructor for exception com.datastax.driver.core.exceptions.DriverException
 
DriverException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.DriverException
 
DriverInternalError - Exception in com.datastax.driver.core.exceptions
An unexpected error happened internally.
DriverInternalError(String) - Constructor for exception com.datastax.driver.core.exceptions.DriverInternalError
 
DriverInternalError(Throwable) - Constructor for exception com.datastax.driver.core.exceptions.DriverInternalError
 
DriverInternalError(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.DriverInternalError
 
DriverObjectsModule - Class in com.datastax.dse.graph.internal.serde
 
DriverObjectsModule() - Constructor for class com.datastax.dse.graph.internal.serde.DriverObjectsModule
 
Drop - Class in com.datastax.driver.core.schemabuilder
A built DROP statement.
dropColumn(String) - Method in class com.datastax.driver.core.schemabuilder.Alter
Add a new DROP column clause to this ALTER TABLE statement.
dropIndex(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new DROP INDEX statement.
dropIndex(String, String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new DROP INDEX statement.
DropKeyspace - Class in com.datastax.driver.core.schemabuilder
A built DROP KEYSPACE statement.
DropKeyspace(String) - Constructor for class com.datastax.driver.core.schemabuilder.DropKeyspace
 
dropKeyspace(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new DROP KEYSPACE statement.
dropTable(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new DROP TABLE statement.
dropTable(String, String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new DROP TABLE statement.
dropType(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new DROP TYPE statement.
dropType(String, String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Start building a new DROP TYPE statement.
DseAuthProvider - Class in com.datastax.driver.dse.auth
Deprecated.
in favor of DseGSSAPIAuthProvider

Please look at DseGSSAPIAuthProvider documentation for configuration

DseAuthProvider() - Constructor for class com.datastax.driver.dse.auth.DseAuthProvider
Deprecated.
 
DseCluster - Class in com.datastax.driver.dse
Information and known state of a DSE cluster.
DseCluster.Builder - Class in com.datastax.driver.dse
Helper class to build DseCluster instances.
DseConfiguration - Class in com.datastax.driver.dse
The configuration of a DseCluster.
DseGraph - Class in com.datastax.dse.graph.api
Utility class for interacting with DataStax Enterprise Graph and Apache TinkerPop.
DseGraph() - Constructor for class com.datastax.dse.graph.api.DseGraph
 
DseGraphModule - Class in com.datastax.dse.graph.internal.serde
A Jackson Module to use for TinkerPop serialization/deserialization.
DseGraphModule() - Constructor for class com.datastax.dse.graph.internal.serde.DseGraphModule
 
DseGraphModule.DistanceGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.DistanceGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.EditDistanceSerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.LineStringGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.LineStringGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PointGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PointGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PolygonGeometryDeserializer - Class in com.datastax.dse.graph.internal.serde
 
DseGraphModule.PolygonGeometrySerializer - Class in com.datastax.dse.graph.internal.serde
 
DseGSSAPIAuthProvider - Class in com.datastax.driver.dse.auth
AuthProvider that provides GSSAPI authenticator instances for clients to connect to DSE clusters secured with DseAuthenticator.
DseGSSAPIAuthProvider() - Constructor for class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
Deprecated.
DseGSSAPIAuthProvider(Configuration) - Constructor for class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
Deprecated.
DseGSSAPIAuthProvider(String) - Constructor for class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
Deprecated.
DseGSSAPIAuthProvider(Configuration, String) - Constructor for class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
Deprecated.
DseGSSAPIAuthProvider.Builder - Class in com.datastax.driver.dse.auth
 
DseLoadBalancingPolicy - Class in com.datastax.driver.dse
Adds DSE-specific load balancing abilities on top of another policy.
DseLoadBalancingPolicy(LoadBalancingPolicy) - Constructor for class com.datastax.driver.dse.DseLoadBalancingPolicy
Build a new instance.
DsePlainTextAuthProvider - Class in com.datastax.driver.dse.auth
AuthProvider that provides plain text authenticator instances for clients to connect to DSE clusters secured with the DseAuthenticator.
DsePlainTextAuthProvider(String, String) - Constructor for class com.datastax.driver.dse.auth.DsePlainTextAuthProvider
Creates an AuthProvider for the given username and password.
DsePlainTextAuthProvider(String, String, String) - Constructor for class com.datastax.driver.dse.auth.DsePlainTextAuthProvider
Creates an AuthProvider for the given authentication ID (username), password and authorization ID (authorizationId).
DsePredicate - Interface in com.datastax.dse.graph.internal
An extension of TinkerPop's BiPredicate adding simple pre-condition checking methods that have to be written in the implementations.
DseRemoteConnection - Class in com.datastax.dse.graph.internal
 
DseRemoteConnection.Builder - Class in com.datastax.dse.graph.internal
Builder class for creating a DseRemoteConnection
DseSession - Interface in com.datastax.driver.dse
Holds connections to a DSE cluster, allowing it to be queried.
durableWrites(Boolean) - Method in class com.datastax.driver.core.schemabuilder.KeyspaceOptions
Define the durable writes option for the statement.
duration() - Static method in class com.datastax.driver.core.DataType
Returns the Duration type, introduced in Cassandra 3.10.
Duration - Class in com.datastax.driver.core
Represents a duration.
duration() - Static method in class com.datastax.driver.core.TypeCodec
Returns the default codec for the Duration type.

E

EC2MultiRegionAddressTranslator - Class in com.datastax.driver.core.policies
AddressTranslator implementation for a multi-region EC2 deployment where clients are also deployed in EC2.
EC2MultiRegionAddressTranslator() - Constructor for class com.datastax.driver.core.policies.EC2MultiRegionAddressTranslator
 
Edge - Interface in com.datastax.driver.dse.graph
The representation of an edge in DSE Graph.
EditDistance - Class in com.datastax.dse.graph.internal
A container for a term and maximum edit distance.
EditDistance(String) - Constructor for class com.datastax.dse.graph.internal.EditDistance
 
EditDistance(String, int) - Constructor for class com.datastax.dse.graph.internal.EditDistance
 
Element - Interface in com.datastax.driver.dse.graph
The representation of an element in DSE Graph.
eltCodec - Variable in class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
 
eltCodec - Variable in class com.datastax.driver.extras.codecs.arrays.ObjectArrayCodec
 
enabled(Boolean) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions
Enable or disable background compaction.
enableTracing() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
enableTracing() - Method in interface com.datastax.driver.core.PreparedStatement
Convenience method to enables tracing for all bound statements created from this prepared statement.
enableTracing() - Method in class com.datastax.driver.core.Statement
Enables tracing for this query.
enableTracing() - Method in class com.datastax.driver.core.StatementWrapper
 
endOf(long) - Static method in class com.datastax.driver.core.utils.UUIDs
Creates a "fake" time-based UUID that sorts as the biggest possible version 1 UUID generated at the provided timestamp.
EndPoint - Interface in com.datastax.driver.core
Encapsulates the information needed by the driver to open connections to a node.
EndPointFactory - Interface in com.datastax.driver.core
Produces EndPoint instances representing the connection information to every node.
EnumNameCodec<E extends Enum<E>> - Class in com.datastax.driver.extras.codecs.enums
A codec that serializes Enum instances as CQL varchars representing their programmatic names as returned by Enum.name().
EnumNameCodec(Class<E>) - Constructor for class com.datastax.driver.extras.codecs.enums.EnumNameCodec
 
EnumNameCodec(TypeCodec<String>, Class<E>) - Constructor for class com.datastax.driver.extras.codecs.enums.EnumNameCodec
 
EnumOrdinalCodec<E extends Enum<E>> - Class in com.datastax.driver.extras.codecs.enums
A codec that serializes Enum instances as CQL ints representing their ordinal values as returned by Enum.ordinal().
EnumOrdinalCodec(Class<E>) - Constructor for class com.datastax.driver.extras.codecs.enums.EnumOrdinalCodec
 
EnumOrdinalCodec(TypeCodec<Integer>, Class<E>) - Constructor for class com.datastax.driver.extras.codecs.enums.EnumOrdinalCodec
 
eq(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates an "equal" WHERE clause stating the provided column must be equal to the provided value.
eq(Iterable<String>, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates an "equal" WHERE clause for a group of clustering columns.
equal(Object, Object) - Static method in class com.datastax.driver.core.utils.MoreObjects
 
equals(Object) - Method in class com.datastax.driver.core.AggregateMetadata
 
equals(Object) - Method in class com.datastax.driver.core.ColumnDefinitions.Definition
 
equals(Object) - Method in class com.datastax.driver.core.ColumnMetadata
 
equals(Object) - Method in class com.datastax.driver.core.DataType.CollectionType
 
equals(Object) - Method in class com.datastax.driver.core.DataType.CustomType
 
equals(Object) - Method in class com.datastax.driver.core.DataType.NativeType
 
equals(Object) - Method in class com.datastax.driver.core.Duration
 
equals(Object) - Method in class com.datastax.driver.core.FunctionMetadata
 
equals(Object) - Method in class com.datastax.driver.core.Host
 
equals(Object) - Method in class com.datastax.driver.core.IndexMetadata
 
equals(Object) - Method in class com.datastax.driver.core.KeyspaceMetadata
 
equals(Object) - Method in class com.datastax.driver.core.LocalDate
 
equals(Object) - Method in class com.datastax.driver.core.MaterializedViewMetadata
 
equals(Object) - Method in class com.datastax.driver.core.QueryOptions
 
equals(Object) - Method in class com.datastax.driver.core.SniEndPoint
 
equals(Object) - Method in class com.datastax.driver.core.TableMetadata
 
equals(Object) - Method in class com.datastax.driver.core.TableOptionsMetadata
 
equals(Object) - Method in class com.datastax.driver.core.TokenRange
 
equals(Object) - Method in class com.datastax.driver.core.TupleType
 
equals(Object) - Method in class com.datastax.driver.core.TupleValue
 
equals(Object) - Method in class com.datastax.driver.core.UDTValue
 
equals(Object) - Method in class com.datastax.driver.core.UserType
 
equals(Object) - Method in class com.datastax.driver.core.UserType.Field
 
equals(Object) - Method in class com.datastax.driver.core.VersionNumber
 
equals(Object) - Method in class com.datastax.driver.dse.geometry.Distance
 
equals(Object) - Method in class com.datastax.driver.dse.geometry.Geometry
 
equals(Object) - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
equals(Object) - Method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
 
equals(Object) - Method in class com.datastax.driver.dse.search.DateRange
 
equals(Object) - Method in class com.datastax.dse.graph.internal.EditDistance
 
ERROR_LOGGER - Static variable in class com.datastax.driver.core.QueryLogger
The logger used to log unsuccessful queries, i.e., queries that did not complete normally and threw an exception.
ErrorAwarePolicy - Class in com.datastax.driver.core.policies
Chainable load balancing policy that filters out hosts based on their error rates.
ErrorAwarePolicy.Builder - Class in com.datastax.driver.core.policies
Utility class to create a ErrorAwarePolicy.
ErrorAwarePolicy.ErrorFilter - Interface in com.datastax.driver.core.policies
A filter for the errors considered by ErrorAwarePolicy.
Errors() - Constructor for class com.datastax.driver.core.Metrics.Errors
 
escapeId(String) - Static method in class com.datastax.driver.core.querybuilder.BuiltStatement
Deprecated.
preserved for backward compatibility, use Metadata.quoteIfNecessary(String) instead.
evaluateChallenge(byte[]) - Method in interface com.datastax.driver.core.Authenticator
Evaluate a challenge received from the Server.
eventLoopGroup(ThreadFactory) - Method in class com.datastax.driver.core.NettyOptions
Return the EventLoopGroup instance to use.
execute(String) - Method in class com.datastax.driver.core.AbstractSession
Executes the provided query.
execute(String, Object...) - Method in class com.datastax.driver.core.AbstractSession
Executes the provided query using the provided values.
execute(String, Map<String, Object>) - Method in class com.datastax.driver.core.AbstractSession
Executes the provided query using the provided named values.
execute(Statement) - Method in class com.datastax.driver.core.AbstractSession
Executes the provided query.
execute(String) - Method in interface com.datastax.driver.core.Session
Executes the provided query.
execute(String, Object...) - Method in interface com.datastax.driver.core.Session
Executes the provided query using the provided values.
execute(String, Map<String, Object>) - Method in interface com.datastax.driver.core.Session
Executes the provided query using the provided named values.
execute(Statement) - Method in interface com.datastax.driver.core.Session
Executes the provided query.
executeAsync(String) - Method in class com.datastax.driver.core.AbstractSession
Executes the provided query asynchronously.
executeAsync(String, Map<String, Object>) - Method in class com.datastax.driver.core.AbstractSession
Executes the provided query asynchronously using the provided values.
executeAsync(String, Object...) - Method in class com.datastax.driver.core.AbstractSession
Executes the provided query asynchronously using the provided values.
executeAsync(String) - Method in interface com.datastax.driver.core.Session
Executes the provided query asynchronously.
executeAsync(String, Object...) - Method in interface com.datastax.driver.core.Session
Executes the provided query asynchronously using the provided values.
executeAsync(String, Map<String, Object>) - Method in interface com.datastax.driver.core.Session
Executes the provided query asynchronously using the provided values.
executeAsync(Statement) - Method in interface com.datastax.driver.core.Session
Executes the provided query asynchronously.
executeContinuously(Statement, ContinuousPagingOptions) - Method in interface com.datastax.driver.core.ContinuousPagingSession
Convenience method to execute a continuous query in a synchronous context.
executeContinuouslyAsync(Statement, ContinuousPagingOptions) - Method in interface com.datastax.driver.core.ContinuousPagingSession
Executes the provided query with continuous paging.
executeGraph(String) - Method in interface com.datastax.driver.dse.DseSession
Executes the provided graph query.
executeGraph(String, Map<String, Object>) - Method in interface com.datastax.driver.dse.DseSession
Executes the provided graph query with the provided named parameters.
executeGraph(GraphStatement) - Method in interface com.datastax.driver.dse.DseSession
Executes the provided graph query.
executeGraphAsync(String) - Method in interface com.datastax.driver.dse.DseSession
Executes the provided graph query asynchronously.
executeGraphAsync(String, Map<String, Object>) - Method in interface com.datastax.driver.dse.DseSession
Executes the provided graph query asynchronously with the specified parameters.
executeGraphAsync(GraphStatement) - Method in interface com.datastax.driver.dse.DseSession
Executes the provided Graph query asynchronously.
executingAs(String) - Method in class com.datastax.driver.core.Statement
Allows this statement to be executed as a different user/role than the one currently authenticated (a.k.a.
executingAs(String) - Method in class com.datastax.driver.dse.graph.GraphStatement
Allows this statement to be executed as a different user/role than the one currently authenticated (a.k.a.
executingAs(String) - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
executingAs(String) - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
ExecutionInfo - Class in com.datastax.driver.core
Basic information on the execution of a query.
ExecutionInfo(int, int, List<Host>, ConsistencyLevel, Map<String, ByteBuffer>) - Constructor for class com.datastax.driver.core.ExecutionInfo
 
ExponentialReconnectionPolicy - Class in com.datastax.driver.core.policies
A reconnection policy that waits exponentially longer between each reconnection attempt (but keeps a constant delay once a maximum delay is reached).
ExponentialReconnectionPolicy(long, long) - Constructor for class com.datastax.driver.core.policies.ExponentialReconnectionPolicy
Creates a reconnection policy waiting exponentially longer for each new attempt.
exportAsString() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns a String containing CQL statements representing this table or materialized view and all of its derived resources, such as secondary indexes or – in the case of a table – its own materialized views.
exportAsString() - Method in class com.datastax.driver.core.AggregateMetadata
Returns a CQL query representing this function in human readable form.
exportAsString() - Method in class com.datastax.driver.core.FunctionMetadata
Returns a CQL query representing this function in human readable form.
exportAsString() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns a String containing CQL queries representing this keyspace and the user types and tables it contains.
exportAsString() - Method in class com.datastax.driver.core.MaterializedViewMetadata
Returns a single CQL statement representing this materialized view.
exportAsString() - Method in class com.datastax.driver.core.TableMetadata
Returns a String containing CQL statements representing this table and all of its derived resources, such as secondary indexes or materialized views.
exportAsString() - Method in class com.datastax.driver.core.UserType
Returns a CQL query representing this user type in human readable form.
exportSchemaAsString() - Method in class com.datastax.driver.core.Metadata
Returns a String containing CQL queries representing the schema of this cluster.
ExtendedAuthProvider - Interface in com.datastax.driver.core
An auth provider that represents the host as an EndPoint instead of a raw InetSocketAddress.
ExtendedRemoteEndpointAwareSslOptions - Interface in com.datastax.driver.core
 

F

FailureCallback() - Constructor for class com.datastax.driver.core.utils.MoreFutures.FailureCallback
 
FallthroughRetryPolicy - Class in com.datastax.driver.core.policies
A retry policy that never retries (nor ignores).
fcall(String, Object...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a function call.
fcall(String, Object...) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates a function call.
fcall(String, Object...) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
fetchMoreResults() - Method in interface com.datastax.driver.core.PagingIterable
Force fetching the next page of results for this result set, if any.
fetchMoreResults() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Deprecated.
fetchMoreResults() - Method in class com.datastax.driver.mapping.Result
 
Field - Annotation Type in com.datastax.driver.mapping.annotations
Annotation that allows to specify the name of the CQL UDT field to which the Java field or bean property should be mapped.
fieldNames() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
fieldNames() - Method in interface com.datastax.driver.dse.serde.Node
Returns all the field names of the current node, if it is an object, or an empty iterator otherwise.
filterClassHierarchy(Class<?>) - Method in class com.datastax.driver.mapping.DefaultHierarchyScanStrategy
 
filterClassHierarchy(Class<?>) - Method in interface com.datastax.driver.mapping.HierarchyScanStrategy
Computes the ancestors of the given base class, optionally filtering out any ancestor that should not be scanned.
filterClassHierarchy(Class<?>) - Method in class com.datastax.driver.mapping.MappedClassesOnlyHierarchyScanStrategy
 
FloatArrayCodec - Class in com.datastax.driver.extras.codecs.arrays
A codec that maps the CQL type list<float> to the Java type float[].
FloatArrayCodec() - Constructor for class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
force() - Method in class com.datastax.driver.core.CloseFuture
Try to force the completion of the shutdown this is a future of.
format(C) - Method in class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
 
format(Map<K, V>) - Method in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
format(T) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
format(T) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
 
format(T) - Method in class com.datastax.driver.core.TypeCodec
Format the given value as a valid CQL literal according to the CQL type handled by this codec.
format(DateRange) - Method in class com.datastax.driver.dse.search.DateRangeCodec
 
format(T) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractArrayCodec
 
format(Integer) - Method in class com.datastax.driver.extras.codecs.date.SimpleDateCodec
 
format(Long) - Method in class com.datastax.driver.extras.codecs.date.SimpleTimestampCodec
 
format(E) - Method in class com.datastax.driver.extras.codecs.enums.EnumOrdinalCodec
 
format(Instant) - Method in class com.datastax.driver.extras.codecs.jdk8.InstantCodec
 
format(LocalDate) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateCodec
 
format(LocalDateTime) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateTimeCodec
 
format(LocalTime) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalTimeCodec
 
format(ZoneId) - Method in class com.datastax.driver.extras.codecs.jdk8.ZoneIdCodec
 
format(Instant) - Method in class com.datastax.driver.extras.codecs.joda.InstantCodec
 
format(LocalDate) - Method in class com.datastax.driver.extras.codecs.joda.LocalDateCodec
 
format(LocalTime) - Method in class com.datastax.driver.extras.codecs.joda.LocalTimeCodec
 
format(T) - Method in class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
 
format(JsonStructure) - Method in class com.datastax.driver.extras.codecs.json.Jsr353JsonCodec
 
format(O) - Method in class com.datastax.driver.extras.codecs.MappingCodec
 
format(T) - Method in class com.datastax.driver.extras.codecs.ParsingCodec
 
formatElement(StringBuilder, T, int) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractArrayCodec
Format the indexth element of array to output.
formatElement(StringBuilder, double[], int) - Method in class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
formatElement(StringBuilder, float[], int) - Method in class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
formatElement(StringBuilder, int[], int) - Method in class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
formatElement(StringBuilder, long[], int) - Method in class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
formatElement(StringBuilder, E[], int) - Method in class com.datastax.driver.extras.codecs.arrays.ObjectArrayCodec
 
formatField(T, int) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
Format an individual field in an object as a CQL literal, as part of formatting the whole object (see TypeCodec.AbstractTupleCodec.format(Object)).
formatField(T, String) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
Format an individual field in an object as a CQL literal, as part of formatting the whole object (see TypeCodec.AbstractUDTCodec.format(Object)).
formatField(ZonedDateTime, int) - Method in class com.datastax.driver.extras.codecs.jdk8.ZonedDateTimeCodec
 
formatField(DateTime, int) - Method in class com.datastax.driver.extras.codecs.joda.DateTimeCodec
 
formatTime(long) - Static method in class com.datastax.driver.core.ParseUtils
Format the given long value as a CQL time literal, using the following time pattern: hh:mm:ss[.fffffffff].
FrameTooLongException - Exception in com.datastax.driver.core.exceptions
Indicates that the response frame for a request exceeded Frame.Decoder.DecoderForStreamIdSize.MAX_FRAME_LENGTH (default: 256MB, configurable via com.datastax.driver.NATIVE_TRANSPORT_MAX_FRAME_SIZE_IN_MB system property) and thus was not parsed.
FrameTooLongException(int) - Constructor for exception com.datastax.driver.core.exceptions.FrameTooLongException
 
freeformOption(String, Object) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions
Define a free-form option as a key/value pair.
freeformOption(String, Object) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define a free-form option as a key/value pair.
from(String) - Static method in class com.datastax.driver.core.Duration
Converts a String into a duration.
from(String) - Method in class com.datastax.driver.core.querybuilder.Delete.Builder
Adds the table to delete from.
from(String, String) - Method in class com.datastax.driver.core.querybuilder.Delete.Builder
Adds the table to delete from.
from(TableMetadata) - Method in class com.datastax.driver.core.querybuilder.Delete.Builder
Adds the table to delete from.
from(String) - Method in class com.datastax.driver.core.querybuilder.Select.Builder
Adds the table to select from.
from(String, String) - Method in class com.datastax.driver.core.querybuilder.Select.Builder
Adds the table to select from.
from(TableMetadata) - Method in class com.datastax.driver.core.querybuilder.Select.Builder
Adds the table to select from.
from(MaterializedViewMetadata) - Method in class com.datastax.driver.core.querybuilder.Select.Builder
Adds the materialized view to select from.
from(String, String) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
from(TableMetadata) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
from(MaterializedViewMetadata) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
fromBytes(byte[]) - Static method in class com.datastax.driver.core.PagingState
Create a PagingState object from a byte array previously generated with PagingState.toBytes().
fromCqlDateToDaysSinceEpoch(long) - Static method in class com.datastax.driver.core.CodecUtils
Convert from a raw CQL long representing a numeric DATE literal to the number of days since the Epoch.
fromDaysSinceEpoch(int) - Static method in class com.datastax.driver.core.LocalDate
Builds a new instance from a number of days since January 1st, 1970 GMT.
fromDaysSinceEpochToCqlDate(int) - Static method in class com.datastax.driver.core.CodecUtils
Convert the number of days since the Epoch into a raw CQL long representing a numeric DATE literal.
fromDCBlackList(LoadBalancingPolicy, Iterable<String>) - Static method in class com.datastax.driver.core.policies.HostFilterPolicy
Create a new policy that wraps the provided child policy but only "forbids" hosts whose DC belongs to the provided list.
fromDCWhiteList(LoadBalancingPolicy, Iterable<String>) - Static method in class com.datastax.driver.core.policies.HostFilterPolicy
Create a new policy that wraps the provided child policy but only "allows" hosts whose DC belongs to the provided list.
fromGeoJson(String) - Static method in class com.datastax.driver.dse.geometry.LineString
Creates a line string from a GeoJSON LineString representation.
fromGeoJson(String) - Static method in class com.datastax.driver.dse.geometry.Point
Creates a point from a GeoJSON Point representation.
fromGeoJson(String) - Static method in class com.datastax.driver.dse.geometry.Polygon
Creates a polygon from a GeoJSON Polygon representation.
fromHexString(String) - Static method in class com.datastax.driver.core.utils.Bytes
Parse an hex string representing a CQL blob.
fromInt(int) - Static method in enum com.datastax.driver.core.ProtocolVersion
Returns the value matching an integer version.
fromJson(Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a fromJson() function call.
fromMillisSinceEpoch(long) - Static method in class com.datastax.driver.core.LocalDate
Builds a new instance from a number of milliseconds since January 1st, 1970 GMT.
fromRawHexString(String, int) - Static method in class com.datastax.driver.core.utils.Bytes
Converts a CQL hex string representation into a byte array.
fromSignedToUnsignedInt(int) - Static method in class com.datastax.driver.core.CodecUtils
Converts an int into an "unsigned" int suitable to be written as a DATE value.
fromString(String) - Static method in class com.datastax.driver.core.PagingState
Create a PagingState object from a string previously generated with PagingState.toString().
fromString(String) - Method in class com.datastax.driver.extras.codecs.enums.EnumNameCodec
 
fromString(String) - Method in class com.datastax.driver.extras.codecs.ParsingCodec
Parse the given string into an object; no special CQL unquoting should be applied here.
fromUnsignedToSignedInt(int) - Static method in class com.datastax.driver.core.CodecUtils
Converts an "unsigned" int read from a DATE value into a signed int.
fromWellKnownBinary(ByteBuffer) - Method in class com.datastax.driver.dse.geometry.codecs.LineStringCodec
 
fromWellKnownBinary(ByteBuffer) - Method in class com.datastax.driver.dse.geometry.codecs.PointCodec
 
fromWellKnownBinary(ByteBuffer) - Method in class com.datastax.driver.dse.geometry.codecs.PolygonCodec
 
fromWellKnownBinary(ByteBuffer) - Static method in class com.datastax.driver.dse.geometry.LineString
Creates a line string from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in class com.datastax.driver.dse.geometry.Point
Creates a point from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in class com.datastax.driver.dse.geometry.Polygon
Creates a polygon from its Well-known Binary (WKB) representation.
fromWellKnownText(String) - Method in class com.datastax.driver.dse.geometry.codecs.LineStringCodec
 
fromWellKnownText(String) - Method in class com.datastax.driver.dse.geometry.codecs.PointCodec
 
fromWellKnownText(String) - Method in class com.datastax.driver.dse.geometry.codecs.PolygonCodec
 
fromWellKnownText(String) - Static method in class com.datastax.driver.dse.geometry.Distance
Creates a distance from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in class com.datastax.driver.dse.geometry.LineString
Creates a line string from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in class com.datastax.driver.dse.geometry.Point
Creates a point from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in class com.datastax.driver.dse.geometry.Polygon
Creates a polygon from its Well-known Text (WKT) representation.
fromYearMonthDay(int, int, int) - Static method in class com.datastax.driver.core.LocalDate
Builds a new instance from a year/month/day specification.
frozen(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Build the datatype representation of a frozen UDT, to include in a schema builder statement.
Frozen - Annotation Type in com.datastax.driver.mapping.annotations
Specifies that the property decorated with this annotation maps to a CQL type that is frozen, or contains frozen subtypes.
FrozenKey - Annotation Type in com.datastax.driver.mapping.annotations
Shorthand to specify that the key type of a MAP property is frozen.
frozenList(DataType) - Static method in class com.datastax.driver.core.DataType
Returns the type of frozen lists of elementType elements.
frozenMap(DataType, DataType) - Static method in class com.datastax.driver.core.DataType
Returns the type of frozen maps of keyType to valueType elements.
frozenSet(DataType) - Static method in class com.datastax.driver.core.DataType
Returns the type of frozen sets of elementType elements.
FrozenValue - Annotation Type in com.datastax.driver.mapping.annotations
Shorthand to specify that the value type of a collection property is frozen.
FunctionExecutionException - Exception in com.datastax.driver.core.exceptions
Error during the execution of a function.
FunctionExecutionException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.FunctionExecutionException
 
FunctionMetadata - Class in com.datastax.driver.core
Describes a CQL function (created with CREATE FUNCTION...).
fuzzy(String, int) - Static method in class com.datastax.dse.graph.api.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm (case sensitive).

G

gcGraceSeconds(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the time to wait before garbage collecting tombstones (deletion markers).
Geo - Class in com.datastax.dse.graph.api.predicates
 
Geo() - Constructor for class com.datastax.dse.graph.api.predicates.Geo
 
Geo.Unit - Enum in com.datastax.dse.graph.api.predicates
 
Geometry - Class in com.datastax.driver.dse.geometry
The driver-side representation for a DSE geospatial type.
GeoPredicate - Enum in com.datastax.dse.graph.internal
List of predicates for geolocation usage with DseGraph and Search indexes.
get(String, Class<T>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name converted to the given Java type.
get(String, TypeToken<T>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name converted to the given Java type.
get(String, TypeCodec<T>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name converted using the given TypeCodec.
get(int, Class<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value converted to the given Java type.
get(String, Class<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name converted to the given Java type.
get(int, TypeToken<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value converted to the given Java type.
get(String, TypeToken<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name converted to the given Java type.
get(int, TypeCodec<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value converted using the given TypeCodec.
get(String, TypeCodec<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name converted using the given TypeCodec.
get(int, Class<T>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value converted to the given Java type.
get(int, TypeToken<T>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value converted to the given Java type.
get(int, TypeCodec<T>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value converted using the given TypeCodec.
get(String, Class<T>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name converted to the given Java type.
get(String, TypeToken<T>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name converted to the given Java type.
get(String, TypeCodec<T>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name converted using the given TypeCodec.
get(String) - Method in interface com.datastax.driver.dse.graph.GraphNode
 
get(int) - Method in interface com.datastax.driver.dse.graph.GraphNode
 
get(String) - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
get(int) - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
get(String) - Method in interface com.datastax.driver.dse.serde.Node
Returns the value of the specified field of an object node.
get(int) - Method in interface com.datastax.driver.dse.serde.Node
Returns the element node at the specified index of an array node.
get(Object...) - Method in class com.datastax.driver.mapping.Mapper
Fetch an entity based on its primary key.
getAchievedConsistencyLevel() - Method in class com.datastax.driver.core.ExecutionInfo
If the query returned without achieving the requested consistency level due to the RetryPolicy, this return the biggest consistency level that has been actually achieved by the query.
getAddress() - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.AuthenticationException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.BootstrappingException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.BusyConnectionException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.BusyPoolException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.ConnectionException
Deprecated.
getAddress() - Method in interface com.datastax.driver.core.exceptions.CoordinatorException
Deprecated.
CoordinatorException.getEndPoint() provides more accurate information if the connection information consists of more than a socket address. This method is a shortcut for getEndPoint().resolve().
getAddress() - Method in exception com.datastax.driver.core.exceptions.FunctionExecutionException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.InvalidQueryException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.OverloadedException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.ProtocolError
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.QueryConsistencyException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.ServerError
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.SyntaxError
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.TruncateException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.UnauthorizedException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.UnavailableException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.UnpreparedException
Deprecated.
getAddress() - Method in exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
Deprecated.
getAddress() - Method in class com.datastax.driver.core.Host
Deprecated.
This is exposed mainly for historical reasons. Internally, the driver uses Host.getEndPoint() to establish connections. This is a shortcut for getEndPoint().resolve().getAddress().
getAddressTranslator() - Method in class com.datastax.driver.core.policies.Policies
The address translator in use.
getAggregate(String, Collection<DataType>) - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the definition of an aggregate in this keyspace.
getAggregate(String, DataType...) - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the definition of an aggregate in this keyspace.
getAggregates() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the aggregates defined in this keyspace.
getAliveReplicas() - Method in exception com.datastax.driver.core.exceptions.UnavailableException
The number of replicas that were known to be alive by the Cassandra coordinator node when it tried to execute the operation.
getAllExecutionInfo() - Method in interface com.datastax.driver.core.PagingIterable
Return the execution information for all queries made to retrieve this result set.
getAllExecutionInfo() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Returns the execution information for all queries made to retrieve this result set.
getAllExecutionInfo() - Method in class com.datastax.driver.mapping.Result
 
getAllHosts() - Method in class com.datastax.driver.core.Metadata
Returns the known hosts of this cluster.
getAllIndexesOf(String) - Method in class com.datastax.driver.core.UDTValue
 
getAllStats() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Snapshot
A map with the stats for all hosts tracked by the LatencyAwarePolicy at the time of the snapshot.
getApplicationName() - Method in class com.datastax.driver.dse.DseConfiguration
 
getApplicationVersion() - Method in class com.datastax.driver.dse.DseConfiguration
 
getArguments() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the names and types of this function's arguments.
getArgumentTypes() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the types of this aggregate's arguments.
getArray(ByteBuffer) - Static method in class com.datastax.driver.core.utils.Bytes
Extract the content of the provided ByteBuffer as a byte array.
getAsync(Object...) - Method in class com.datastax.driver.mapping.Mapper
Fetch an entity based on its primary key asynchronously.
getAuthenticationErrors() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of authentication errors while connecting to Cassandra nodes.
getAuthProvider() - Method in class com.datastax.driver.core.ProtocolOptions
The AuthProvider used by this cluster.
getAvailableWithoutFetching() - Method in interface com.datastax.driver.core.PagingIterable
The number of rows that can be retrieved from this result set without blocking to fetch.
getAvailableWithoutFetching() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Deprecated.
getAvailableWithoutFetching() - Method in class com.datastax.driver.mapping.Result
 
getBaseDelayMs() - Method in class com.datastax.driver.core.policies.ExponentialReconnectionPolicy
The base delay in milliseconds for this policy (e.g.
getBaseTable() - Method in class com.datastax.driver.core.MaterializedViewMetadata
Return this materialized view's base table.
getBlockingExecutorQueueDepth() - Method in class com.datastax.driver.core.Metrics
Returns the number of queued up tasks in the blocking executor.
getBloomFilterFalsePositiveChance() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the false positive chance for the Bloom filter of this table.
getBody() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the body of this function.
getBool(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a boolean.
getBool(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a boolean.
getBool(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a boolean.
getBool(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a boolean.
getBool(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a boolean.
getBroadcastAddress() - Method in class com.datastax.driver.core.Host
Returns the node broadcast address, if known.
getBroadcastRpcAddress() - Method in class com.datastax.driver.core.Host
Returns the broadcast RPC address, as reported by the node.
getBroadcastSocketAddress() - Method in class com.datastax.driver.core.Host
Returns the node broadcast address (that is, the address by which it should be contacted by other peers in the cluster), if known.
getBuildLabel() - Method in class com.datastax.driver.core.VersionNumber
The build label if there is one.
getByte(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a byte.
getByte(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a byte.
getByte(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a byte.
getByte(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a byte.
getByte(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a byte.
getBytes(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a byte array.
getBytes(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a byte array.
getBytes(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a byte array.
getBytes(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a byte array.
getBytes(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a byte array.
getBytesReceived() - Method in class com.datastax.driver.core.Metrics
Returns the number of bytes received so far.
getBytesSent() - Method in class com.datastax.driver.core.Metrics
Returns the number of bytes sent so far.
getBytesUnsafe(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a ByteBuffer.
getBytesUnsafe(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a ByteBuffer.
getBytesUnsafe(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a ByteBuffer.
getBytesUnsafe(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a ByteBuffer.
getBytesUnsafe(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a ByteBuffer.
getCaching() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the caching options for this table.
getCassandraVersion() - Method in class com.datastax.driver.core.Host
The Cassandra version the host is running.
getCenter() - Method in class com.datastax.driver.dse.geometry.Distance
 
getChildPolicy() - Method in interface com.datastax.driver.core.policies.ChainableLoadBalancingPolicy
Returns the child policy.
getChildPolicy() - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
getChildPolicy() - Method in class com.datastax.driver.core.policies.HostFilterPolicy
 
getChildPolicy() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
 
getChildPolicy() - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
 
getChildPolicy() - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
getClientId() - Method in class com.datastax.driver.dse.DseConfiguration
 
getClientTimeouts() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of requests that timed out before the driver received a response.
getCluster() - Method in interface com.datastax.driver.core.Session
Returns the Cluster object this session is part of.
getCluster() - Method in interface com.datastax.driver.dse.DseSession
Returns the DseCluster object this session is part of.
getClusterId() - Method in class com.datastax.driver.dse.DseConfiguration
Deprecated.
Use DseConfiguration.getClientId() instead. This method was intended to return a client id not cluster id from the beginning. The getClientId name is more appropriate.
getClusteringColumns() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the list of clustering columns for this table.
getClusteringOrder() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the clustering order for this table.
getClusterName() - Method in class com.datastax.driver.core.Cluster.Builder
 
getClusterName() - Method in class com.datastax.driver.core.Cluster
The name of this cluster object.
getClusterName() - Method in interface com.datastax.driver.core.Cluster.Initializer
An optional name for the created cluster.
getClusterName() - Method in class com.datastax.driver.core.Metadata
The Cassandra name for the cluster connect to.
getCodecRegistry() - Method in class com.datastax.driver.core.Configuration
Returns the CodecRegistry instance for this configuration.
getCodecRegistry() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getCodecRegistry() - Method in interface com.datastax.driver.core.PreparedStatement
Return the CodecRegistry instance associated with this prepared statement.
getCodecRegistry() - Method in class com.datastax.driver.core.TupleValue
 
getCodecRegistry() - Method in class com.datastax.driver.core.UDTValue
 
getColumn(String) - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns metadata on a column of this table.
getColumnDefinitions() - Method in interface com.datastax.driver.core.AsyncContinuousPagingResult
Returns the definition of the columns returned in this result set.
getColumnDefinitions() - Method in interface com.datastax.driver.core.ContinuousPagingResult
Returns the definition of the columns returned in this result set.
getColumnDefinitions() - Method in interface com.datastax.driver.core.ResultSet
Returns the columns returned in this ResultSet.
getColumnDefinitions() - Method in interface com.datastax.driver.core.Row
Returns the columns contained in this Row.
getColumnName() - Method in class com.datastax.driver.core.querybuilder.Assignment
The name of the column this assignment applies to.
getColumns() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns a list containing all the columns of this table.
getComment() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the commentary set for this table.
getCompaction() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the compaction options for this table.
getComponentTypes() - Method in class com.datastax.driver.core.TupleType
The (immutable) list of types composing this tuple type.
getCompression() - Method in class com.datastax.driver.core.ProtocolOptions
Returns the compression used by the protocol.
getCompression() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the compression options for this table.
getConcreteCluster() - Method in class com.datastax.driver.core.AbstractSession
Return the concrete Cluster instance driving the Session.
getConfiguration() - Method in class com.datastax.driver.core.Cluster.Builder
The configuration that will be used for the new cluster.
getConfiguration() - Method in class com.datastax.driver.core.Cluster
The cluster configuration.
getConfiguration() - Method in interface com.datastax.driver.core.Cluster.Initializer
The configuration to use for the new cluster.
getConfiguration() - Method in class com.datastax.driver.core.DelegatingCluster
 
getConfiguration() - Method in class com.datastax.driver.dse.DseCluster.Builder
 
getConfiguration() - Method in class com.datastax.driver.dse.DseCluster
 
getConfiguration() - Method in class com.datastax.driver.mapping.MappingManager
Returns the configuration used by this manager.
getConnectedHosts() - Method in interface com.datastax.driver.core.Session.State
The hosts to which the session is currently connected (more precisely, at the time this State has been grabbed).
getConnectedToHosts() - Method in class com.datastax.driver.core.Metrics
Returns the number of Cassandra hosts the driver is currently connected to (that is have at least one connection opened to).
getConnectionErrors() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of errors while connecting to Cassandra nodes.
getConnectTimeoutMillis() - Method in class com.datastax.driver.core.SocketOptions
The connection timeout in milliseconds.
getConsistencyLevel() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getConsistencyLevel() - Method in exception com.datastax.driver.core.exceptions.QueryConsistencyException
The consistency level of the operation that failed.
getConsistencyLevel() - Method in exception com.datastax.driver.core.exceptions.UnavailableException
The consistency level of the operation triggering this unavailable exception.
getConsistencyLevel() - Method in interface com.datastax.driver.core.PreparedStatement
getConsistencyLevel() - Method in class com.datastax.driver.core.QueryOptions
The default consistency level used by queries.
getConsistencyLevel() - Method in class com.datastax.driver.core.Statement
The consistency level for this query.
getConsistencyLevel() - Method in class com.datastax.driver.core.StatementWrapper
 
getConsistencyLevel() - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns the consistency level to use with this statement.
getConsistencyLevel() - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
getConsistencyLevel() - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
getConstantDelayMillis() - Method in class com.datastax.driver.core.policies.ConstantSpeculativeExecutionPolicy
 
getConstantDelayMs() - Method in class com.datastax.driver.core.policies.ConstantReconnectionPolicy
The constant delay used by this reconnection policy.
getContactPoints() - Method in class com.datastax.driver.core.Cluster.Builder
 
getContactPoints() - Method in interface com.datastax.driver.core.Cluster.Initializer
Returns the initial Cassandra hosts to connect to.
getCoordinator() - Method in class com.datastax.driver.core.QueryTrace
Returns the coordinator host of the query.
getCoreConnectionsPerHost(HostDistance) - Method in class com.datastax.driver.core.PoolingOptions
Returns the core number of connections per host.
getCPU() - Static method in class com.datastax.driver.core.Native
Returns the current processor architecture the JVM is running on, as reported by Platform.getCPU().
getCqlType() - Method in exception com.datastax.driver.core.exceptions.CodecNotFoundException
 
getCqlType() - Method in class com.datastax.driver.core.TypeCodec
Return the CQL type that this codec deserializes from and serializes to.
getCrcCheckChance() - Method in class com.datastax.driver.core.TableOptionsMetadata
When compression is enabled, this option defines the probability with which checksums for compressed blocks are checked during reads.
getCurrentVersion() - Method in exception com.datastax.driver.core.exceptions.UnsupportedFeatureException
 
getCustomCodec() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns the codec to use to serialize and deserialize this property.
getCustomMessage(int, boolean, boolean) - Method in exception com.datastax.driver.core.exceptions.NoHostAvailableException
Builds a custom message for this exception.
getCustomTypeClassName() - Method in class com.datastax.driver.core.DataType.CustomType
Returns the fully qualified name of the subtype of org.apache.cassandra.db.marshal.AbstractType that represents this type server-side.
getDatacenter() - Method in class com.datastax.driver.core.Host
Returns the name of the datacenter this host is part of.
getDate(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a date (without time).
getDate(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a date (without time).
getDate(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a date (without time).
getDate(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a date (without time).
getDate(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a date (without time).
getDay() - Method in class com.datastax.driver.core.LocalDate
Returns the day in the month.
getDays() - Method in class com.datastax.driver.core.Duration
Returns the number of days in this duration.
getDaysSinceEpoch() - Method in class com.datastax.driver.core.LocalDate
Returns the number of days since January 1st, 1970 GMT.
getDecimal(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a variable length decimal.
getDecimal(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a variable length decimal.
getDecimal(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a variable length decimal.
getDecimal(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a variable length decimal.
getDecimal(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a variable length decimal.
getDefaultIdempotence() - Method in class com.datastax.driver.core.QueryOptions
The default idempotence for queries.
getDefaultKeyspace() - Method in class com.datastax.driver.core.Configuration
 
getDefaultTimestamp() - Method in class com.datastax.driver.core.Statement
The default timestamp for this query.
getDefaultTimestamp() - Method in class com.datastax.driver.core.StatementWrapper
 
getDefaultTimestamp() - Method in class com.datastax.driver.dse.graph.GraphStatement
The default timestamp for this query.
getDefaultTimestamp() - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
getDefaultTimestamp() - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
getDefaultTimeToLive() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the default TTL for this table.
getDescription() - Method in class com.datastax.driver.core.QueryTrace.Event
The event description, that is which activity this event correspond to.
getDouble(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a double.
getDouble(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a double.
getDouble(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a double.
getDouble(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a double.
getDouble(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a double.
getDriverVersion() - Static method in class com.datastax.driver.core.Cluster
Returns the current version of the driver.
getDseDriverVersion() - Static method in class com.datastax.driver.dse.DseCluster
Returns the current version of the DSE driver.
getDSEPatch() - Method in class com.datastax.driver.core.VersionNumber
The DSE patch version number (will only be present for version of Cassandra in DSE).
getDseServerId() - Method in class com.datastax.driver.core.Host
Returns the value of the server_id field in the peers system table for this node.
getDseVersion() - Method in class com.datastax.driver.core.Host
The DSE version the host is running.
getDseWorkload() - Method in class com.datastax.driver.core.Host
Deprecated.
This method returns only the first workload reported by the host; use Host.getDseWorkloads() instead.
getDseWorkloads() - Method in class com.datastax.driver.core.Host
The DSE Workloads the host is running.
getDurationMicros() - Method in class com.datastax.driver.core.QueryTrace
Returns the server-side duration of the query in microseconds.
getEnd() - Method in class com.datastax.driver.core.TokenRange
Return the end of the range.
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.AuthenticationException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.BootstrappingException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.BusyConnectionException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.BusyPoolException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.ConnectionException
 
getEndPoint() - Method in interface com.datastax.driver.core.exceptions.CoordinatorException
The connection information of the coordinator host that was contacted.
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.FunctionExecutionException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.InvalidQueryException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.OverloadedException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.ProtocolError
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.QueryConsistencyException
The connection information of the coordinator host that was contacted.
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.ServerError
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.SyntaxError
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.TruncateException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.UnauthorizedException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.UnavailableException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.UnpreparedException
 
getEndPoint() - Method in exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
 
getEndPoint() - Method in class com.datastax.driver.core.Host
Returns information to connect to the node.
getEndPointFactory() - Method in class com.datastax.driver.core.policies.Policies
 
getErrorMetrics() - Method in class com.datastax.driver.core.Metrics
Returns an object grouping metrics related to the errors encountered.
getErrors() - Method in exception com.datastax.driver.core.exceptions.NoHostAvailableException
Return the hosts tried along with the error encountered while trying them.
getEvents() - Method in class com.datastax.driver.core.QueryTrace
Returns the events contained in this trace.
getExecutionInfo() - Method in interface com.datastax.driver.core.AsyncContinuousPagingResult
Returns information on the execution of the query, and on the response frame used to build this result.
getExecutionInfo() - Method in interface com.datastax.driver.core.ContinuousPagingResult
Returns information on the execution of the query, and on the response frame corresponding to the current state of the iteration.
getExecutionInfo() - Method in interface com.datastax.driver.core.PagingIterable
Returns information on the execution of the last query made for this result set.
getExecutionInfo() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Returns information on the execution of the last query made for this result set.
getExecutionInfo() - Method in class com.datastax.driver.mapping.Result
 
getExecutorQueueDepth() - Method in class com.datastax.driver.core.Metrics
Returns the number of queued up tasks in the main internal executor.
getExtensions() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the extension options for this table.
getExteriorRing() - Method in class com.datastax.driver.dse.geometry.Polygon
Returns the external ring of the polygon.
getFailures() - Method in exception com.datastax.driver.core.exceptions.ReadFailureException
Returns the number of replicas that experienced a failure while executing the request.
getFailures() - Method in exception com.datastax.driver.core.exceptions.WriteFailureException
Returns the number of replicas that experienced a failure while executing the request.
getFailuresMap() - Method in exception com.datastax.driver.core.exceptions.ReadFailureException
Returns the a failure reason code for each node that failed.
getFailuresMap() - Method in exception com.datastax.driver.core.exceptions.WriteFailureException
Returns the a failure reason code for each node that failed.
getFetchSize() - Method in class com.datastax.driver.core.QueryOptions
The default fetch size used by queries.
getFetchSize() - Method in class com.datastax.driver.core.Statement
The fetch size for this query.
getFetchSize() - Method in class com.datastax.driver.core.StatementWrapper
 
getFieldNames() - Method in class com.datastax.driver.core.UserType
Returns the names of the fields of this UDT.
getFieldType(String) - Method in class com.datastax.driver.core.UserType
Returns the type of a given field.
getFinalFunc() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the final function of this aggregate.
getFloat(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a float.
getFloat(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a float.
getFloat(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a float.
getFloat(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a float.
getFloat(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a float.
getFunction(String, Collection<DataType>) - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the definition of a function in this keyspace.
getFunction(String, DataType...) - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the definition of a function in this keyspace.
getFunctions() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the functions defined in this keyspace.
getGcGraceInSeconds() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the tombstone garbage collection grace time in seconds for this table.
getGraphInternalOption(String) - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns the advanced option's value defined for the key in parameter.
getGraphLanguage() - Method in class com.datastax.driver.dse.graph.GraphOptions
Returns the graph language to use in graph queries.
getGraphLanguage() - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns the graph language to use with this statement.
getGraphName() - Method in class com.datastax.driver.dse.graph.GraphOptions
Returns the graph name to use in graph queries.
getGraphName() - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns the graph name to use with this statement.
getGraphOptions() - Method in class com.datastax.driver.dse.DseConfiguration
Returns the default graph options to use for the cluster.
getGraphReadConsistencyLevel() - Method in class com.datastax.driver.dse.graph.GraphOptions
Returns the read consistency level to use in graph queries.
getGraphReadConsistencyLevel() - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns the read consistency level to use with this statement.
getGraphSource() - Method in class com.datastax.driver.dse.graph.GraphOptions
Returns the graph traversal source name to use in graph queries.
getGraphSource() - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns the graph traversal source name to use with this statement.
getGraphSubProtocol() - Method in class com.datastax.driver.dse.graph.GraphOptions
Return the graph sub protocol set for all queries.
getGraphWriteConsistencyLevel() - Method in class com.datastax.driver.dse.graph.GraphOptions
Returns the write consistency level to use in graph queries.
getGraphWriteConsistencyLevel() - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns the write consistency level to use with this statement.
getHeartbeatIntervalSeconds() - Method in class com.datastax.driver.core.PoolingOptions
Returns the heart beat interval, after which a message is sent on an idle connection to make sure it's still alive.
getHost() - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.AuthenticationException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.BootstrappingException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.BusyConnectionException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.BusyPoolException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.ConnectionException
Deprecated.
getHost() - Method in interface com.datastax.driver.core.exceptions.CoordinatorException
Deprecated.
CoordinatorException.getEndPoint() provides more accurate information if the connection information consists of more than a socket address. This method is a shortcut for getEndPoint().resolve().getAddress().
getHost() - Method in exception com.datastax.driver.core.exceptions.FunctionExecutionException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.InvalidQueryException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.OverloadedException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.ProtocolError
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.QueryConsistencyException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.ServerError
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.SyntaxError
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.TruncateException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.UnauthorizedException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.UnavailableException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.UnpreparedException
Deprecated.
getHost() - Method in exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
Deprecated.
getHost() - Method in class com.datastax.driver.core.Statement
 
getHost() - Method in class com.datastax.driver.core.StatementWrapper
 
getHostId() - Method in class com.datastax.driver.core.Host
Return the host id value for the host.
getId() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the unique id of this table.
getId() - Method in class com.datastax.driver.core.Cluster
 
getId() - Method in class com.datastax.driver.core.DelegatingCluster
 
getId() - Method in interface com.datastax.driver.dse.graph.Element
Returns the element's identifier.
getIdleTimeoutSeconds() - Method in class com.datastax.driver.core.PoolingOptions
Returns the timeout before an idle connection is removed.
getIgnores() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was ignored due to the RetryPolicy, for example due to timeouts or unavailability.
getIgnoresOnClientTimeout() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was ignored due to the RetryPolicy, after a client timeout.
getIgnoresOnConnectionError() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was ignored due to the RetryPolicy, after a connection error.
getIgnoresOnOtherErrors() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was ignored due to the RetryPolicy, after an unexpected error.
getIgnoresOnReadTimeout() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was ignored due to the RetryPolicy, after a read timed out.
getIgnoresOnUnavailable() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was ignored due to the RetryPolicy, after an unavailable exception.
getIgnoresOnWriteTimeout() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was ignored due to the RetryPolicy, after a write timed out.
getIncomingPayload() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getIncomingPayload() - Method in class com.datastax.driver.core.ExecutionInfo
Return the incoming payload, that is, the payload that the server sent back with its response, if any, or null, if the server did not include any custom payload.
getIncomingPayload() - Method in interface com.datastax.driver.core.PreparedStatement
Return the incoming payload, that is, the payload that the server sent back with its PREPARED response, if any, or null, if the server did not include any custom payload.
getIndex(String) - Method in class com.datastax.driver.core.TableMetadata
Returns metadata on a index of this table.
getIndexClassName() - Method in class com.datastax.driver.core.IndexMetadata
The name of the class used to implement the custom index, if it is one.
getIndexes() - Method in class com.datastax.driver.core.TableMetadata
Returns all indexes based on this table.
getIndexInterval() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the index interval option for this table.
getIndexOf(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the index corresponding to a given name.
getIndexOf(String) - Method in class com.datastax.driver.core.ColumnDefinitions
The first index in this metadata of the provided name, if present.
getInet(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as an InetAddress.
getInet(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as an InetAddress.
getInet(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as an InetAddress.
getInet(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as an InetAddress.
getInet(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as an InetAddress.
getInFlightQueries(Host) - Method in interface com.datastax.driver.core.Session.State
The number of queries that are currently being executed through a given host.
getInFlightRequests() - Method in class com.datastax.driver.core.Metrics
Returns the total number of in flight requests to Cassandra hosts.
getInitCond() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the initial state value of this aggregate.
getInitializationExecutor() - Method in class com.datastax.driver.core.PoolingOptions
Returns the executor to use for connection initialization.
getInitialListeners() - Method in class com.datastax.driver.core.Cluster.Builder
 
getInitialListeners() - Method in interface com.datastax.driver.core.Cluster.Initializer
Optional listeners to register against the newly created cluster.
getInt(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as an integer.
getInt(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as an integer.
getInt(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as an integer.
getInt(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as an integer.
getInt(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as an integer.
getInteriorRings() - Method in class com.datastax.driver.dse.geometry.Polygon
Returns the internal rings of the polygon, i.e.
getInV() - Method in interface com.datastax.driver.dse.graph.Edge
Returns the identifier of this edge's incoming/head vertex.
getInVLabel() - Method in interface com.datastax.driver.dse.graph.Edge
Returns the label of this edge's incoming/head vertex.
getJavaType() - Method in exception com.datastax.driver.core.exceptions.CodecNotFoundException
 
getJavaType() - Method in class com.datastax.driver.core.TypeCodec
Return the Java type that this codec deserializes to and serializes from.
getJmxPort() - Method in class com.datastax.driver.core.Host
Returns the JMX port used by this node.
getKeepAlive() - Method in class com.datastax.driver.core.SocketOptions
Returns whether TCP keepalive is enabled.
getKeyspace() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the keyspace this table belong to.
getKeyspace() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the keyspace this aggregate belongs to.
getKeyspace() - Method in class com.datastax.driver.core.BatchStatement
 
getKeyspace() - Method in class com.datastax.driver.core.BoundStatement
Returns the keyspace this query operates on.
getKeyspace() - Method in class com.datastax.driver.core.ColumnDefinitions.Definition
The name of the keyspace this column is part of.
getKeyspace(int) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the keyspace of the ith column in this metadata.
getKeyspace(String) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the keyspace of the first occurrence of name in this metadata.
getKeyspace() - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
The name of keyspace that either already exists or is home to the table that already exists.
getKeyspace() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the keyspace this function belongs to.
getKeyspace(String) - Method in class com.datastax.driver.core.Metadata
Returns the metadata of a keyspace given its name.
getKeyspace() - Method in class com.datastax.driver.core.querybuilder.Batch
Returns the keyspace of the first statement in this batch.
getKeyspace() - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
getKeyspace() - Method in class com.datastax.driver.core.RegularStatement
Returns the keyspace this query operates on.
getKeyspace() - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
 
getKeyspace() - Method in class com.datastax.driver.core.SimpleStatement
 
getKeyspace() - Method in class com.datastax.driver.core.Statement
Returns the keyspace this query operates on.
getKeyspace() - Method in class com.datastax.driver.core.StatementWrapper
 
getKeyspace() - Method in class com.datastax.driver.core.UserType
The name of the keyspace this UDT is part of.
getKeyspaceName() - Method in exception com.datastax.driver.core.exceptions.UnresolvedUserTypeException
 
getKeyspaces() - Method in class com.datastax.driver.core.Metadata
Returns a list of all the defined keyspaces.
getKind() - Method in class com.datastax.driver.core.IndexMetadata
Returns the index kind.
getKnownHosts() - Method in class com.datastax.driver.core.Metrics
Returns the number of Cassandra hosts currently known by the driver (that is whether they are currently considered up or down).
getLabel() - Method in interface com.datastax.driver.dse.graph.Element
Returns the element's label.
getLabels() - Method in interface com.datastax.driver.dse.graph.Path
Returns the sets of labels of the steps traversed by this path, or an empty list, if this path is empty.
getLanguage() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the programming language in which this function's body is written.
getLatencyAtPercentile(Host, Statement, Exception, double) - Method in class com.datastax.driver.core.PercentileTracker
Returns the request latency at a given percentile.
getLatencyScore() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Snapshot.Stats
The latency score for the host this is the stats of at the time of the snapshot.
getList(String, Class<T>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a list.
getList(String, TypeToken<T>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a list.
getList(int, Class<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a list.
getList(int, TypeToken<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a list.
getList(String, Class<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a list.
getList(String, TypeToken<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a list.
getList(int, Class<T>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a list.
getList(int, TypeToken<T>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a list.
getList(String, Class<T>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a list.
getList(String, TypeToken<T>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a list.
getListenAddress() - Method in class com.datastax.driver.core.Host
Returns the node listen address, if known.
getListenSocketAddress() - Method in class com.datastax.driver.core.Host
Returns the node listen address (that is, the address the node uses to contact other peers in the cluster), if known.
getLoadBalancingPolicy() - Method in class com.datastax.driver.core.policies.Policies
The load balancing policy in use.
getLocalReadRepairChance() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the cluster local read repair chance set for this table.
getLoggedKeyspace() - Method in interface com.datastax.driver.core.Session
The keyspace to which this Session is currently logged in, if any.
getLoggedKeyspace() - Method in interface com.datastax.driver.dse.DseSession
The keyspace to which this Session is currently logged in, if any.
getLong(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a long.
getLong(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a long.
getLong(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a long.
getLong(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a long.
getLong(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a long.
getLowerBound() - Method in class com.datastax.driver.dse.search.DateRange
Returns the lower bound of this range (inclusive).
getLowerSupported() - Method in enum com.datastax.driver.core.ProtocolVersion
Returns the highest supported version that is lower than this version.
getMajor() - Method in class com.datastax.driver.core.VersionNumber
The major version number.
getManager() - Method in class com.datastax.driver.mapping.Mapper
The MappingManager managing this mapper.
getMap(String, Class<K>, Class<V>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a map.
getMap(String, TypeToken<K>, TypeToken<V>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a map.
getMap(int, Class<K>, Class<V>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a map.
getMap(int, TypeToken<K>, TypeToken<V>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a map.
getMap(String, Class<K>, Class<V>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a map.
getMap(String, TypeToken<K>, TypeToken<V>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a map.
getMap(int, Class<K>, Class<V>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a map.
getMap(int, TypeToken<K>, TypeToken<V>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a map.
getMap(String, Class<K>, Class<V>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a map.
getMap(String, TypeToken<K>, TypeToken<V>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a map.
getMappedName() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns the name of the table column or UDT field that this property maps to.
getMaterializedView(String) - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the metadata for a materialized view contained in this keyspace.
getMaterializedViews() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the materialized views defined in this keyspace.
getMaxAttempts() - Method in class com.datastax.driver.core.policies.ExponentialReconnectionPolicy
 
getMaxConnectionsPerHost(HostDistance) - Method in class com.datastax.driver.core.PoolingOptions
Returns the maximum number of connections per host.
getMaxDelayMs() - Method in class com.datastax.driver.core.policies.ExponentialReconnectionPolicy
The maximum delay in milliseconds between reconnection attempts for this policy.
getMaxEnqueuedPages() - Method in class com.datastax.driver.core.ContinuousPagingOptions
Returns the maximum number of pages that can be stored in the local queue.
getMaxIndexInterval() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the maximum index interval option for this table.
getMaxLoggedParameters() - Method in class com.datastax.driver.core.QueryLogger
Return the maximum number of query parameters that can be logged by the driver.
getMaxPages() - Method in class com.datastax.driver.core.ContinuousPagingOptions
Returns the maximum number of pages.
getMaxPagesPerSecond() - Method in class com.datastax.driver.core.ContinuousPagingOptions
Returns the maximum pages per second.
getMaxParameterValueLength() - Method in class com.datastax.driver.core.QueryLogger
Return the maximum length of a query parameter value that can be logged verbatim by the driver.
getMaxPendingRefreshNodeListRequests() - Method in class com.datastax.driver.core.QueryOptions
Sets the maximum number of node list refresh requests that the control connection can accumulate before executing them.
getMaxPendingRefreshNodeRequests() - Method in class com.datastax.driver.core.QueryOptions
The maximum number of node refresh requests that the control connection can accumulate before executing them.
getMaxPendingRefreshSchemaRequests() - Method in class com.datastax.driver.core.QueryOptions
The maximum number of schema refresh requests that the control connection can accumulate before executing them.
getMaxQueryStringLength() - Method in class com.datastax.driver.core.QueryLogger
Return the maximum length of a CQL query string that can be logged verbatim by the driver.
getMaxQueueSize() - Method in class com.datastax.driver.core.PoolingOptions
Returns the maximum number of requests that get enqueued if no connection is available.
getMaxRequestsPerConnection(HostDistance) - Method in class com.datastax.driver.core.PoolingOptions
Returns the maximum number of requests per connection.
getMaxSchemaAgreementWaitSeconds() - Method in class com.datastax.driver.core.ProtocolOptions
Returns the maximum time to wait for schema agreement before returning from a DDL query.
getMaxSpeculativeExecutions() - Method in class com.datastax.driver.core.policies.ConstantSpeculativeExecutionPolicy
 
getMaxSpeculativeExecutions() - Method in class com.datastax.driver.core.policies.PercentileSpeculativeExecutionPolicy
 
getMeasurementsCount() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Snapshot.Stats
The number of recorded latency measurements for the host this is the stats of.
getMemtableFlushPeriodInMs() - Method in class com.datastax.driver.core.TableOptionsMetadata
 
getMessage() - Method in exception com.datastax.driver.core.exceptions.ConnectionException
 
getMetadata() - Method in class com.datastax.driver.core.Cluster
Returns read-only metadata on the connected cluster.
getMetadata() - Method in class com.datastax.driver.core.DelegatingCluster
 
getMetrics() - Method in class com.datastax.driver.core.Cluster
The cluster metrics.
getMetrics() - Method in class com.datastax.driver.core.DelegatingCluster
 
getMetricsOptions() - Method in class com.datastax.driver.core.Configuration
Returns the metrics configuration, if metrics are enabled.
getMillisSinceEpoch() - Method in class com.datastax.driver.core.LocalDate
Returns the number of milliseconds since January 1st, 1970 GMT.
getMinIndexInterval() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the minimum index interval option for this table.
getMinor() - Method in class com.datastax.driver.core.VersionNumber
The minor version number.
getMonotonicOn() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the argument names that the function is monotonic on.
getMonth() - Method in class com.datastax.driver.core.LocalDate
Returns the month.
getMonths() - Method in class com.datastax.driver.core.Duration
Returns the number of months in this duration.
getName() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the name of this table.
getName() - Method in class com.datastax.driver.core.ColumnDefinitions.Definition
Returns the name of the column.
getName(int) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the name of the ith column in this metadata.
getName() - Method in class com.datastax.driver.core.ColumnMetadata
Returns the name of the column.
getName() - Method in class com.datastax.driver.core.DataType
Returns the name of that type.
getName() - Method in exception com.datastax.driver.core.exceptions.UnresolvedUserTypeException
 
getName() - Method in class com.datastax.driver.core.IndexMetadata
Returns the index name.
getName() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the name of this keyspace.
getName(int) - Method in class com.datastax.driver.core.TupleValue
 
getName(int) - Method in class com.datastax.driver.core.UDTValue
 
getName() - Method in class com.datastax.driver.core.UserType.Field
Returns the name of the field.
getName() - Method in interface com.datastax.driver.dse.graph.Property
Returns the property name.
getNamedValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
getNamedValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.RegularStatement
The named values to use for this statement.
getNamedValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
 
getNamedValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.SimpleStatement
 
getNanoseconds() - Method in class com.datastax.driver.core.Duration
Returns the number of nanoseconds in this duration.
getNativeTransportPort() - Method in class com.datastax.driver.core.Host
Returns the port for the native transport connections on the DSE node.
getNativeTransportPortSsl() - Method in class com.datastax.driver.core.Host
Returns the port for the encrypted native transport connections on the DSE node.
getNettyOptions() - Method in class com.datastax.driver.core.Configuration
Returns the NettyOptions instance for this configuration.
getNewConnectionThreshold(HostDistance) - Method in class com.datastax.driver.core.PoolingOptions
Returns the threshold that triggers the creation of a new connection to a host.
getNodeSync() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the options associated with nodesync.
getObject(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as the Java type matching its CQL type.
getObject(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as the Java type matching its CQL type.
getObject(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as the Java type matching its CQL type.
getObject(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as the Java type matching its CQL type.
getObject(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as the Java type matching its CQL type.
getObject(int, CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
Returns the ith value as the Java type matching its CQL type.
getObject(int) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
Returns the ith value as the Java type matching its CQL type.
getObject(int) - Method in class com.datastax.driver.core.SimpleStatement
Returns the ith positional value as the Java type matching its CQL type.
getObject(String) - Method in class com.datastax.driver.core.SimpleStatement
Returns a named value as the Java type matching its CQL type.
getObject(int) - Method in interface com.datastax.driver.dse.graph.Path
Returns the object associated with the given step of this path.
getObject(String) - Method in interface com.datastax.driver.dse.graph.Path
Returns the first object with the given label in this path.
getObjects() - Method in interface com.datastax.driver.dse.graph.Path
Returns the objects traversed by this path, or an empty list, if this path is empty.
getObjects(String) - Method in interface com.datastax.driver.dse.graph.Path
Returns the objects with the given label in this path.
getOpenConnections() - Method in class com.datastax.driver.core.Metrics
Returns the total number of currently opened connections to Cassandra hosts.
getOpenConnections(Host) - Method in interface com.datastax.driver.core.Session.State
The number of open connections to a given host.
getOptimalStringAlignmentDistance(String, String) - Static method in class com.datastax.dse.graph.internal.utils.StringUtils
Finds the Optimal string alignment distance – also referred to as the Damerau-Levenshtein distance – between two strings.
getOption(String) - Method in class com.datastax.driver.core.IndexMetadata
Return the value for the given option name.
getOptions() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the options for this table.
getOthers() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of requests that returned errors not accounted for by another metric.
getOutgoingPayload() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getOutgoingPayload() - Method in interface com.datastax.driver.core.PreparedStatement
Return the outgoing payload currently associated with this statement.
getOutgoingPayload() - Method in class com.datastax.driver.core.Statement
Returns this statement's outgoing payload.
getOutgoingPayload() - Method in class com.datastax.driver.core.StatementWrapper
 
getOutV() - Method in interface com.datastax.driver.dse.graph.Edge
Returns the identifier of this edge's outgoing/tail vertex.
getOutVLabel() - Method in interface com.datastax.driver.dse.graph.Edge
Returns the label of this edge's outgoing/tail vertex.
getPageSize() - Method in class com.datastax.driver.core.ContinuousPagingOptions
Returns the page size.
getPageUnit() - Method in class com.datastax.driver.core.ContinuousPagingOptions
Returns the page unit.
getPagingState() - Method in class com.datastax.driver.core.ExecutionInfo
The paging state of the query.
getPagingState() - Method in class com.datastax.driver.core.StatementWrapper
 
getPagingStateUnsafe() - Method in class com.datastax.driver.core.ExecutionInfo
Returns the "raw" paging state of the query.
getParameters() - Method in class com.datastax.driver.core.QueryTrace
Returns the parameters attached to this trace.
getParent() - Method in class com.datastax.driver.core.ColumnMetadata
Returns the parent object of this column.
getParent() - Method in interface com.datastax.driver.dse.graph.Property
Returns the property's parent Element.
getPartitioner() - Method in class com.datastax.driver.core.Metadata
The partitioner in use as reported by the Cassandra nodes.
getPartitionKey() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the list of columns composing the partition key for this table.
getPartitionKeyToken() - Method in interface com.datastax.driver.core.Row
Returns the value of the first column containing a Token.
getPatch() - Method in class com.datastax.driver.core.VersionNumber
The patch version number.
getPercentile() - Method in class com.datastax.driver.core.policies.PercentileSpeculativeExecutionPolicy
 
getPercentileLatencyTracker() - Method in class com.datastax.driver.core.QueryLogger.DynamicThresholdQueryLogger
Return the percentile tracker to use for recording per-host latency histograms.
getPoints() - Method in class com.datastax.driver.dse.geometry.LineString
Returns the points composing this line string.
getPolicies() - Method in class com.datastax.driver.core.Configuration
Returns the policies set for the cluster.
getPoolingOptions() - Method in class com.datastax.driver.core.Configuration
Returns the connection pooling configuration.
getPoolTimeoutMillis() - Method in class com.datastax.driver.core.PoolingOptions
Returns the timeout when trying to acquire a connection from a host's pool.
getPopulateIOCacheOnFlush() - Method in class com.datastax.driver.core.TableOptionsMetadata
Whether the populate I/O cache on flush is set on this table.
getPort() - Method in class com.datastax.driver.core.ProtocolOptions
Returns the port used to connect to the Cassandra hosts.
getPosition() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns this property's zero-based position among partition key columns or clustering columns.
getPrecision() - Method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Returns the precision of this bound.
getPreparedId() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getPreparedId() - Method in interface com.datastax.driver.core.PreparedStatement
Returns the prepared Id for this statement.
getPreReleaseLabels() - Method in class com.datastax.driver.core.VersionNumber
The pre-release labels if relevant, i.e.
getPrimaryKey() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns the list of columns composing the primary key for this table.
getProperties(String) - Method in interface com.datastax.driver.dse.graph.Element
Returns all the properties of this element that have the given name, or an empty iterator, if such a property name does not exist.
getProperties() - Method in interface com.datastax.driver.dse.graph.Element
Returns an iterator over the element's properties, or an empty iterator, if the element does not have any property.
getProperties(String) - Method in interface com.datastax.driver.dse.graph.Vertex
Returns all the properties of this element that have the given name, or an empty iterator, if such a property name does not exist.
getProperties() - Method in interface com.datastax.driver.dse.graph.Vertex
Returns an iterator over the element's properties, or an empty iterator, if the element does not have any property.
getProperty(String) - Method in interface com.datastax.driver.dse.graph.Element
Returns the first property of this element that has the given name, or null, if such a property name does not exist.
getProperty(String) - Method in interface com.datastax.driver.dse.graph.Vertex
Returns the first property of this element that has the given name, or null, if such a property name does not exist.
getPropertyMapper() - Method in class com.datastax.driver.mapping.MappingConfiguration
Returns the PropertyMapper.
getPropertyName() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns this property's name.
getPropertyNames() - Method in interface com.datastax.driver.dse.graph.Element
Returns the set of property names for this element, or an empty set, if this element has no properties.
getPropertyType() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns this property's type.
getProtocolOptions() - Method in class com.datastax.driver.core.Configuration
Returns the Cassandra binary protocol level configuration (compression).
getProtocolReference() - Method in enum com.datastax.driver.dse.graph.GraphProtocol
 
getProtocolVersion() - Method in class com.datastax.driver.core.ProtocolOptions
The protocol version used by the Cluster instance.
getQueriedHost() - Method in class com.datastax.driver.core.ExecutionInfo
Return the Cassandra host that coordinated this query.
getQuery(Object...) - Method in class com.datastax.driver.mapping.Mapper
Creates a query to fetch entity given its PRIMARY KEY.
getQueryKeyspace() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getQueryKeyspace() - Method in interface com.datastax.driver.core.PreparedStatement
Returns the keyspace at the time that this prepared statement was prepared, (that is the one on which this statement applies unless it specified a keyspace explicitly).
getQueryOptions() - Method in class com.datastax.driver.core.Configuration
Returns the queries configuration.
getQueryString() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getQueryString() - Method in interface com.datastax.driver.core.PreparedStatement
Returns the string of the query that was prepared to yield this PreparedStatement.
getQueryString(CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
getQueryString(CodecRegistry) - Method in class com.datastax.driver.core.RegularStatement
Returns the query string for this statement.
getQueryString() - Method in class com.datastax.driver.core.RegularStatement
Returns the query string for this statement.
getQueryString(CodecRegistry) - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
 
getQueryString(CodecRegistry) - Method in class com.datastax.driver.core.SimpleStatement
 
getQueryString() - Method in class com.datastax.driver.dse.graph.RegularGraphStatement
Returns the graph query string for this statement.
getQueryString() - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
getQueryTrace() - Method in class com.datastax.driver.core.ExecutionInfo
Return the query trace if tracing was enabled on this query.
getQueryTraceAsync() - Method in class com.datastax.driver.core.ExecutionInfo
Placeholder for async query trace retrieval (not implemented yet).
getRack() - Method in class com.datastax.driver.core.Host
Returns the name of the rack this host is part of.
getRadius() - Method in class com.datastax.driver.dse.geometry.Distance
 
getReadRepairChance() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the chance with which a read repair is triggered for this table.
getReadTimeoutMillis() - Method in class com.datastax.driver.core.SocketOptions
The per-host read timeout in milliseconds.
getReadTimeoutMillis() - Method in class com.datastax.driver.core.Statement
Return the per-host read timeout that was set for this statement.
getReadTimeoutMillis() - Method in class com.datastax.driver.core.StatementWrapper
 
getReadTimeoutMillis() - Method in class com.datastax.driver.dse.graph.GraphOptions
Return the per-host socket read timeout that is set for all graph queries.
getReadTimeoutMillis() - Method in class com.datastax.driver.dse.graph.GraphStatement
Return the per-host socket read timeout that was set for this statement.
getReadTimeoutMillis() - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
getReadTimeoutMillis() - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
getReadTimeouts() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of read requests that returned a timeout (independently of the final decision taken by the RetryPolicy).
getReceiveBufferSize() - Method in class com.datastax.driver.core.SocketOptions
Returns the hint to the size of the underlying buffers for incoming network I/O.
getReceivedAcknowledgements() - Method in exception com.datastax.driver.core.exceptions.QueryConsistencyException
The number of replicas that had acknowledged/responded to the operation before it failed.
getReconnectionAttemptFuture() - Method in class com.datastax.driver.core.Host
Returns a ListenableFuture representing the completion of the reconnection attempts scheduled after a host is marked DOWN.
getReconnectionPolicy() - Method in class com.datastax.driver.core.policies.Policies
The reconnection policy in use.
getReconnectionSchedulerQueueSize() - Method in class com.datastax.driver.core.Metrics
Returns the number of queued up tasks in the reconnection executor.
getRefreshNodeIntervalMillis() - Method in class com.datastax.driver.core.QueryOptions
The default window size in milliseconds used to debounce node refresh requests.
getRefreshNodeListIntervalMillis() - Method in class com.datastax.driver.core.QueryOptions
The default window size in milliseconds used to debounce node list refresh requests.
getRefreshSchemaIntervalMillis() - Method in class com.datastax.driver.core.QueryOptions
The default window size in milliseconds used to debounce schema refresh requests.
getRegistry() - Method in class com.datastax.driver.core.Metrics
Returns the registry containing all metrics.
getReplicas(String, ByteBuffer) - Method in class com.datastax.driver.core.Metadata
Returns the set of hosts that are replica for a given partition key.
getReplicas(String, TokenRange) - Method in class com.datastax.driver.core.Metadata
Returns the set of hosts that are replica for a given token range.
getReplicas(String, Token) - Method in class com.datastax.driver.core.Metadata
Returns the set of hosts that are replica for a given token.
getReplicateOnWrite() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns whether replicateOnWrite is set for this table.
getReplication() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the replication options for this keyspace.
getRequestQueueDepth() - Method in class com.datastax.driver.core.Metrics
Returns the total number of enqueued requests on all Cassandra hosts.
getRequestsTimer() - Method in class com.datastax.driver.core.Metrics
Returns metrics on the user requests performed on the Cluster.
getRequestType() - Method in class com.datastax.driver.core.QueryTrace
Returns the type of request.
getRequiredAcknowledgements() - Method in exception com.datastax.driver.core.exceptions.QueryConsistencyException
The minimum number of replica acknowledgements/responses that were required to fulfill the operation.
getRequiredReplicas() - Method in exception com.datastax.driver.core.exceptions.UnavailableException
The number of replica acknowledgements/responses required to perform the operation (with its required consistency level).
getResolvedContactPoints() - Method in class com.datastax.driver.core.Cluster.Builder
 
getResolvedContactPoints() - Method in interface com.datastax.driver.core.Cluster.EnhancedInitializer
This method returns a List of resolved InetSocketAddress contact points grouped by hostname.
getRetries() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was retried due to the RetryPolicy.
getRetriesOnClientTimeout() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was retried due to the RetryPolicy, after a client timeout.
getRetriesOnConnectionError() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was retried due to the RetryPolicy, after a connection error.
getRetriesOnOtherErrors() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was retried due to the RetryPolicy, after an unexpected error.
getRetriesOnReadTimeout() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was retried due to the RetryPolicy, after a read timed out.
getRetriesOnUnavailable() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was retried due to the RetryPolicy, after an unavailable exception.
getRetriesOnWriteTimeout() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a request was retried due to the RetryPolicy, after a write timed out.
getRetryConsistencyLevel() - Method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
The consistency level for this retry decision.
getRetryPolicy() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getRetryPolicy() - Method in class com.datastax.driver.core.policies.Policies
The retry policy in use.
getRetryPolicy() - Method in interface com.datastax.driver.core.PreparedStatement
Returns the retry policy sets for this prepared statement, if any.
getRetryPolicy() - Method in class com.datastax.driver.core.Statement
Returns the retry policy sets for this query, if any.
getRetryPolicy() - Method in class com.datastax.driver.core.StatementWrapper
 
getReturnType() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the return type of this aggregate.
getReturnType() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the return type of this function.
getReuseAddress() - Method in class com.datastax.driver.core.SocketOptions
Returns whether reuse-address is enabled.
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.BatchStatement
 
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.BoundStatement
The routing key for this bound query.
getRoutingKey() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getRoutingKey() - Method in interface com.datastax.driver.core.PreparedStatement
Returns the routing key set for this query.
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.Batch
Returns the first non-null routing key of the statements in this batch or null otherwise.
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
Returns the routing key (in binary raw form) to use for token aware routing of this query.
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.SimpleStatement
Returns the routing key for the query.
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.Statement
Returns the routing key (in binary raw form) to use for token aware routing of this query.
getRoutingKey(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.StatementWrapper
 
getRoutingToken() - Method in class com.datastax.driver.core.BoundStatement
 
getRoutingToken() - Method in class com.datastax.driver.core.RegularStatement
 
getRoutingToken() - Method in class com.datastax.driver.core.Statement
Returns the routing token to use for token aware routing of this query.
getSchemaVersion() - Method in class com.datastax.driver.core.Host
Return the current schema version for the host.
getScoresSnapshot() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
Returns a snapshot of the scores (latency averages) maintained by this policy.
getSendBufferSize() - Method in class com.datastax.driver.core.SocketOptions
Returns the hint to the size of the underlying buffers for outgoing network I/O.
getSerialConsistencyLevel() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getSerialConsistencyLevel() - Method in interface com.datastax.driver.core.PreparedStatement
Returns the default serial consistency level set through PreparedStatement.setSerialConsistencyLevel(com.datastax.driver.core.ConsistencyLevel).
getSerialConsistencyLevel() - Method in class com.datastax.driver.core.QueryOptions
The default serial consistency level used by queries.
getSerialConsistencyLevel() - Method in class com.datastax.driver.core.Statement
The serial consistency level for this query.
getSerialConsistencyLevel() - Method in class com.datastax.driver.core.StatementWrapper
 
getServerVersion() - Method in exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
The version with which the server replied.
getSession() - Method in interface com.datastax.driver.core.Session.State
The Session to which this State corresponds to.
getSession() - Method in class com.datastax.driver.mapping.MappingManager
The underlying Session used by this manager.
getSet(String, Class<T>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a set.
getSet(String, TypeToken<T>) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a set.
getSet(int, Class<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a set.
getSet(int, TypeToken<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a set.
getSet(String, Class<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a set.
getSet(String, TypeToken<T>) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a set.
getSet(int, Class<T>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a set.
getSet(int, TypeToken<T>) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a set.
getSet(String, Class<T>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a set.
getSet(String, TypeToken<T>) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a set.
getShort(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a short.
getShort(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a short.
getShort(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a short.
getShort(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a short.
getShort(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a short.
getSignature() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the CQL signature of this aggregate.
getSignature() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the CQL signature of this function.
getSimpleName() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the simple name of this aggregate.
getSimpleName() - Method in class com.datastax.driver.core.FunctionMetadata
Returns the simple name of this function.
getSlowQueryLatencyThresholdMillis() - Method in class com.datastax.driver.core.QueryLogger.ConstantThresholdQueryLogger
Return the threshold in milliseconds beyond which queries are considered 'slow' and logged as such by the driver.
getSlowQueryLatencyThresholdPercentile() - Method in class com.datastax.driver.core.QueryLogger.DynamicThresholdQueryLogger
Return the threshold percentile beyond which queries are considered 'slow' and logged as such by the driver.
getSocketAddress() - Method in class com.datastax.driver.core.Host
Deprecated.
This is exposed mainly for historical reasons. Internally, the driver uses Host.getEndPoint() to establish connections. This is a shortcut for getEndPoint().resolve().
getSocketOptions() - Method in class com.datastax.driver.core.Configuration
Returns the low-level TCP configuration options used (tcpNoDelay, keepAlive, ...).
getSoLinger() - Method in class com.datastax.driver.core.SocketOptions
Returns the linger-on-close timeout.
getSource() - Method in class com.datastax.driver.core.QueryTrace.Event
Returns the address of the host having generated this event.
getSourceElapsedMicros() - Method in class com.datastax.driver.core.QueryTrace.Event
Returns the number of microseconds elapsed on the source when this event occurred since when the source started handling the query.
getSpeculativeExecutionPolicy() - Method in class com.datastax.driver.core.policies.Policies
The speculative execution policy in use.
getSpeculativeExecutions() - Method in class com.datastax.driver.core.ExecutionInfo
The number of speculative executions that were started for this query.
getSpeculativeExecutions() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of times a speculative execution was started because a previous execution did not complete within the delay specified by SpeculativeExecutionPolicy.
getSpeculativeRetry() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns the speculative retry option for this table.
getSSLOptions() - Method in class com.datastax.driver.core.ProtocolOptions
The SSLOptions used by this cluster.
getStart() - Method in class com.datastax.driver.core.TokenRange
Return the start of the range.
getStartedAt() - Method in class com.datastax.driver.core.QueryTrace
Returns the server-side timestamp of the start of this query.
getState() - Method in class com.datastax.driver.core.Host
Returns a description of the host's state, as seen by the driver.
getState() - Method in interface com.datastax.driver.core.Session
Return a snapshot of the state of this Session.
getStateFunc() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the state function of this aggregate.
getStatement() - Method in class com.datastax.driver.core.ExecutionInfo
Get the statement that has been executed.
getStatementFromBytecode(Bytecode) - Static method in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
getStatementFromBytecodeRemoteSource(Bytecode) - Static method in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
getStatementFromBytecodes(Collection<GraphTraversal>) - Static method in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
getStatements() - Method in class com.datastax.driver.core.BatchStatement
The statements that have been added to this batch so far.
getStateType() - Method in class com.datastax.driver.core.AggregateMetadata
Returns the state type of this aggregate.
getStats(Host) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Snapshot
The Stats object for a given host.
getStoragePort() - Method in class com.datastax.driver.core.Host
Returns the storage port used by the DSE node.
getStoragePortSsl() - Method in class com.datastax.driver.core.Host
Returns the encrypted storage port used by the DSE node.
getStreamId() - Method in exception com.datastax.driver.core.exceptions.FrameTooLongException
 
getString(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a string.
getString(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a string.
getString(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a string.
getString(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a string.
getString(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a string.
getSuccessfulExecutionIndex() - Method in class com.datastax.driver.core.ExecutionInfo
The index of the execution that completed this query.
getTable() - Method in class com.datastax.driver.core.ColumnDefinitions.Definition
Returns the name of the table this column is part of.
getTable(int) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the table of the ith column in this metadata.
getTable(String) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the table of first occurrence of name in this metadata.
getTable() - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
If the failed creation was a table creation, the name of the table that already exists.
getTable() - Method in class com.datastax.driver.core.IndexMetadata
Returns the metadata of the table this index is part of.
getTable(String) - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the metadata for a table contained in this keyspace.
GettableByIndexData - Interface in com.datastax.driver.core
Collection of (typed) CQL values that can be retrieved by index (starting at zero).
GettableByNameData - Interface in com.datastax.driver.core
Collection of (typed) CQL values that can be retrieved by name.
GettableData - Interface in com.datastax.driver.core
Collection of (typed) CQL values that can be retrieved either by index (starting at zero) or by name.
getTableMetadata() - Method in class com.datastax.driver.mapping.Mapper
The TableMetadata for this mapper.
getTables() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the tables defined in this keyspace.
getTarget() - Method in class com.datastax.driver.core.IndexMetadata
Returns the index target.
getTaskSchedulerQueueSize() - Method in class com.datastax.driver.core.Metrics
Returns the number of queued up tasks in the scheduled tasks executor.
getTcpNoDelay() - Method in class com.datastax.driver.core.SocketOptions
Returns whether Nagle's algorithm is disabled.
getThreadingOptions() - Method in class com.datastax.driver.core.Configuration
 
getThreadName() - Method in class com.datastax.driver.core.QueryTrace.Event
Returns the name of the thread on which this event occurred.
getTime(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a long in nanoseconds since midnight.
getTime(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a long in nanoseconds since midnight.
getTime(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a long in nanoseconds since midnight.
getTime(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a long in nanoseconds since midnight.
getTime(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a long in nanoseconds since midnight.
getTimestamp(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a date.
getTimestamp(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a date.
getTimestamp(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a date.
getTimestamp(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a date.
getTimestamp(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a date.
getTimestamp() - Method in class com.datastax.driver.core.QueryTrace.Event
Returns the server side timestamp of the event.
getTimestamp() - Method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Returns the timestamp of this bound.
getTimestampGenerator() - Method in class com.datastax.driver.core.policies.Policies
The timestamp generator to use.
getToken(int) - Method in interface com.datastax.driver.core.Row
Returns the ith value of this row as a Token.
getToken(String) - Method in interface com.datastax.driver.core.Row
Returns the value of column name as a Token.
getTokenRanges() - Method in class com.datastax.driver.core.Metadata
Returns the token ranges that define data distribution in the ring.
getTokenRanges(String, Host) - Method in class com.datastax.driver.core.Metadata
Returns the token ranges that are replicated on the given host, for the given keyspace.
getTokens() - Method in class com.datastax.driver.core.Host
Returns the tokens that this host owns.
getTraceId() - Method in class com.datastax.driver.core.QueryTrace
Returns the identifier of this trace.
getTransformResultFunction() - Method in class com.datastax.driver.dse.graph.GraphStatement
Allows users to input their own implementations of GraphNode directly into the DSE Driver's workflow.
getTrashedConnections() - Method in class com.datastax.driver.core.Metrics
Returns the total number of currently "trashed" connections to Cassandra hosts.
getTrashedConnections(Host) - Method in interface com.datastax.driver.core.Session.State
The number of "trashed" connections to a given host.
getTriedHosts() - Method in class com.datastax.driver.core.ExecutionInfo
The list of tried hosts for this query.
getTupleValue(String) - Method in class com.datastax.driver.core.AbstractGettableData
Return the value for name as a tuple value.
getTupleValue(int) - Method in class com.datastax.driver.core.BoundStatement
Return the ith value as a tuple value.
getTupleValue(String) - Method in class com.datastax.driver.core.BoundStatement
Return the value for name as a tuple value.
getTupleValue(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Return the ith value as a tuple value.
getTupleValue(String) - Method in interface com.datastax.driver.core.GettableByNameData
Return the value for name as a tuple value.
getType() - Method in class com.datastax.driver.core.ColumnDefinitions.Definition
Returns the type of the column.
getType(int) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the type of the ith column in this metadata.
getType(String) - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the type of the first occurrence of name in this metadata.
getType() - Method in class com.datastax.driver.core.ColumnMetadata
Returns the type of the column.
getType() - Method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
The type of this retry decision.
getType() - Method in class com.datastax.driver.core.Token
Returns the data type of this token's value.
getType(int) - Method in class com.datastax.driver.core.TupleValue
 
getType() - Method in class com.datastax.driver.core.TupleValue
The tuple type this is a value of.
getType(int) - Method in class com.datastax.driver.core.UDTValue
 
getType() - Method in class com.datastax.driver.core.UDTValue
The UDT this is a value of.
getType() - Method in class com.datastax.driver.core.UserType.Field
Returns the type of the field.
getType() - Method in class com.datastax.driver.mapping.Mapper.Option
Deprecated.
This method is public for backward compatibility only. It should not be accessible since it leaks a package-private type.
getTypeArguments() - Method in class com.datastax.driver.core.DataType.CollectionType
 
getTypeArguments() - Method in class com.datastax.driver.core.DataType
Returns the type arguments of this type.
getTypeDefinitions() - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule
 
getTypeName() - Method in class com.datastax.driver.core.UserType
The name of this user type.
getTypeNamespace() - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule
 
getUDTValue(String) - Method in class com.datastax.driver.core.AbstractGettableData
Return the value for name as a UDT value.
getUDTValue(int) - Method in class com.datastax.driver.core.BoundStatement
Return the ith value as a UDT value.
getUDTValue(String) - Method in class com.datastax.driver.core.BoundStatement
Return the value for name as a UDT value.
getUDTValue(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Return the ith value as a UDT value.
getUDTValue(String) - Method in interface com.datastax.driver.core.GettableByNameData
Return the value for name as a UDT value.
getUnavailables() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of requests that returned an unavailable exception (independently of the final decision taken by the RetryPolicy).
getUninterruptibly() - Method in interface com.datastax.driver.core.ResultSetFuture
Waits for the query to return and return its result.
getUninterruptibly(long, TimeUnit) - Method in interface com.datastax.driver.core.ResultSetFuture
Waits for the provided time for the query to return and return its result if available.
getUnsupportedVersion() - Method in exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
The version with which the client sent its request.
getUpperBound() - Method in class com.datastax.driver.dse.search.DateRange
Returns the upper bound of this range (inclusive).
getUserType(String) - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the definition for a user defined type (UDT) in this keyspace.
getUserTypes() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns the user types defined in this keyspace.
getUUID(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a UUID.
getUUID(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a UUID.
getUUID(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a UUID.
getUUID(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a UUID.
getUUID(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a UUID.
getValue() - Method in class com.datastax.driver.core.Token
Returns the raw value of this token.
getValue() - Method in interface com.datastax.driver.dse.graph.Property
Returns the property value.
getValue(Object) - Method in interface com.datastax.driver.mapping.MappedProperty
Reads the current value of this property in the given entity.
getValue() - Method in class com.datastax.driver.mapping.Word
 
getValueNames() - Method in class com.datastax.driver.core.SimpleStatement
Returns the names of the named values of this statement.
getValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.Batch
 
getValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
getValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.RegularStatement
The positional values to use for this statement.
getValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
 
getValues(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.SimpleStatement
 
getVariables() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
getVariables() - Method in interface com.datastax.driver.core.PreparedStatement
Returns metadata on the bounded variables of this prepared statement.
getVarint(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns the value for name as a variable length integer.
getVarint(int) - Method in class com.datastax.driver.core.BoundStatement
Returns the ith value as a variable length integer.
getVarint(String) - Method in class com.datastax.driver.core.BoundStatement
Returns the value for name as a variable length integer.
getVarint(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns the ith value as a variable length integer.
getVarint(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns the value for name as a variable length integer.
getView(String) - Method in class com.datastax.driver.core.TableMetadata
Returns metadata on a view of this table.
getViews() - Method in class com.datastax.driver.core.TableMetadata
Returns all views based on this table.
getWarnings() - Method in class com.datastax.driver.core.ExecutionInfo
Returns the server-side warnings for this query.
getWriteTimeouts() - Method in class com.datastax.driver.core.Metrics.Errors
Returns the number of write requests that returned a timeout (independently of the final decision taken by the RetryPolicy).
getWriteType() - Method in exception com.datastax.driver.core.exceptions.WriteFailureException
The type of the write for which a timeout was raised.
getWriteType() - Method in exception com.datastax.driver.core.exceptions.WriteTimeoutException
The type of the write for which a timeout was raised.
getYear() - Method in class com.datastax.driver.core.LocalDate
Returns the year.
GraphJsonUtils - Class in com.datastax.driver.dse.graph
Utility static methods and objects useful in the DSE Driver's execution chain.
GraphJsonUtils() - Constructor for class com.datastax.driver.dse.graph.GraphJsonUtils
 
GraphNode - Interface in com.datastax.driver.dse.graph
A node in a tree-like structure representing a Graph or a Graph component.
GraphOptions - Class in com.datastax.driver.dse.graph
The default graph options to use for a DSE cluster.
GraphOptions() - Constructor for class com.datastax.driver.dse.graph.GraphOptions
 
GraphProtocol - Enum in com.datastax.driver.dse.graph
Defines a subprotocol to be used by the Java driver to communicate with DSE Graph.
GraphResultSet - Class in com.datastax.driver.dse.graph
The result of a graph query.
GraphResultSet(ResultSet) - Constructor for class com.datastax.driver.dse.graph.GraphResultSet
This constructor is intended for internal use only, users should normally obtain instances from DseSession.executeGraph(GraphStatement).
GraphResultSet(ResultSet, Function<Row, GraphNode>) - Constructor for class com.datastax.driver.dse.graph.GraphResultSet
 
GraphSONUtils - Class in com.datastax.dse.graph.internal.utils
 
GraphSONUtils() - Constructor for class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
GraphStatement - Class in com.datastax.driver.dse.graph
An executable graph query.
GraphStatement() - Constructor for class com.datastax.driver.dse.graph.GraphStatement
 
groupBy(Object...) - Method in class com.datastax.driver.core.querybuilder.Select
Adds a GROUP BY clause to this statement.
groupBy(Object...) - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds a GROUP BY clause to this statement.
gt(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "greater than" WHERE clause stating the provided column must be greater to the provided value.
gt(Iterable<String>, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "greater than" WHERE clause for a group of clustering columns.
gte(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "greater than or equal" WHERE clause stating the provided column must be greater than or equal to the provided value.
gte(Iterable<String>, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "greater than or equal" WHERE clause for a group of clustering columns.
GuavaCompatibility - Class in com.datastax.driver.core
A compatibility layer to support a wide range of Guava versions.
GuavaCompatibility() - Constructor for class com.datastax.driver.core.GuavaCompatibility
 

H

hashCode() - Method in class com.datastax.driver.core.AggregateMetadata
 
hashCode() - Method in class com.datastax.driver.core.ColumnDefinitions.Definition
 
hashCode() - Method in class com.datastax.driver.core.ColumnMetadata
 
hashCode() - Method in class com.datastax.driver.core.DataType.CollectionType
 
hashCode() - Method in class com.datastax.driver.core.DataType.CustomType
 
hashCode() - Method in class com.datastax.driver.core.DataType.NativeType
 
hashCode() - Method in class com.datastax.driver.core.Duration
 
hashCode() - Method in class com.datastax.driver.core.FunctionMetadata
 
hashCode() - Method in class com.datastax.driver.core.Host
 
hashCode() - Method in class com.datastax.driver.core.IndexMetadata
 
hashCode() - Method in class com.datastax.driver.core.KeyspaceMetadata
 
hashCode() - Method in class com.datastax.driver.core.LocalDate
 
hashCode() - Method in class com.datastax.driver.core.MaterializedViewMetadata
 
hashCode() - Method in class com.datastax.driver.core.QueryOptions
 
hashCode() - Method in class com.datastax.driver.core.SniEndPoint
 
hashCode() - Method in class com.datastax.driver.core.TableMetadata
 
hashCode() - Method in class com.datastax.driver.core.TableOptionsMetadata
 
hashCode() - Method in class com.datastax.driver.core.TokenRange
 
hashCode() - Method in class com.datastax.driver.core.TupleType
 
hashCode() - Method in class com.datastax.driver.core.TupleValue
 
hashCode() - Method in class com.datastax.driver.core.UDTValue
 
hashCode() - Method in class com.datastax.driver.core.UserType.Field
 
hashCode() - Method in class com.datastax.driver.core.UserType
 
hashCode(Object...) - Static method in class com.datastax.driver.core.utils.MoreObjects
 
hashCode() - Method in class com.datastax.driver.core.VersionNumber
 
hashCode() - Method in class com.datastax.driver.dse.geometry.Distance
 
hashCode() - Method in class com.datastax.driver.dse.geometry.Geometry
 
hashCode() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
hashCode() - Method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
 
hashCode() - Method in class com.datastax.driver.dse.search.DateRange
 
hashCode() - Method in class com.datastax.dse.graph.internal.EditDistance
 
hasLabel(String) - Method in interface com.datastax.driver.dse.graph.Path
Returns whether this path has at least one step with the given label.
hasValues(CodecRegistry) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
hasValues(CodecRegistry) - Method in class com.datastax.driver.core.RegularStatement
Whether or not this statement has values, that is if getValues will return null or not.
hasValues() - Method in class com.datastax.driver.core.RegularStatement
Whether or not this statement has values, that is if getValues will return null or not.
hasValues(CodecRegistry) - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
 
hasValues(CodecRegistry) - Method in class com.datastax.driver.core.SimpleStatement
 
HierarchyScanStrategy - Interface in com.datastax.driver.mapping
A strategy to determine which ancestors of mapped classes should be scanned for mapped properties.
highestTrackableLatencyMillis - Variable in class com.datastax.driver.core.PercentileTracker.Builder
 
Host - Class in com.datastax.driver.core
A Cassandra node.
Host.LifecycleAwareStateListener - Interface in com.datastax.driver.core
A StateListener that tracks when it gets registered or unregistered with a cluster.
Host.StateListener - Interface in com.datastax.driver.core
Interface for listeners that are interested in hosts added, up, down and removed events.
HostDistance - Enum in com.datastax.driver.core
The distance to a Cassandra node as assigned by a LoadBalancingPolicy (through its distance method).
HostFilterPolicy - Class in com.datastax.driver.core.policies
A load balancing policy wrapper that ensures that only hosts matching the predicate will ever be returned.
HostFilterPolicy(LoadBalancingPolicy, Predicate<Host>) - Constructor for class com.datastax.driver.core.policies.HostFilterPolicy
Create a new policy that wraps the provided child policy but only "allows" hosts matching the predicate.
hostMetricName(String, Host) - Static method in class com.datastax.driver.core.MetricsUtil
 

I

id - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
id - Variable in enum com.datastax.driver.core.ContinuousPagingOptions.PageUnit
 
IdempotenceAwareRetryPolicy - Class in com.datastax.driver.core.policies
Deprecated.
As of version 3.1.0, the driver doesn't retry non-idempotent statements for write timeouts or unexpected errors anymore. It is no longer necessary to wrap your retry policies in this policy.
IdempotenceAwareRetryPolicy(RetryPolicy) - Constructor for class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
Creates a new instance.
idempotent - Variable in class com.datastax.driver.core.Statement
 
IdentityTranslator - Class in com.datastax.driver.core.policies
The default AddressTranslator used by the driver that do no translation.
IdentityTranslator() - Constructor for class com.datastax.driver.core.policies.IdentityTranslator
 
ifExists() - Method in class com.datastax.driver.core.querybuilder.Delete
Sets the 'IF EXISTS' option for this DELETE statement.
ifExists() - Method in class com.datastax.driver.core.querybuilder.Delete.Where
Sets the 'IF EXISTS' option for the DELETE statement this WHERE clause is part of.
ifExists() - Method in class com.datastax.driver.core.querybuilder.Update.Where
Sets the 'IF EXISTS' option for the UPDATE statement this WHERE clause is part of.
ifExists() - Method in class com.datastax.driver.core.schemabuilder.Drop
Add the 'IF EXISTS' condition to this DROP statement.
ifExists() - Method in class com.datastax.driver.core.schemabuilder.DropKeyspace
Add the 'IF EXISTS' condition to this DROP statement.
ifNotExists() - Method in class com.datastax.driver.core.querybuilder.Insert
Sets the 'IF NOT EXISTS' option for this INSERT statement.
ifNotExists - Variable in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
 
ifNotExists() - Method in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
Add the 'IF NOT EXISTS' condition to this CREATE statement.
ifNotExists() - Method in class com.datastax.driver.core.schemabuilder.CreateIndex
Add the 'IF NOT EXISTS' condition to this CREATE INDEX statement.
ifNotExists() - Method in class com.datastax.driver.core.schemabuilder.CreateKeyspace
 
ifNotExists(boolean) - Static method in class com.datastax.driver.mapping.Mapper.Option
Creates a new Option object to specify whether an IF NOT EXISTS clause should be included in insert queries.
ignore() - Static method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
Creates an RetryPolicy.RetryDecision.Type.IGNORE retry decision.
IgnoreJDK6Requirement - Annotation Type in com.datastax.driver.core
Annotation used to mark classes in this project as excluded from JDK 6 signature check performed by animal-sniffer Maven plugin as they require JDK 8 or higher.
in(String, Object...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Create an "in" WHERE clause stating the provided column must be equal to one of the provided values.
in(String, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Create an "in" WHERE clause stating the provided column must be equal to one of the provided values.
in(Iterable<String>, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates an "in" WHERE clause for a group of clustering columns (a.k.a.
include(Host, Statement, Exception) - Method in class com.datastax.driver.core.PercentileTracker
Determines whether a particular measurement should be included.
incr(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Incrementation of a counter column.
incr(String, long) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Incrementation of a counter column by a provided value.
incr(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Incrementation of a counter column by a provided value.
INDEX_ENTRIES_OPTION_NAME - Static variable in class com.datastax.driver.core.IndexMetadata
The name of the option used to specify that the index is on the collection (map) entries.
INDEX_KEYS_OPTION_NAME - Static variable in class com.datastax.driver.core.IndexMetadata
The name of the option used to specify that the index is on the collection (map) keys.
indexInterval(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the index interval for Cassandra 2.0.
IndexMetadata - Class in com.datastax.driver.core
An immutable representation of secondary index metadata.
IndexMetadata.Kind - Enum in com.datastax.driver.core
 
inet() - Static method in class com.datastax.driver.core.DataType
Returns the INET type.
inet() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type inet.
inferMappedName(Class<?>, String, Map<Class<? extends Annotation>, Annotation>) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Infers the Cassandra object name corresponding to given the property name.
init() - Method in class com.datastax.driver.core.Cluster
Initialize this Cluster instance.
init(Cluster) - Method in class com.datastax.driver.core.DefaultEndPointFactory
 
init() - Method in class com.datastax.driver.core.DelegatingCluster
 
init(Cluster) - Method in interface com.datastax.driver.core.EndPointFactory
 
init() - Static method in class com.datastax.driver.core.GuavaCompatibility
Force the initialization of the class.
init(Cluster) - Method in interface com.datastax.driver.core.policies.AddressTranslator
Initializes this address translator.
init(Cluster) - Method in class com.datastax.driver.core.policies.ConstantReconnectionPolicy
 
init(Cluster) - Method in class com.datastax.driver.core.policies.ConstantSpeculativeExecutionPolicy
 
init(Cluster, Collection<Host>) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
init(Cluster) - Method in class com.datastax.driver.core.policies.DefaultRetryPolicy
 
init(Cluster) - Method in class com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
Deprecated.
 
init(Cluster) - Method in class com.datastax.driver.core.policies.EC2MultiRegionAddressTranslator
 
init(Cluster, Collection<Host>) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
init(Cluster) - Method in class com.datastax.driver.core.policies.ExponentialReconnectionPolicy
 
init(Cluster) - Method in class com.datastax.driver.core.policies.FallthroughRetryPolicy
 
init(Cluster, Collection<Host>) - Method in class com.datastax.driver.core.policies.HostFilterPolicy
Initialize this load balancing policy.
init(Cluster) - Method in class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
 
init(Cluster) - Method in class com.datastax.driver.core.policies.IdentityTranslator
 
init(Cluster, Collection<Host>) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
 
init(Cluster, Collection<Host>) - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Initialize this load balancing policy.
init(Cluster) - Method in class com.datastax.driver.core.policies.LoggingRetryPolicy
 
init(Cluster) - Method in class com.datastax.driver.core.policies.NoSpeculativeExecutionPolicy
 
init(Cluster) - Method in class com.datastax.driver.core.policies.PercentileSpeculativeExecutionPolicy
 
init(Cluster) - Method in interface com.datastax.driver.core.policies.ReconnectionPolicy
Gets invoked at cluster startup.
init(Cluster) - Method in interface com.datastax.driver.core.policies.RetryPolicy
Gets invoked at cluster startup.
init(Cluster, Collection<Host>) - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
 
init(Cluster) - Method in interface com.datastax.driver.core.policies.SpeculativeExecutionPolicy
Gets invoked at cluster startup.
init(Cluster, Collection<Host>) - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
 
init() - Method in interface com.datastax.driver.core.Session
Force the initialization of this Session instance if it hasn't been initialized yet.
init(Cluster) - Method in class com.datastax.driver.core.SniEndPointFactory
 
init(Cluster, Collection<Host>) - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
init() - Method in interface com.datastax.driver.dse.DseSession
Forces the initialization of this instance if it hasn't been initialized yet.
init(Cluster) - Method in class com.datastax.driver.dse.LoggingIdempotenceAwareRetryPolicy
Deprecated.
 
initAsync() - Method in interface com.datastax.driver.core.Session
Initialize this session asynchronously.
initAsync() - Method in interface com.datastax.driver.dse.DseSession
Initialize this session asynchronously.
initialResponse() - Method in interface com.datastax.driver.core.Authenticator
Obtain an initial response token for initializing the SASL handshake
innerCodec - Variable in class com.datastax.driver.extras.codecs.MappingCodec
 
Insert - Class in com.datastax.driver.core.querybuilder
A built INSERT statement.
Insert.Options - Class in com.datastax.driver.core.querybuilder
The options of an INSERT statement.
insertInto(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new INSERT query.
insertInto(String, String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new INSERT query.
insertInto(TableMetadata) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new INSERT query.
inside(Point, double, Geo.Unit) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Graph predicate to find whether an entity is inside a defined area using a geo coordinate system.
inside(Point, double) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Graph predicate to find whether an entity is inside a defined area using a cartesian coordinate system.
inside(Polygon) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Graph predicate to find whether an entity is inside a defined Polygon.
InsightEventFormatException - Exception in com.datastax.driver.core.exceptions
 
InsightEventFormatException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.InsightEventFormatException
 
InsightsOptions - Class in com.datastax.driver.core
INSTANCE - Static variable in class com.datastax.driver.core.GuavaCompatibility
The unique instance of this class, that is compatible with the Guava version found in the classpath.
INSTANCE - Static variable in class com.datastax.driver.core.policies.DefaultRetryPolicy
 
INSTANCE - Static variable in class com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
Deprecated.
 
INSTANCE - Static variable in class com.datastax.driver.core.policies.FallthroughRetryPolicy
 
INSTANCE - Static variable in class com.datastax.driver.core.policies.NoSpeculativeExecutionPolicy
The single instance (this class is stateless).
INSTANCE - Static variable in class com.datastax.driver.core.ServerSideTimestampGenerator
The unique instance of this generator.
INSTANCE - Static variable in class com.datastax.driver.dse.geometry.codecs.LineStringCodec
The unique (stateless and thread-safe) instance of this codec.
INSTANCE - Static variable in class com.datastax.driver.dse.geometry.codecs.PointCodec
The unique (stateless and thread-safe) instance of this codec.
INSTANCE - Static variable in class com.datastax.driver.dse.geometry.codecs.PolygonCodec
The unique (stateless and thread-safe) instance of this codec.
INSTANCE - Static variable in class com.datastax.driver.dse.search.DateRangeCodec
The singleton instance of DateRangeCodec.
instance - Static variable in class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.date.SimpleDateCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.date.SimpleTimestampCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.jdk8.InstantCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.jdk8.LocalDateCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.jdk8.LocalDateTimeCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.jdk8.LocalTimeCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.jdk8.ZoneIdCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.joda.InstantCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.joda.LocalDateCodec
 
instance - Static variable in class com.datastax.driver.extras.codecs.joda.LocalTimeCodec
 
InstantCodec - Class in com.datastax.driver.extras.codecs.jdk8
TypeCodec that maps Instant to CQL timestamp allowing the setting and retrieval of timestamp columns as Instant instances.
InstantCodec - Class in com.datastax.driver.extras.codecs.joda
TypeCodec that maps Instant to CQL timestamp allowing the setting and retrieval of timestamp columns as Instant instances.
IntArrayCodec - Class in com.datastax.driver.extras.codecs.arrays
A codec that maps the CQL type list<int> to the Java type int[].
IntArrayCodec() - Constructor for class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
intersects(TokenRange) - Method in class com.datastax.driver.core.TokenRange
Returns whether this range intersects another one.
intersectWith(TokenRange) - Method in class com.datastax.driver.core.TokenRange
Computes the intersection of this range with another one.
intervalMs - Variable in class com.datastax.driver.core.PercentileTracker.Builder
 
InvalidConfigurationInQueryException - Exception in com.datastax.driver.core.exceptions
A specific invalid query exception that indicates that the query is invalid because of some configuration problem.
InvalidConfigurationInQueryException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.InvalidConfigurationInQueryException
 
InvalidQueryException - Exception in com.datastax.driver.core.exceptions
Indicates a syntactically correct but invalid query.
InvalidQueryException(String) - Constructor for exception com.datastax.driver.core.exceptions.InvalidQueryException
 
InvalidQueryException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.InvalidQueryException
 
InvalidQueryException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.InvalidQueryException
 
InvalidQueryException(EndPoint, String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.InvalidQueryException
 
InvalidTypeException - Exception in com.datastax.driver.core.exceptions
Thrown when a TypeCodec is unable to perform the requested operation (serialization, deserialization, parsing or formatting) because the object or the byte buffer content being processed does not comply with the expected Java and/or CQL type.
InvalidTypeException(String) - Constructor for exception com.datastax.driver.core.exceptions.InvalidTypeException
 
InvalidTypeException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.InvalidTypeException
 
isAbbreviation() - Method in class com.datastax.driver.mapping.Word
 
isAbsent(T) - Method in class com.datastax.driver.extras.codecs.guava.OptionalCodec
 
isAbsent(T) - Method in class com.datastax.driver.extras.codecs.jdk8.OptionalCodec
 
isArray() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
isArray() - Method in interface com.datastax.driver.dse.serde.Node
Returns whether this node is an array.
isBatchIdempotent(Collection<? extends Statement>) - Static method in class com.datastax.driver.core.Statement
 
isBlank(int) - Static method in class com.datastax.driver.core.ParseUtils
Return true if the given character is a valid whitespace character in CQL, that is, if it is a regular space, a tabulation sign, or a new line sign.
isCalledOnNullInput() - Method in class com.datastax.driver.core.FunctionMetadata
Indicates whether this function's body gets called on null input.
isCDC() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns whether or not change data capture is enabled for this table.
isClosed() - Method in class com.datastax.driver.core.Cluster
Whether this Cluster instance has been closed.
isClosed() - Method in class com.datastax.driver.core.DelegatingCluster
 
isClosed() - Method in interface com.datastax.driver.core.Session
Whether this Session instance has been closed.
isClusteringColumn() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns true if this property is a clustering column, false otherwise.
isCollection() - Method in class com.datastax.driver.core.DataType
Returns whether this data type represent a CQL collection type, that is, a list, set or map.
isCompactStorage() - Method in class com.datastax.driver.core.TableOptionsMetadata
Returns whether the table uses the COMPACT STORAGE option.
isCompatibleWith(DataType.Name) - Method in enum com.datastax.driver.core.DataType.Name
Return true if the provided Name is equal to this one, or if they are aliases for each other, and false otherwise.
isComputed() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns true if this property is computed, i.e.
isConsistencySet() - Method in class com.datastax.driver.core.QueryOptions
 
isContactPointsMultipleDCs() - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
isCustomIndex() - Method in class com.datastax.driver.core.IndexMetadata
Returns whether this index is a custom one.
isDCLocal() - Method in enum com.datastax.driver.core.ConsistencyLevel
Whether or not this consistency level applies to the local data-center only.
isDeterministic() - Method in class com.datastax.driver.core.AggregateMetadata
 
isDeterministic() - Method in class com.datastax.driver.core.FunctionMetadata
 
isDoubleQuoted(String) - Static method in class com.datastax.driver.core.ParseUtils
Return true if the given string is surrounded by double quotes, and false otherwise.
isDseGraphEnabled() - Method in class com.datastax.driver.core.Host
Deprecated.
As of DSE 5.1, users should determine whether this host has the graph workload enabled by inspecting the contents of Host.getDseWorkloads() instead. Note that this method will throw UnsupportedOperationException if the system tables do not contain a "graph" column.
isDurableWrites() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns whether durable writes are set on this keyspace.
isEdge() - Method in interface com.datastax.driver.dse.graph.GraphNode
Returns true if this node is an edge.
isEdge() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
isEmpty() - Method in class com.datastax.driver.core.TokenRange
Returns whether this range is empty.
isEnabled() - Method in class com.datastax.driver.core.MetricsOptions
Returns whether metrics are enabled.
isExhausted() - Method in interface com.datastax.driver.core.PagingIterable
Returns whether this result set has more results.
isExhausted() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Returns whether there are more results.
isExhausted() - Method in class com.datastax.driver.mapping.Result
 
isFieldScanAllowed() - Method in enum com.datastax.driver.mapping.PropertyAccessStrategy
Returns true if field scan is allowed, false otherwise.
isFrozen() - Method in class com.datastax.driver.core.DataType.CollectionType
 
isFrozen() - Method in class com.datastax.driver.core.DataType.CustomType
 
isFrozen() - Method in class com.datastax.driver.core.DataType
Returns whether this data type is frozen.
isFrozen() - Method in class com.datastax.driver.core.DataType.NativeType
 
isFrozen() - Method in class com.datastax.driver.core.TupleType
 
isFrozen() - Method in class com.datastax.driver.core.UserType
 
isFullyFetched() - Method in interface com.datastax.driver.core.PagingIterable
Whether all results from this result set have been fetched from the database.
isFullyFetched() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Deprecated.
isFullyFetched() - Method in class com.datastax.driver.mapping.Result
 
isGetpidAvailable() - Static method in class com.datastax.driver.core.Native
Returns true if JNR POSIX library is loaded and a call to getpid is possible through this library on this system, and false otherwise.
isGetterSetterScanAllowed() - Method in enum com.datastax.driver.mapping.PropertyAccessStrategy
Returns true if getter and setter scan is allowed, false otherwise.
isGettimeofdayAvailable() - Static method in class com.datastax.driver.core.Native
Returns true if JNR C library is loaded and a call to gettimeofday is possible through this library on this system, and false otherwise.
isIdempotent() - Method in class com.datastax.driver.core.BatchStatement
 
isIdempotent() - Method in class com.datastax.driver.core.DefaultPreparedStatement
Whether this statement is idempotent, i.e.
isIdempotent(Statement) - Method in class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
Determines whether the given statement is idempotent or not.
isIdempotent() - Method in interface com.datastax.driver.core.PreparedStatement
Whether this statement is idempotent, i.e.
isIdempotent() - Method in class com.datastax.driver.core.querybuilder.Batch
 
isIdempotent() - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
isIdempotent() - Method in class com.datastax.driver.core.Statement
Whether this statement is idempotent, i.e.
isIdempotent() - Method in class com.datastax.driver.core.StatementWrapper
 
isIdempotent() - Method in class com.datastax.driver.dse.graph.GraphStatement
Whether this statement is idempotent, i.e.
isIdempotent(Statement) - Method in class com.datastax.driver.dse.LoggingIdempotenceAwareRetryPolicy
Deprecated.
 
isIdempotentWithDefault(QueryOptions) - Method in class com.datastax.driver.core.StatementWrapper
 
isIdentifierChar(int) - Static method in class com.datastax.driver.core.ParseUtils
Return true if the given character is allowed in a CQL identifier, that is, if it is in the range: [0..9a..zA..Z-+._&].
isJavaTimeAvailable() - Static method in class com.datastax.driver.core.ClasspathUtil
Returns true if java.time API (JSR-310) is available on the classpath, false otherwise.
isJMXReportingEnabled() - Method in class com.datastax.driver.core.MetricsOptions
Returns whether JMX reporting is enabled.
isLast() - Method in interface com.datastax.driver.core.AsyncContinuousPagingResult
Indicates if this is the last page in the stream of results.
isLongLiteral(String) - Static method in class com.datastax.driver.core.ParseUtils
Check whether the given string corresponds to a valid CQL long literal.
isMetadataEnabled() - Method in class com.datastax.driver.core.QueryOptions
Whether client-side token and schema metadata is enabled.
isMonitorReportingEnabled() - Method in class com.datastax.driver.core.InsightsOptions
Returns whether Insights monitoring is enabled.
isMonotonic() - Method in class com.datastax.driver.core.FunctionMetadata
Indicates whether or not this function is monotonic on all of its arguments.
isNoCompact() - Method in class com.datastax.driver.core.ProtocolOptions
 
isNull(String) - Method in class com.datastax.driver.core.AbstractGettableData
Returns whether the value for name is NULL.
isNull(int) - Method in class com.datastax.driver.core.BoundStatement
Returns whether the ith value is NULL.
isNull(String) - Method in class com.datastax.driver.core.BoundStatement
Returns whether the value for name is NULL.
isNull(int) - Method in interface com.datastax.driver.core.GettableByIndexData
Returns whether the ith value is NULL.
isNull(String) - Method in interface com.datastax.driver.core.GettableByNameData
Returns whether the value for name is NULL.
isNull() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
isNull() - Method in interface com.datastax.driver.dse.serde.Node
Returns whether this node is null.
isObject() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
isObject() - Method in interface com.datastax.driver.dse.serde.Node
Returns whether this node is an object.
isPartitionKey() - Method in interface com.datastax.driver.mapping.MappedProperty
Returns true if this property is part of the table's partition key, false otherwise.
isPlatformAvailable() - Static method in class com.datastax.driver.core.Native
Returns true if JNR Platform class is loaded, and false otherwise.
isPrepareOnAllHosts() - Method in class com.datastax.driver.core.QueryOptions
Returns whether the driver should prepare statements on all hosts in the cluster.
isQuoted(String) - Static method in class com.datastax.driver.core.ParseUtils
Return true if the given string is surrounded by single quotes, and false otherwise.
isReprepareOnUp() - Method in class com.datastax.driver.core.QueryOptions
Whether the driver should re-prepare all cached prepared statements on a host when its marks that host back up.
isReservedCqlKeyword(String) - Static method in class com.datastax.driver.core.Metadata
Checks whether an identifier is a known reserved CQL keyword or not.
isRetryCurrent() - Method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
Whether this decision is to retry the same host.
isSchemaInAgreement() - Method in class com.datastax.driver.core.ExecutionInfo
Whether the cluster had reached schema agreement after the execution of this query.
isSerial() - Method in enum com.datastax.driver.core.ConsistencyLevel
Whether or not this consistency level is serial, that is, applies only to the "paxos" phase of a Lightweight transaction.
isSet(int) - Method in class com.datastax.driver.core.BoundStatement
Returns whether the ith variable has been bound.
isSet(String) - Method in class com.datastax.driver.core.BoundStatement
Returns whether the first occurrence of variable name has been bound.
isSingleBounded() - Method in class com.datastax.driver.dse.search.DateRange
Returns true if this DateRange is a single-bounded range, and false if it is a double-bounded range.
isStatic() - Method in class com.datastax.driver.core.ColumnMetadata
Whether this column is a static column.
isSupertypeOf(TypeToken<?>, TypeToken<?>) - Method in class com.datastax.driver.core.GuavaCompatibility
Returns true if target is a supertype of argument.
isSystemQuery() - Method in class com.datastax.driver.dse.graph.GraphStatement
Returns whether this statement is marked as a system query.
isTracing() - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
isTracing() - Method in interface com.datastax.driver.core.PreparedStatement
Returns whether tracing is enabled for this prepared statement, i.e.
isTracing() - Method in class com.datastax.driver.core.Statement
Returns whether tracing is enabled for this query or not.
isTracing() - Method in class com.datastax.driver.core.StatementWrapper
 
isTransient(String, Field, Method, Method, Map<Class<? extends Annotation>, Annotation>) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Returns true if the given property is transient, false otherwise.
isUnbounded() - Method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Whether this bound is an unbounded bound.
isUp() - Method in class com.datastax.driver.core.Host
Returns whether the host is considered up by the driver.
isUseRemoteHostsForFailover() - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
isValidCondition(Object) - Method in interface com.datastax.dse.graph.internal.DsePredicate
 
isValidCondition(Object) - Method in enum com.datastax.dse.graph.internal.GeoPredicate
 
isValue() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
isValue() - Method in interface com.datastax.driver.dse.serde.Node
Returns whether this node is a simple value, i.e.
isVertex() - Method in interface com.datastax.driver.dse.graph.GraphNode
Returns true if this node is a vertex.
isVertex() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
isVirtual() - Method in class com.datastax.driver.core.AbstractTableMetadata
Returns whether or not this table is a virtual table
isVirtual() - Method in class com.datastax.driver.core.KeyspaceMetadata
Returns whether or not this keyspace is a virtual keyspace
isWrappedAround() - Method in class com.datastax.driver.core.TokenRange
Returns whether this range wraps around the end of the ring.
iterator() - Method in class com.datastax.driver.core.ColumnDefinitions
Returns an iterator over the ColumnDefinitions.Definition contained in this metadata.
iterator() - Method in interface com.datastax.driver.core.PagingIterable
Returns an iterator over the rows contained in this result set.
iterator() - Method in class com.datastax.driver.core.UserType
Returns an iterator over the fields of this UDT.
iterator() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Returns an iterator over the results.
iterator() - Method in class com.datastax.driver.mapping.Result
 
iterator() - Method in class com.datastax.dse.graph.internal.DefaultTraversalBatch
 

J

JacksonJsonCodec<T> - Class in com.datastax.driver.extras.codecs.json
A JSON codec that uses the Jackson library to perform serialization and deserialization of JSON objects.
JacksonJsonCodec(Class<T>) - Constructor for class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
Creates a new instance for the provided javaClass, using a default, newly-allocated ObjectMapper.
JacksonJsonCodec(TypeToken<T>) - Constructor for class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
Creates a new instance for the provided javaType, using a default, newly-allocated ObjectMapper.
JacksonJsonCodec(Class<T>, ObjectMapper) - Constructor for class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
Creates a new instance for the provided javaClass, and using the provided ObjectMapper.
JacksonJsonCodec(TypeToken<T>, ObjectMapper) - Constructor for class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
Creates a new instance for the provided javaType, and using the provided ObjectMapper.
javaType - Variable in class com.datastax.driver.core.TypeCodec
 
JdkSSLOptions - Class in com.datastax.driver.core
Deprecated.
JdkSSLOptions(SSLContext, String[]) - Constructor for class com.datastax.driver.core.JdkSSLOptions
Deprecated.
Creates a new instance.
JdkSSLOptions.Builder - Class in com.datastax.driver.core
Deprecated.
Helper class to build JDK-based SSL options.
join(List<Word>) - Method in interface com.datastax.driver.mapping.NamingConvention
Receive an ordered list of Word objects and returns a result property name.
join(List<Word>) - Method in class com.datastax.driver.mapping.NamingConventions.CharDelimitedNamingConvention
 
join(List<Word>) - Method in class com.datastax.driver.mapping.NamingConventions.LowerCamelCase
 
join(List<Word>) - Method in class com.datastax.driver.mapping.NamingConventions.SingleWordNamingConvention
 
join(List<Word>) - Method in class com.datastax.driver.mapping.NamingConventions.UpperCamelCase
 
json(Object) - Method in class com.datastax.driver.core.querybuilder.Insert
Inserts the provided object, using the {@code INSERT INTO ...
json() - Method in class com.datastax.driver.core.querybuilder.Select.Builder
Uses JSON selection.
json() - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Uses JSON selection.
Jsr353JsonCodec - Class in com.datastax.driver.extras.codecs.json
A JSON codec that uses the Java API for JSON processing to perform serialization and deserialization of JSON structures.
Jsr353JsonCodec() - Constructor for class com.datastax.driver.extras.codecs.json.Jsr353JsonCodec
Creates a new instance using a default configuration.
Jsr353JsonCodec(Map<String, ?>) - Constructor for class com.datastax.driver.extras.codecs.json.Jsr353JsonCodec
Creates a new instance using the provided configuration.

K

keyCodec - Variable in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
keyspace - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
KeyspaceMetadata - Class in com.datastax.driver.core
Describes a keyspace defined in this cluster.
keyspaceName - Variable in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
 
KeyspaceOptions - Class in com.datastax.driver.core.schemabuilder
The keyspace options used in CREATE KEYSPACE or ALTER KEYSPACE statements.
KeyspaceOptions(String, String) - Constructor for class com.datastax.driver.core.schemabuilder.KeyspaceOptions
 
KS_NAME - Static variable in class com.datastax.driver.core.KeyspaceMetadata
 

L

lastUpdatedSince() - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Snapshot.Stats
The number of nanoseconds since the last latency update was recorded (at the time of the snapshot).
LatencyAwarePolicy - Class in com.datastax.driver.core.policies
A wrapper load balancing policy that adds latency awareness to a child policy.
LatencyAwarePolicy.Builder - Class in com.datastax.driver.core.policies
Helper builder object to create a latency aware policy.
LatencyAwarePolicy.Snapshot - Class in com.datastax.driver.core.policies
An immutable snapshot of the per-host scores (and stats in general) maintained by LatencyAwarePolicy to base its decision upon.
LatencyAwarePolicy.Snapshot.Stats - Class in com.datastax.driver.core.policies
A snapshot of the statistics on a given host kept by LatencyAwarePolicy.
LatencyTracker - Interface in com.datastax.driver.core
Interface for objects that are interested in tracking the latencies of the driver queries to each Cassandra nodes.
leveledStrategy() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the leveled compaction strategy, to use in a CREATE or ALTER TABLE statement.
like(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "like" WHERE clause stating that the provided column must be equal to the provided value.
limit(int) - Method in class com.datastax.driver.core.querybuilder.Select
Adds a LIMIT clause to this statement.
limit(BindMarker) - Method in class com.datastax.driver.core.querybuilder.Select
Adds a prepared LIMIT clause to this statement.
limit(int) - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds a LIMIT clause to the SELECT statement this WHERE clause is part of.
limit(BindMarker) - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds a bind marker for the LIMIT clause to the SELECT statement this WHERE clause is part of.
LineString - Class in com.datastax.driver.dse.geometry
The driver-side representation for DSE's LineStringType.
LineString(Point, Point, Point...) - Constructor for class com.datastax.driver.dse.geometry.LineString
Creates a line string from a series of 2 or more points.
lineString(double...) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Create a LineString object with the list of points given in parameter.
LineStringCodec - Class in com.datastax.driver.dse.geometry.codecs
A custom type codec to use LineString instances in the driver.
list(DataType, boolean) - Static method in class com.datastax.driver.core.DataType
Returns the type of lists of elementType elements.
list(DataType) - Static method in class com.datastax.driver.core.DataType
Returns the type of "not frozen" lists of elementType elements.
list(TypeCodec<T>) - Static method in class com.datastax.driver.core.TypeCodec
Return a newly-created codec for the CQL type list whose element type is determined by the given element codec.
listElt(String, int) - Method in class com.datastax.driver.core.querybuilder.Delete.Selection
Deletes the provided list element.
listElt(String, BindMarker) - Method in class com.datastax.driver.core.querybuilder.Delete.Selection
Deletes the provided list element, specified as a bind marker.
listOf(Class<T>) - Static method in class com.datastax.driver.core.TypeTokens
Create a TypeToken that represents a List whose elements are of the given type.
listOf(TypeToken<T>) - Static method in class com.datastax.driver.core.TypeTokens
Create a TypeToken that represents a List whose elements are of the given type.
LoadBalancingPolicy - Interface in com.datastax.driver.core.policies
The policy that decides which Cassandra hosts to contact for each new query.
LocalDate - Class in com.datastax.driver.core
A date with no time components, no time zone, in the ISO 8601 calendar.
LocalDateCodec - Class in com.datastax.driver.extras.codecs.jdk8
TypeCodec that maps LocalDate to CQL date.
LocalDateCodec - Class in com.datastax.driver.extras.codecs.joda
TypeCodec that maps LocalDate to CQL date.
LocalDateTimeCodec - Class in com.datastax.driver.extras.codecs.jdk8
TypeCodec that maps LocalDateTime to CQL timestamp, allowing the setting and retrieval of timestamp columns as LocalDateTime instances.
LocalTimeCodec - Class in com.datastax.driver.extras.codecs.jdk8
TypeCodec that maps LocalTime to CQL time (long representing nanoseconds since midnight).
LocalTimeCodec - Class in com.datastax.driver.extras.codecs.joda
TypeCodec that maps LocalTime to CQL time (long representing nanoseconds since midnight).
locateGetter(Class<?>, PropertyDescriptor) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Locates a getter method for the given mapped class and given property.
locateSetter(Class<?>, PropertyDescriptor) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Locates a setter method for the given mapped class and given property.
logDecision(String, Object...) - Method in class com.datastax.driver.core.policies.LoggingRetryPolicy
Logs the decision according to the given template and parameters.
logDriverVersion() - Static method in class com.datastax.driver.core.Cluster
Logs the driver version to the console.
logger - Static variable in class com.datastax.driver.dse.graph.GraphStatement
 
LoggingIdempotenceAwareRetryPolicy - Class in com.datastax.driver.dse
Deprecated.
As of release 1.1.0, dse driver now depends on driver-core 3.1.0, which doesn't retry non-idempotent statements for write timeouts or unexpected errors anymore.
LoggingIdempotenceAwareRetryPolicy(RetryPolicy) - Constructor for class com.datastax.driver.dse.LoggingIdempotenceAwareRetryPolicy
Deprecated.
Creates a new instance.
LoggingMonotonicTimestampGenerator - Class in com.datastax.driver.core
A monotonic timestamp generator that logs warnings when timestamps drift in the future (see this class's constructors and LoggingMonotonicTimestampGenerator.onDrift(long, long) for more information).
LoggingMonotonicTimestampGenerator(long, TimeUnit, long, TimeUnit) - Constructor for class com.datastax.driver.core.LoggingMonotonicTimestampGenerator
Creates a new instance.
LoggingRetryPolicy - Class in com.datastax.driver.core.policies
A retry policy that wraps another policy, logging the decision made by its sub-policy.
LoggingRetryPolicy(RetryPolicy) - Constructor for class com.datastax.driver.core.policies.LoggingRetryPolicy
Creates a new RetryPolicy that logs the decision of policy.
logQuery(Statement, Exception, Logger, String) - Method in class com.datastax.driver.core.QueryLogger
 
LongArrayCodec - Class in com.datastax.driver.extras.codecs.arrays
A codec that maps the CQL type list<long> to the Java type long[].
LongArrayCodec() - Constructor for class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
LOWER_CAMEL_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents the default Camel case naming convention, with a lower cased first letter.
LOWER_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents a naming convention where all letters are lower cased, and words are not separated by any special character.
LOWER_LISP_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents Lisp case naming convention, meaning all letters are lower cased, and words are separated by a dash sign ("-").
LOWER_SNAKE_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents snake case naming convention, meaning all letters are lower cased, and words are separated by an underscore ("_").
lowerBound(Date, DateRange.DateRangeBound.Precision) - Static method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Creates a date range lower bound from the given Date and DateRange.DateRangeBound.Precision.
LowerCamelCase(boolean, String...) - Constructor for class com.datastax.driver.mapping.NamingConventions.LowerCamelCase
 
LowerCamelCase(String...) - Constructor for class com.datastax.driver.mapping.NamingConventions.LowerCamelCase
 
LowerCamelCase(boolean) - Constructor for class com.datastax.driver.mapping.NamingConventions.LowerCamelCase
 
lt(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "lesser than" WHERE clause stating the provided column must be less than the provided value.
lt(Iterable<String>, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "lesser than" WHERE clause for a group of clustering columns.
lte(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "lesser than or equal" WHERE clause stating the provided column must be lesser than or equal to the provided value.
lte(Iterable<String>, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "lesser than or equal" WHERE clause for a group of clustering columns.
lz4() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the LZ4 compression strategy, to use in a CREATE or ALTER TABLE statement.

M

map(DataType, DataType, boolean) - Static method in class com.datastax.driver.core.DataType
Returns the type of maps of keyType to valueType elements.
map(DataType, DataType) - Static method in class com.datastax.driver.core.DataType
Returns the type of "not frozen" maps of keyType to valueType elements.
map(TypeCodec<K>, TypeCodec<V>) - Static method in class com.datastax.driver.core.TypeCodec
Return a newly-created codec for the CQL type map whose key type and value type are determined by the given codecs.
map(ResultSet) - Method in class com.datastax.driver.mapping.Mapper
Maps the rows from a ResultSet into the class this is a mapper of.
mapAliased(ResultSet) - Method in class com.datastax.driver.mapping.Mapper
Deprecated.
you no longer need to specify whether a result set is aliased, it will be detected automatically. Use Mapper.map(ResultSet) instead of this method.
mapAsync(ResultSetFuture) - Method in class com.datastax.driver.mapping.Mapper
Asynchronously maps the rows from a ResultSetFuture into the class this is a mapper of.
mapElt(String, Object) - Method in class com.datastax.driver.core.querybuilder.Delete.Selection
Deletes a map element given a key.
mapOf(Class<K>, Class<V>) - Static method in class com.datastax.driver.core.TypeTokens
Create a TypeToken that represents a Map whose keys and values are of the given key and value types.
mapOf(TypeToken<K>, TypeToken<V>) - Static method in class com.datastax.driver.core.TypeTokens
Create a TypeToken that represents a Map whose keys and values are of the given key and value types.
MappedClassesOnlyHierarchyScanStrategy - Class in com.datastax.driver.mapping
A HierarchyScanStrategy that excludes all ancestors of mapped classes, thus restricting class scan to the mapped classes themselves.
MappedClassesOnlyHierarchyScanStrategy() - Constructor for class com.datastax.driver.mapping.MappedClassesOnlyHierarchyScanStrategy
 
MappedProperty<T> - Interface in com.datastax.driver.mapping
A Java property that is mapped to either a table column, a user-defined type (UDT) field, or a CQL expression such as "ttl(col1)".
Mapper<T> - Class in com.datastax.driver.mapping
An object handling the mapping of a particular class.
mapper(Class<T>, String) - Method in class com.datastax.driver.mapping.MappingManager
Creates a Mapper for the provided class (that must be annotated by a Table annotation).
mapper(Class<T>) - Method in class com.datastax.driver.mapping.MappingManager
Creates a Mapper for the provided class, using the default keyspace (either the one declared in the Table annotation, or the logged keyspace on the session).
Mapper.Option - Class in com.datastax.driver.mapping
An option for a mapper operation.
MappingCodec<O,I> - Class in com.datastax.driver.extras.codecs
An abstract TypeCodec that maps a Java Pojo to another Java object that can in turn be serialized into a CQL type.
MappingCodec(TypeCodec<I>, Class<O>) - Constructor for class com.datastax.driver.extras.codecs.MappingCodec
 
MappingCodec(TypeCodec<I>, TypeToken<O>) - Constructor for class com.datastax.driver.extras.codecs.MappingCodec
 
MappingConfiguration - Class in com.datastax.driver.mapping
The configuration to use for the mappers.
MappingConfiguration.Builder - Class in com.datastax.driver.mapping
Builder for MappingConfiguration instances.
MappingManager - Class in com.datastax.driver.mapping
Mapping manager from which to obtain entity mappers.
MappingManager(Session) - Constructor for class com.datastax.driver.mapping.MappingManager
Creates a new MappingManager using the provided Session with default MapperConfiguration.
MappingManager(Session, ProtocolVersion) - Constructor for class com.datastax.driver.mapping.MappingManager
Creates a new MappingManager using the provided Session with default MapperConfiguration.
MappingManager(Session, MappingConfiguration) - Constructor for class com.datastax.driver.mapping.MappingManager
Creates a new MappingManager using the provided Session with custom configuration to be inherited to each instantiated mapper.
MappingManager(Session, MappingConfiguration, ProtocolVersion) - Constructor for class com.datastax.driver.mapping.MappingManager
Creates a new MappingManager using the provided Session with default MapperConfiguration.
mapTable(Class<?>) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
 
mapTable(Class<?>) - Method in interface com.datastax.driver.mapping.PropertyMapper
Maps the given table class.
mapUdt(Class<?>) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
 
mapUdt(Class<?>) - Method in interface com.datastax.driver.mapping.PropertyMapper
Maps the given UDT class.
MaterializedViewMetadata - Class in com.datastax.driver.core
An immutable representation of a materialized view.
max(Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a max(x) built-in function call.
max(Object) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates a max(x) built-in function call.
max(Object) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
MAX_POOL_LOCAL_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
MAX_POOL_REMOTE_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
MAX_REQUESTS_PER_CONNECTION_LOCAL_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
MAX_REQUESTS_PER_CONNECTION_REMOTE_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
maxIndexInterval(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the maximum index interval for Cassandra 2.1.
maxLoggedParameters - Variable in class com.datastax.driver.core.QueryLogger
 
maxParameterValueLength - Variable in class com.datastax.driver.core.QueryLogger
 
maxQueryStringLength - Variable in class com.datastax.driver.core.QueryLogger
 
maxSSTableAgeDays(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions
Stop compacting SSTables only having data older than these specified days.
maxThreshold(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions
Sets the maximum number of SSTables to allow in a minor compaction.
maxThreshold(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
Sets the maximum number of SSTables to allow in a minor compaction.
maxThreshold(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Sets the maximum number of SSTables to allow in a minor compaction.
maybeLogErrorQuery(Host, Statement, Exception, long) - Method in class com.datastax.driver.core.QueryLogger
 
maybeLogNormalOrSlowQuery(Host, Statement, long) - Method in class com.datastax.driver.core.QueryLogger.ConstantThresholdQueryLogger
 
maybeLogNormalOrSlowQuery(Host, Statement, long) - Method in class com.datastax.driver.core.QueryLogger.DynamicThresholdQueryLogger
 
maybeLogNormalOrSlowQuery(Host, Statement, long) - Method in class com.datastax.driver.core.QueryLogger
 
maybeLogNormalQuery(Host, Statement, long) - Method in class com.datastax.driver.core.QueryLogger
 
maybeLogSlowQuery(Host, Statement, long) - Method in class com.datastax.driver.core.QueryLogger.ConstantThresholdQueryLogger
 
maybeLogSlowQuery(Host, Statement, long, long) - Method in class com.datastax.driver.core.QueryLogger.DynamicThresholdQueryLogger
 
memtableFlushPeriodInMillis(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the memtable flush period.
mergeWith(TokenRange) - Method in class com.datastax.driver.core.TokenRange
Merges this range with another one.
Metadata - Class in com.datastax.driver.core
Keeps metadata on the connected cluster, including known nodes and schema definitions.
Metrics - Class in com.datastax.driver.core
Metrics exposed by the driver.
Metrics.Errors - Class in com.datastax.driver.core
Metrics on errors encountered.
MetricsOptions - Class in com.datastax.driver.core
Metrics options.
MetricsOptions() - Constructor for class com.datastax.driver.core.MetricsOptions
Creates a new MetricsOptions object with default values (metrics enabled, JMX reporting enabled).
MetricsOptions(boolean, boolean) - Constructor for class com.datastax.driver.core.MetricsOptions
Creates a new MetricsOptions object.
MetricsUtil - Class in com.datastax.driver.core
 
MetricsUtil() - Constructor for class com.datastax.driver.core.MetricsUtil
 
millisecs(int) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create the speculative retry strategy that retries after a given delay, to use in a CREATE or ALTER TABLE statement.
min(Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a min(x) built-in function call.
min(Object) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates a min(x) built-in function call.
min(Object) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
minIndexInterval(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the minimum index interval for Cassandra 2.1.
minRecordedValues - Variable in class com.datastax.driver.core.PercentileTracker.Builder
 
minSSTableSizeInBytes(Long) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
The SizeTieredCompactionStrategy groups SSTables for compaction into buckets.
minSSTableSizeInBytes(Long) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Size-tiered compaction strategy (STCS) is used in the newest window, this method sets the minSSTableSize value used in STCS.
minThreshold(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions
Sets the minimum number of SSTables to trigger a minor compaction
minThreshold(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions
Sets the minimum number of SSTables to trigger a minor compaction
minThreshold(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Sets the minimum number of SSTables to trigger a minor compaction
MoreFutures - Class in com.datastax.driver.core.utils
Helpers to work with Guava's ListenableFuture.
MoreFutures() - Constructor for class com.datastax.driver.core.utils.MoreFutures
 
MoreFutures.FailureCallback<V> - Class in com.datastax.driver.core.utils
A FutureCallback that does nothing on success.
MoreFutures.SuccessCallback<V> - Class in com.datastax.driver.core.utils
A FutureCallback that does nothing on failure.
MoreObjects - Class in com.datastax.driver.core.utils
Driver-specific implementation of utility object methods.
MoreObjects() - Constructor for class com.datastax.driver.core.utils.MoreObjects
 

N

name - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
name - Variable in class com.datastax.driver.core.DataType
 
NamingConvention - Interface in com.datastax.driver.mapping
Represent a naming convention (e.g.
NamingConventions - Class in com.datastax.driver.mapping
Implementations of industry common naming conventions.
NamingConventions() - Constructor for class com.datastax.driver.mapping.NamingConventions
 
NamingConventions.CamelCase - Class in com.datastax.driver.mapping
 
NamingConventions.CharDelimitedNamingConvention - Class in com.datastax.driver.mapping
 
NamingConventions.LowerCamelCase - Class in com.datastax.driver.mapping
Represents Camel case naming convention with a lower cased first letter.
NamingConventions.SingleWordNamingConvention - Class in com.datastax.driver.mapping
 
NamingConventions.UpperCamelCase - Class in com.datastax.driver.mapping
Represents Camel case naming convention with an upper cased first letter.
NamingStrategy - Interface in com.datastax.driver.mapping
Determines how Java property names are translated to Cassandra column/field names for a mapped class.
Native - Class in com.datastax.driver.core
Helper class to deal with native system calls through the JNR library.
Native() - Constructor for class com.datastax.driver.core.Native
 
ne(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a "not equal" WHERE clause stating the provided column must be different from the provided value.
ne(Iterable<String>, Iterable<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates an "not equal" WHERE clause for a group of clustering columns.
NettyOptions - Class in com.datastax.driver.core
A set of hooks that allow clients to customize the driver's underlying Netty layer.
NettyOptions() - Constructor for class com.datastax.driver.core.NettyOptions
 
NettySSLOptions - Class in com.datastax.driver.core
Deprecated.
NettySSLOptions(SslContext) - Constructor for class com.datastax.driver.core.NettySSLOptions
Deprecated.
Create a new instance from a given context.
NEW_CONNECTION_THRESHOLD_LOCAL_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
NEW_CONNECTION_THRESHOLD_REMOTE_KEY - Static variable in class com.datastax.driver.core.PoolingOptions
 
newAuthenticator(InetSocketAddress, String) - Method in interface com.datastax.driver.core.AuthProvider
The Authenticator to use when connecting to host
newAuthenticator(EndPoint, String) - Method in class com.datastax.driver.core.AuthProvider.NoAuthProvider
 
newAuthenticator(InetSocketAddress, String) - Method in class com.datastax.driver.core.AuthProvider.NoAuthProvider
 
newAuthenticator(EndPoint, String) - Method in interface com.datastax.driver.core.ExtendedAuthProvider
The Authenticator to use when connecting to endpoint.
newAuthenticator(InetSocketAddress, String) - Method in interface com.datastax.driver.core.ExtendedAuthProvider
Deprecated.
the driver will never call this method on ExtendedAuthProvider instances. Implementors should throw AssertionError.
newAuthenticator(EndPoint, String) - Method in class com.datastax.driver.core.PlainTextAuthProvider
Uses the supplied credentials and the SASL PLAIN mechanism to login to the server.
newAuthenticator(InetSocketAddress, String) - Method in class com.datastax.driver.core.PlainTextAuthProvider
 
newAuthenticator(InetSocketAddress, String) - Method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
 
newAuthenticator(EndPoint, String) - Method in class com.datastax.driver.dse.auth.DsePlainTextAuthProvider
 
newAuthenticator(InetSocketAddress, String) - Method in class com.datastax.driver.dse.auth.DsePlainTextAuthProvider
 
NEWEST_BETA - Static variable in enum com.datastax.driver.core.ProtocolVersion
The most recent beta protocol version supported by the driver.
NEWEST_SUPPORTED - Static variable in enum com.datastax.driver.core.ProtocolVersion
The most recent protocol version supported by the driver.
newInstance(int, int, long) - Static method in class com.datastax.driver.core.Duration
Creates a duration with the given number of months, days and nanoseconds.
newInstance(int) - Method in class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
Return a new instance of C with the given estimated size.
newInstance(int) - Method in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
Return a new Map instance with the given estimated size.
newInstance() - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
Return a new instance of T.
newInstance() - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
Return a new instance of T.
newInstance(int) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractArrayCodec
Create a new array instance with the given size.
newInstance(int) - Method in class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
newInstance(int) - Method in class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
newInstance(int) - Method in class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
newInstance(int) - Method in class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
newInstance(int) - Method in class com.datastax.driver.extras.codecs.arrays.ObjectArrayCodec
 
newInstance() - Method in class com.datastax.driver.extras.codecs.jdk8.ZonedDateTimeCodec
 
newInstance() - Method in class com.datastax.driver.extras.codecs.joda.DateTimeCodec
 
newPlan(String, Statement) - Method in class com.datastax.driver.core.policies.ConstantSpeculativeExecutionPolicy
 
newPlan(String, Statement) - Method in class com.datastax.driver.core.policies.NoSpeculativeExecutionPolicy
 
newPlan(String, Statement) - Method in class com.datastax.driver.core.policies.PercentileSpeculativeExecutionPolicy
 
newPlan(String, Statement) - Method in interface com.datastax.driver.core.policies.SpeculativeExecutionPolicy
Returns the plan to use for a new query.
newQueryPlan(String, Statement) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
Returns the hosts to use for a new query.
newQueryPlan(String, Statement) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
newQueryPlan(String, Statement) - Method in class com.datastax.driver.core.policies.HostFilterPolicy
Returns the hosts to use for a new query.
newQueryPlan(String, Statement) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
Returns the hosts to use for a new query.
newQueryPlan(String, Statement) - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Returns the hosts to use for a new query.
newQueryPlan(String, Statement) - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
Returns the hosts to use for a new query.
newQueryPlan(String, Statement) - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
Returns the hosts to use for a new query.
newQueryPlan(String, Statement) - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
newSchedule() - Method in class com.datastax.driver.core.policies.ConstantReconnectionPolicy
A new schedule that uses a constant getConstantDelayMs() delay between reconnection attempt.
newSchedule() - Method in class com.datastax.driver.core.policies.ExponentialReconnectionPolicy
A new schedule that used an exponentially growing delay between reconnection attempts.
newSchedule() - Method in interface com.datastax.driver.core.policies.ReconnectionPolicy
Creates a new schedule for reconnection attempts.
newSession() - Method in class com.datastax.driver.core.Cluster
Creates a new session on this cluster but does not initialize it.
newSession() - Method in class com.datastax.driver.core.DelegatingCluster
 
newSession() - Method in class com.datastax.driver.dse.DseCluster
Creates a new DSE session on this cluster but does not initialize it.
newSSLEngine(SocketChannel) - Method in class com.datastax.driver.core.JdkSSLOptions
Deprecated.
Creates an SSL engine each time a connection is established.
newSSLEngine(SocketChannel, InetSocketAddress) - Method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions
Creates an SSL engine each time a connection is established.
newSSLEngine(SocketChannel, EndPoint) - Method in class com.datastax.driver.core.SniSSLOptions
 
newSSLHandler(SocketChannel, EndPoint) - Method in interface com.datastax.driver.core.ExtendedRemoteEndpointAwareSslOptions
Creates a new SSL handler for the given Netty channel and the given remote endpoint.
newSSLHandler(SocketChannel) - Method in class com.datastax.driver.core.JdkSSLOptions
Deprecated.
 
newSSLHandler(SocketChannel) - Method in class com.datastax.driver.core.NettySSLOptions
Deprecated.
 
newSSLHandler(SocketChannel) - Method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions
 
newSSLHandler(SocketChannel, EndPoint) - Method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions
 
newSSLHandler(SocketChannel, InetSocketAddress) - Method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions
 
newSSLHandler(SocketChannel) - Method in class com.datastax.driver.core.RemoteEndpointAwareNettySSLOptions
 
newSSLHandler(SocketChannel, EndPoint) - Method in class com.datastax.driver.core.RemoteEndpointAwareNettySSLOptions
 
newSSLHandler(SocketChannel, InetSocketAddress) - Method in class com.datastax.driver.core.RemoteEndpointAwareNettySSLOptions
 
newSSLHandler(SocketChannel, InetSocketAddress) - Method in interface com.datastax.driver.core.RemoteEndpointAwareSSLOptions
Creates a new SSL handler for the given Netty channel and the given remote endpoint.
newSSLHandler(SocketChannel) - Method in class com.datastax.driver.core.SniSSLOptions
 
newSSLHandler(SocketChannel, EndPoint) - Method in class com.datastax.driver.core.SniSSLOptions
 
newSSLHandler(SocketChannel, InetSocketAddress) - Method in class com.datastax.driver.core.SniSSLOptions
 
newSSLHandler(SocketChannel) - Method in interface com.datastax.driver.core.SSLOptions
Deprecated.
use RemoteEndpointAwareSSLOptions#newSSLHandler(SocketChannel, EndPoint) instead.
newToken(String) - Method in class com.datastax.driver.core.Metadata
Builds a new Token from its string representation, according to the partitioner reported by the Cassandra nodes.
newToken(ByteBuffer...) - Method in class com.datastax.driver.core.Metadata
Builds a new Token from a partition key.
newTokenRange(Token, Token) - Method in class com.datastax.driver.core.Metadata
Builds a new TokenRange.
newTupleType(DataType...) - Method in class com.datastax.driver.core.Metadata
Creates a tuple type given a list of types.
newTupleType(List<DataType>) - Method in class com.datastax.driver.core.Metadata
Creates a tuple type given a list of types.
newValue() - Method in class com.datastax.driver.core.TupleType
Returns a new empty value for this tuple type.
newValue(Object...) - Method in class com.datastax.driver.core.TupleType
Returns a new value for this tuple type that uses the provided values for the components.
newValue() - Method in class com.datastax.driver.core.UserType
Returns a new empty value for this user type definition.
next() - Method in class com.datastax.driver.core.AtomicMonotonicTimestampGenerator
 
next() - Method in class com.datastax.driver.core.ServerSideTimestampGenerator
 
next() - Method in class com.datastax.driver.core.ThreadLocalMonotonicTimestampGenerator
 
next() - Method in interface com.datastax.driver.core.TimestampGenerator
Returns the next timestamp.
nextDelayMs() - Method in interface com.datastax.driver.core.policies.ReconnectionPolicy.ReconnectionSchedule
When to attempt the next reconnection.
nextExecution(Host) - Method in interface com.datastax.driver.core.policies.SpeculativeExecutionPolicy.SpeculativeExecutionPlan
Returns the time before the next speculative query.
nextPage() - Method in interface com.datastax.driver.core.AsyncContinuousPagingResult
Returns a future wrapping the next page in the stream of results.
nextStable() - Method in class com.datastax.driver.core.VersionNumber
The next stable version, i.e.
NoAuthProvider() - Constructor for class com.datastax.driver.core.AuthProvider.NoAuthProvider
 
noCompression() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the NONE compression strategy, to use in a CREATE or ALTER TABLE statement.
NoCompression() - Constructor for class com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions.NoCompression
 
Node - Interface in com.datastax.driver.dse.serde
A node in a tree-like structure, represented in a generic way.
nodeSync(boolean) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define whether or not NodeSync is enabled on this table.
nodeSync(long, TimeUnit) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Enables NodeSync on this table with an aspirational target for the maximum time between two validations of the same data.
NoHostAvailableException - Exception in com.datastax.driver.core.exceptions
Exception thrown when a query cannot be performed because no host is available.
NoHostAvailableException(Map<EndPoint, Throwable>) - Constructor for exception com.datastax.driver.core.exceptions.NoHostAvailableException
 
NONE - Static variable in interface com.datastax.driver.core.AuthProvider
A provider that provides no authentication capability.
NORMAL_LOGGER - Static variable in class com.datastax.driver.core.QueryLogger
The logger used to log normal queries, i.e., queries that completed successfully within a configurable threshold in milliseconds.
noRows() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Return the row caching strategy that never caches rows (none, to use in a CREATE or ALTER TABLE statement.
NoSpeculativeExecutionPolicy - Class in com.datastax.driver.core.policies
A SpeculativeExecutionPolicy that never schedules speculative executions.
noSpeculativeRetry() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create the speculative retry strategy that never retries reads, to use in a CREATE or ALTER TABLE statement.
notNull(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates an "IS NOT NULL" WHERE clause for the provided column.
now() - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a now() function call.
NULL_PAYLOAD_VALUE - Static variable in class com.datastax.driver.core.Statement
A special ByteBuffer value that can be used with custom payloads to denote a null value in a payload map.
numberOfSignificantValueDigits - Variable in class com.datastax.driver.core.PercentileTracker.Builder
 

O

ObjectArrayCodec<E> - Class in com.datastax.driver.extras.codecs.arrays
Codec dealing with Java object arrays.
ObjectArrayCodec(DataType.CollectionType, Class<E[]>, TypeCodec<E>) - Constructor for class com.datastax.driver.extras.codecs.arrays.ObjectArrayCodec
 
ObjectGraphNode - Class in com.datastax.driver.dse.graph
 
ObjectGraphNode(Object) - Constructor for class com.datastax.driver.dse.graph.ObjectGraphNode
 
of(ProtocolVersion, CodecRegistry, DataType...) - Static method in class com.datastax.driver.core.TupleType
Creates a "disconnected" tuple type (you should prefer cluster.getMetadata().newTupleType(...) whenever possible).
ofHosts(LoadBalancingPolicy, String...) - Static method in class com.datastax.driver.core.policies.WhiteListPolicy
Creates a new policy with the given host names.
ofHosts(LoadBalancingPolicy, Iterable<String>) - Static method in class com.datastax.driver.core.policies.WhiteListPolicy
Creates a new policy that wraps the provided child policy but only "allows" hosts having addresses that match those from the resolved input host names.
onAdd(Host) - Method in interface com.datastax.driver.core.Host.StateListener
Called when a new node is added to the cluster.
onAdd(Host) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
onAdd(Host) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
onAdd(Host) - Method in class com.datastax.driver.core.policies.HostFilterPolicy
 
onAdd(Host) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
 
onAdd(Host) - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Called when a new node is added to the cluster.
onAdd(Host) - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
 
onAdd(Host) - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
 
onAdd(Host) - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
onAggregateAdded(AggregateMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined aggregate has been added.
onAggregateAdded(AggregateMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onAggregateChanged(AggregateMetadata, AggregateMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined aggregate has changed.
onAggregateChanged(AggregateMetadata, AggregateMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onAggregateRemoved(AggregateMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined aggregate has been removed.
onAggregateRemoved(AggregateMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onAuthenticationSuccess(byte[]) - Method in interface com.datastax.driver.core.Authenticator
Called when authentication is successful with the last information optionally sent by the server.
onClusterClose(EventLoopGroup) - Method in class com.datastax.driver.core.NettyOptions
Hook invoked when the cluster is shutting down after a call to Cluster.close().
onClusterClose(Timer) - Method in class com.datastax.driver.core.NettyOptions
Hook invoked when the cluster is shutting down after a call to Cluster.close().
onDown(Host) - Method in interface com.datastax.driver.core.Host.StateListener
Called when a node is determined to be down.
onDown(Host) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
onDown(Host) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
onDown(Host) - Method in class com.datastax.driver.core.policies.HostFilterPolicy
 
onDown(Host) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
 
onDown(Host) - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Called when a node is determined to be down.
onDown(Host) - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
 
onDown(Host) - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
 
onDown(Host) - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
onDrift(long, long) - Method in class com.datastax.driver.core.AbstractMonotonicTimestampGenerator
Called when generated timestamps drift into the future compared to the underlying clock (in other words, if lastTimestamp >= currentTick).
onDrift(long, long) - Method in class com.datastax.driver.core.LoggingMonotonicTimestampGenerator
Called when generated timestamps drift into the future compared to the underlying clock (in other words, if lastTimestamp >= currentTick).
one() - Method in interface com.datastax.driver.core.PagingIterable
Returns the next result from this result set.
one() - Method in interface com.datastax.driver.core.ResultSet
 
one() - Method in class com.datastax.driver.dse.graph.GraphResultSet
Returns the next result.
one() - Method in class com.datastax.driver.mapping.Result
 
onFailure(Throwable) - Method in class com.datastax.driver.core.utils.MoreFutures.SuccessCallback
 
onFunctionAdded(FunctionMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined function has been added.
onFunctionAdded(FunctionMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onFunctionChanged(FunctionMetadata, FunctionMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined function has changed.
onFunctionChanged(FunctionMetadata, FunctionMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onFunctionRemoved(FunctionMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined function has been removed.
onFunctionRemoved(FunctionMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onKeyspaceAdded(KeyspaceMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a keyspace has been added.
onKeyspaceAdded(KeyspaceMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onKeyspaceChanged(KeyspaceMetadata, KeyspaceMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a keyspace has changed.
onKeyspaceChanged(KeyspaceMetadata, KeyspaceMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onKeyspaceRemoved(KeyspaceMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a keyspace has been removed.
onKeyspaceRemoved(KeyspaceMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onlyIf(Clause) - Method in class com.datastax.driver.core.querybuilder.Delete
Adds a conditions clause (IF) to this statement.
onlyIf() - Method in class com.datastax.driver.core.querybuilder.Delete
Adds a conditions clause (IF) to this statement.
onlyIf(Clause) - Method in class com.datastax.driver.core.querybuilder.Delete.Where
Adds a condition to the DELETE statement this WHERE clause is part of.
onlyIf(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Assignments
Adds a condition to the UPDATE statement those assignments are part of.
onlyIf(Clause) - Method in class com.datastax.driver.core.querybuilder.Update
Adds a conditions clause (IF) to this statement.
onlyIf() - Method in class com.datastax.driver.core.querybuilder.Update
Adds a conditions clause (IF) to this statement.
onlyIf(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Options
Adds a condition to the UPDATE statement these options are part of.
onlyIf(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Where
Adds a condition to the UPDATE statement this WHERE clause is part of.
onMaterializedViewAdded(MaterializedViewMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a materialized view has been added.
onMaterializedViewAdded(MaterializedViewMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onMaterializedViewChanged(MaterializedViewMetadata, MaterializedViewMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a materialized view has changed.
onMaterializedViewChanged(MaterializedViewMetadata, MaterializedViewMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onMaterializedViewRemoved(MaterializedViewMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a materialized view has been removed.
onMaterializedViewRemoved(MaterializedViewMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onReadTimeout(Statement, ConsistencyLevel, int, int, boolean, int) - Method in class com.datastax.driver.core.policies.DefaultRetryPolicy
Defines whether to retry and at which consistency level on a read timeout.
onReadTimeout(Statement, ConsistencyLevel, int, int, boolean, int) - Method in class com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
Deprecated.
Defines whether to retry and at which consistency level on a read timeout.
onReadTimeout(Statement, ConsistencyLevel, int, int, boolean, int) - Method in class com.datastax.driver.core.policies.FallthroughRetryPolicy
Defines whether to retry and at which consistency level on a read timeout.
onReadTimeout(Statement, ConsistencyLevel, int, int, boolean, int) - Method in class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
 
onReadTimeout(Statement, ConsistencyLevel, int, int, boolean, int) - Method in class com.datastax.driver.core.policies.LoggingRetryPolicy
 
onReadTimeout(Statement, ConsistencyLevel, int, int, boolean, int) - Method in interface com.datastax.driver.core.policies.RetryPolicy
Defines whether to retry and at which consistency level on a read timeout.
onRegister(Cluster) - Method in class com.datastax.driver.core.ClusterWidePercentileTracker
 
onRegister(Cluster) - Method in interface com.datastax.driver.core.Host.LifecycleAwareStateListener
Gets invoked when the listener is registered with a cluster, or at cluster startup if the listener was registered at initialization with Cluster.register(Host.StateListener).
onRegister(Cluster) - Method in interface com.datastax.driver.core.Host.StateListener
Gets invoked when the tracker is registered with a cluster, or at cluster startup if the tracker was registered at initialization with Cluster.register(LatencyTracker).
onRegister(Cluster) - Method in interface com.datastax.driver.core.LatencyTracker
Gets invoked when the tracker is registered with a cluster, or at cluster startup if the tracker was registered at initialization with Cluster.register(LatencyTracker).
onRegister(Cluster) - Method in class com.datastax.driver.core.PercentileTracker
 
onRegister(Cluster) - Method in class com.datastax.driver.core.QueryLogger.DynamicThresholdQueryLogger
 
onRegister(Cluster) - Method in class com.datastax.driver.core.QueryLogger
 
onRegister(Cluster) - Method in interface com.datastax.driver.core.SchemaChangeListener
Gets invoked when the listener is registered with a cluster.
onRegister(Cluster) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onRemove(Host) - Method in interface com.datastax.driver.core.Host.StateListener
Called when a node is removed from the cluster.
onRemove(Host) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
onRemove(Host) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
onRemove(Host) - Method in class com.datastax.driver.core.policies.HostFilterPolicy
 
onRemove(Host) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
 
onRemove(Host) - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Called when a node is removed from the cluster.
onRemove(Host) - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
 
onRemove(Host) - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
 
onRemove(Host) - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
onRequestError(Statement, ConsistencyLevel, DriverException, int) - Method in class com.datastax.driver.core.policies.DefaultRetryPolicy
Defines whether to retry and at which consistency level on an unexpected error.
onRequestError(Statement, ConsistencyLevel, DriverException, int) - Method in class com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
Deprecated.
Defines whether to retry and at which consistency level on an unexpected error.
onRequestError(Statement, ConsistencyLevel, DriverException, int) - Method in class com.datastax.driver.core.policies.FallthroughRetryPolicy
Defines whether to retry and at which consistency level on an unexpected error.
onRequestError(Statement, ConsistencyLevel, DriverException, int) - Method in class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
 
onRequestError(Statement, ConsistencyLevel, DriverException, int) - Method in class com.datastax.driver.core.policies.LoggingRetryPolicy
 
onRequestError(Statement, ConsistencyLevel, DriverException, int) - Method in interface com.datastax.driver.core.policies.RetryPolicy
Defines whether to retry and at which consistency level on an unexpected error.
onSuccess(V) - Method in class com.datastax.driver.core.utils.MoreFutures.FailureCallback
 
onTable(String, String) - Method in class com.datastax.driver.core.schemabuilder.CreateIndex
Specify the keyspace and table to create the index on.
onTable(String) - Method in class com.datastax.driver.core.schemabuilder.CreateIndex
Specify the table to create the index on.
onTableAdded(TableMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a table has been added.
onTableAdded(TableMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onTableChanged(TableMetadata, TableMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a table has changed.
onTableChanged(TableMetadata, TableMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onTableRemoved(TableMetadata) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a table has been removed.
onTableRemoved(TableMetadata) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onUnavailable(Statement, ConsistencyLevel, int, int, int) - Method in class com.datastax.driver.core.policies.DefaultRetryPolicy
Defines whether to retry and at which consistency level on an unavailable exception.
onUnavailable(Statement, ConsistencyLevel, int, int, int) - Method in class com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
Deprecated.
Defines whether to retry and at which consistency level on an unavailable exception.
onUnavailable(Statement, ConsistencyLevel, int, int, int) - Method in class com.datastax.driver.core.policies.FallthroughRetryPolicy
Defines whether to retry and at which consistency level on an unavailable exception.
onUnavailable(Statement, ConsistencyLevel, int, int, int) - Method in class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
 
onUnavailable(Statement, ConsistencyLevel, int, int, int) - Method in class com.datastax.driver.core.policies.LoggingRetryPolicy
 
onUnavailable(Statement, ConsistencyLevel, int, int, int) - Method in interface com.datastax.driver.core.policies.RetryPolicy
Defines whether to retry and at which consistency level on an unavailable exception.
onUnregister(Cluster) - Method in interface com.datastax.driver.core.Host.LifecycleAwareStateListener
Gets invoked when the listener is unregistered from a cluster, or at cluster shutdown if the listener was not unregistered.
onUnregister(Cluster) - Method in interface com.datastax.driver.core.Host.StateListener
Gets invoked when the tracker is unregistered from a cluster, or at cluster shutdown if the tracker was not unregistered.
onUnregister(Cluster) - Method in interface com.datastax.driver.core.LatencyTracker
Gets invoked when the tracker is unregistered from a cluster, or at cluster shutdown if the tracker was not unregistered.
onUnregister(Cluster) - Method in class com.datastax.driver.core.PercentileTracker
 
onUnregister(Cluster) - Method in class com.datastax.driver.core.QueryLogger
 
onUnregister(Cluster) - Method in interface com.datastax.driver.core.SchemaChangeListener
Gets invoked when the listener is unregistered from a cluster, or at cluster shutdown if the tracker was not unregistered.
onUnregister(Cluster) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onUp(Host) - Method in interface com.datastax.driver.core.Host.StateListener
Called when a node is determined to be up.
onUp(Host) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy
 
onUp(Host) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy
 
onUp(Host) - Method in class com.datastax.driver.core.policies.HostFilterPolicy
 
onUp(Host) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy
 
onUp(Host) - Method in interface com.datastax.driver.core.policies.LoadBalancingPolicy
Called when a node is determined to be up.
onUp(Host) - Method in class com.datastax.driver.core.policies.RoundRobinPolicy
 
onUp(Host) - Method in class com.datastax.driver.core.policies.TokenAwarePolicy
 
onUp(Host) - Method in class com.datastax.driver.dse.DseLoadBalancingPolicy
 
onUserTypeAdded(UserType) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined type has been added.
onUserTypeAdded(UserType) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onUserTypeChanged(UserType, UserType) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined type has changed.
onUserTypeChanged(UserType, UserType) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onUserTypeRemoved(UserType) - Method in interface com.datastax.driver.core.SchemaChangeListener
Called when a user-defined type has been removed.
onUserTypeRemoved(UserType) - Method in class com.datastax.driver.core.SchemaChangeListenerBase
 
onWriteTimeout(Statement, ConsistencyLevel, WriteType, int, int, int) - Method in class com.datastax.driver.core.policies.DefaultRetryPolicy
Defines whether to retry and at which consistency level on a write timeout.
onWriteTimeout(Statement, ConsistencyLevel, WriteType, int, int, int) - Method in class com.datastax.driver.core.policies.DowngradingConsistencyRetryPolicy
Deprecated.
Defines whether to retry and at which consistency level on a write timeout.
onWriteTimeout(Statement, ConsistencyLevel, WriteType, int, int, int) - Method in class com.datastax.driver.core.policies.FallthroughRetryPolicy
Defines whether to retry and at which consistency level on a write timeout.
onWriteTimeout(Statement, ConsistencyLevel, WriteType, int, int, int) - Method in class com.datastax.driver.core.policies.IdempotenceAwareRetryPolicy
Deprecated.
 
onWriteTimeout(Statement, ConsistencyLevel, WriteType, int, int, int) - Method in class com.datastax.driver.core.policies.LoggingRetryPolicy
 
onWriteTimeout(Statement, ConsistencyLevel, WriteType, int, int, int) - Method in interface com.datastax.driver.core.policies.RetryPolicy
Defines whether to retry and at which consistency level on a write timeout.
OperationTimedOutException - Exception in com.datastax.driver.core.exceptions
Thrown on a client-side timeout, i.e.
OperationTimedOutException(EndPoint) - Constructor for exception com.datastax.driver.core.exceptions.OperationTimedOutException
 
OperationTimedOutException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.OperationTimedOutException
 
OperationTimedOutException(EndPoint, String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.OperationTimedOutException
 
Option(Mapper.Option.Type) - Constructor for class com.datastax.driver.mapping.Mapper.Option
 
OptionalCodec<T> - Class in com.datastax.driver.extras.codecs.guava
A codec that wraps other codecs around Guava's Optional API.
OptionalCodec(TypeCodec<T>) - Constructor for class com.datastax.driver.extras.codecs.guava.OptionalCodec
 
OptionalCodec(TypeCodec<T>, Predicate<T>) - Constructor for class com.datastax.driver.extras.codecs.guava.OptionalCodec
 
OptionalCodec<T> - Class in com.datastax.driver.extras.codecs.jdk8
A codec that wraps other codecs around JDK 8's Optional API.
OptionalCodec(TypeCodec<T>) - Constructor for class com.datastax.driver.extras.codecs.jdk8.OptionalCodec
 
OptionalCodec(TypeCodec<T>, Predicate<T>) - Constructor for class com.datastax.driver.extras.codecs.jdk8.OptionalCodec
 
options - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
orderBy(Ordering...) - Method in class com.datastax.driver.core.querybuilder.Select
Adds an ORDER BY clause to this statement.
orderBy(Ordering...) - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds an ORDER BY clause to the SELECT statement this WHERE clause if part of.
Ordering - Class in com.datastax.driver.core.querybuilder
 
OverloadedException - Exception in com.datastax.driver.core.exceptions
Indicates that the contacted host reported itself being overloaded.
OverloadedException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.OverloadedException
 

P

pack(ByteBuffer[], int, ProtocolVersion) - Static method in class com.datastax.driver.core.CodecUtils
Utility method that "packs" together a list of ByteBuffers containing serialized collection elements.
pageNumber() - Method in interface com.datastax.driver.core.AsyncContinuousPagingResult
Returns the page number.
PagingIterable<S extends PagingIterable<S,T>,T> - Interface in com.datastax.driver.core
Defines an iterable whose elements can be remotely fetched and paged, possibly asynchronously.
PagingState - Class in com.datastax.driver.core
The paging state of a query.
PagingStateException - Exception in com.datastax.driver.core.exceptions
Indicates an error while deserializing a (previously serialized) PagingState object, or when a paging state does not match the statement being executed.
PagingStateException(String) - Constructor for exception com.datastax.driver.core.exceptions.PagingStateException
 
PagingStateException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.PagingStateException
 
Param - Annotation Type in com.datastax.driver.mapping.annotations
Provides a name for a parameter of a method in an Accessor interface that can be used to reference to that parameter in method Query.
parameterValueAsString(ColumnDefinitions.Definition, ByteBuffer) - Method in class com.datastax.driver.core.QueryLogger
 
parameterValueAsString(Object) - Method in class com.datastax.driver.core.QueryLogger
 
parse(String) - Method in class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
 
parse(String) - Method in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
parse(String) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
parse(String) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
 
parse(String) - Method in class com.datastax.driver.core.TypeCodec
Parse the given CQL literal into an instance of the Java type handled by this codec.
parse(String) - Static method in class com.datastax.driver.core.VersionNumber
Parse a version from a string.
parse(String) - Static method in class com.datastax.driver.dse.search.DateRange
Parses the given string as a DateRange.
parse(String) - Method in class com.datastax.driver.dse.search.DateRangeCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractArrayCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.date.SimpleDateCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.date.SimpleTimestampCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.enums.EnumOrdinalCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.jdk8.InstantCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateTimeCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalTimeCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.jdk8.ZoneIdCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.joda.InstantCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.joda.LocalDateCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.joda.LocalTimeCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.json.Jsr353JsonCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.MappingCodec
 
parse(String) - Method in class com.datastax.driver.extras.codecs.ParsingCodec
 
parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.DistanceGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.LineStringGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.PointGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.PolygonGeometryDeserializer
 
parseAndSetField(String, T, int) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
Parse an individual field and set it on an object, as part of parsing the whole object (see TypeCodec.AbstractTupleCodec.parse(String)).
parseAndSetField(String, T, String) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
Parse an individual field and set it on an object, as part of parsing the whole object (see TypeCodec.AbstractUDTCodec.parse(String)).
parseAndSetField(String, ZonedDateTime, int) - Method in class com.datastax.driver.extras.codecs.jdk8.ZonedDateTimeCodec
 
parseAndSetField(String, DateTime, int) - Method in class com.datastax.driver.extras.codecs.joda.DateTimeCodec
 
parseDate(String) - Static method in class com.datastax.driver.core.ParseUtils
Parse the given string as a date, using one of the accepted ISO-8601 date patterns.
parseDate(String, String) - Static method in class com.datastax.driver.core.ParseUtils
Parse the given string as a date, using the supplied date pattern.
parseDate(String, String, boolean) - Static method in class com.datastax.driver.core.ParseUtils
Parse the given string as a date, using the supplied date pattern.
parseElement(String, T, int) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractArrayCodec
Parse the indexth element of array from input.
parseElement(String, double[], int) - Method in class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
parseElement(String, float[], int) - Method in class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
parseElement(String, int[], int) - Method in class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
parseElement(String, long[], int) - Method in class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
parseElement(String, E[], int) - Method in class com.datastax.driver.extras.codecs.arrays.ObjectArrayCodec
 
parseLowerBound(String) - Static method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Parses the given input as a lower date range bound.
parseTime(String) - Static method in class com.datastax.driver.core.ParseUtils
Parse the given string as a time, using the following time pattern: hh:mm:ss[.fffffffff].
parseUpperBound(String) - Static method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Parses the given input as an upper date range bound.
ParseUtils - Class in com.datastax.driver.core
Simple utility class used to help parsing CQL values (mainly UDT and collection ones).
ParsingCodec<T> - Class in com.datastax.driver.extras.codecs
An abstract TypeCodec that stores JAVA objects as serialized strings.
ParsingCodec(Class<T>) - Constructor for class com.datastax.driver.extras.codecs.ParsingCodec
 
ParsingCodec(TypeToken<T>) - Constructor for class com.datastax.driver.extras.codecs.ParsingCodec
 
ParsingCodec(TypeCodec<String>, Class<T>) - Constructor for class com.datastax.driver.extras.codecs.ParsingCodec
 
ParsingCodec(TypeCodec<String>, TypeToken<T>) - Constructor for class com.datastax.driver.extras.codecs.ParsingCodec
 
partitionKey - Variable in class com.datastax.driver.core.AbstractTableMetadata
 
PartitionKey - Annotation Type in com.datastax.driver.mapping.annotations
Annotation for properties that map to a CQL partition key (or one of it's component if the partition key is composite).
path(String...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a path composed of the given path segments.
path(String...) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Selects the provided path.
path(String...) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
Path - Interface in com.datastax.driver.dse.graph
A walk through a graph as defined by a traversal.
percentile(int) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create the speculative retry strategy that retries based on the effect on throughput and latency, to use in a CREATE or ALTER TABLE statement.
PercentileSpeculativeExecutionPolicy - Class in com.datastax.driver.core.policies
A policy that triggers speculative executions when the request to the current host is above a given percentile.
PercentileSpeculativeExecutionPolicy(PercentileTracker, double, int) - Constructor for class com.datastax.driver.core.policies.PercentileSpeculativeExecutionPolicy
Builds a new instance.
PercentileTracker - Class in com.datastax.driver.core
A LatencyTracker that records query latencies over a sliding time interval, and exposes an API to retrieve the latency at a given percentile.
PercentileTracker(long, int, int, long) - Constructor for class com.datastax.driver.core.PercentileTracker
Builds a new instance.
PercentileTracker.Builder<B,T> - Class in com.datastax.driver.core
Base class for PercentileTracker implementation builders.
PerHostPercentileTracker - Class in com.datastax.driver.core
A PercentileTracker that maintains a separate histogram for each host.
PerHostPercentileTracker.Builder - Class in com.datastax.driver.core
Helper class to build PerHostPercentileTracker instances with a fluent interface.
perPartitionLimit(int) - Method in class com.datastax.driver.core.querybuilder.Select
Adds a PER PARTITION LIMIT clause to this statement.
perPartitionLimit(BindMarker) - Method in class com.datastax.driver.core.querybuilder.Select
Adds a prepared PER PARTITION LIMIT clause to this statement.
perPartitionLimit(int) - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds a PER PARTITION LIMIT clause to the SELECT statement this WHERE clause is part of.
perPartitionLimit(BindMarker) - Method in class com.datastax.driver.core.querybuilder.Select.Where
Adds a bind marker for the PER PARTITION LIMIT clause to the SELECT statement this WHERE clause is part of.
phrase(String, int) - Static method in class com.datastax.dse.graph.api.predicates.Search
Supports finding words which are a within a specific distance away (case insensitive).
PID_SYSTEM_PROPERTY - Static variable in class com.datastax.driver.core.utils.UUIDs
The System property to use to force the value of the process ID (PID).
PlainTextAuthProvider - Class in com.datastax.driver.core
A simple AuthProvider implementation.
PlainTextAuthProvider(String, String) - Constructor for class com.datastax.driver.core.PlainTextAuthProvider
Creates a new simple authentication information provider with the supplied credentials.
Point - Class in com.datastax.driver.dse.geometry
The driver-side representation of DSE's PointType.
Point(double, double) - Constructor for class com.datastax.driver.dse.geometry.Point
Creates a new point.
point(double, double) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Create a Point object with the given x-axis and y-axis coordinates.
PointCodec - Class in com.datastax.driver.dse.geometry.codecs
A custom type codec to use Point instances in the driver.
Policies - Class in com.datastax.driver.core.policies
Policies configured for a Cluster instance.
Policies.Builder - Class in com.datastax.driver.core.policies
A builder to create a new Policies object.
Polygon - Class in com.datastax.driver.dse.geometry
The driver-side representation of DSE's PolygonType.
Polygon(Point, Point, Point, Point...) - Constructor for class com.datastax.driver.dse.geometry.Polygon
Creates a polygon instance from a series of 3 or more points.
polygon(double...) - Static method in class com.datastax.dse.graph.api.predicates.Geo
Create a Polygon with the points given in parameters.
Polygon.Builder - Class in com.datastax.driver.dse.geometry
Provides a DSL to build a polygon.
PolygonCodec - Class in com.datastax.driver.dse.geometry.codecs
A custom type codec to use Polygon instances in the driver.
PoolingOptions - Class in com.datastax.driver.core
Options related to connection pooling.
PoolingOptions() - Constructor for class com.datastax.driver.core.PoolingOptions
 
populateIOCacheOnFlush(Boolean) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define whether to populate IO cache on flush of sstables.
preEvaluate(Object) - Method in interface com.datastax.dse.graph.internal.DsePredicate
 
prefix(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search for a specific prefix at the beginning of the text property targeted (case sensitive).
prepare(String) - Method in class com.datastax.driver.core.AbstractSession
Prepares the provided query string.
prepare(RegularStatement) - Method in class com.datastax.driver.core.AbstractSession
Prepares the provided query.
prepare(String) - Method in interface com.datastax.driver.core.Session
Prepares the provided query string.
prepare(RegularStatement) - Method in interface com.datastax.driver.core.Session
Prepares the provided query.
prepareAsync(String) - Method in class com.datastax.driver.core.AbstractSession
Prepares the provided query string asynchronously.
prepareAsync(RegularStatement) - Method in class com.datastax.driver.core.AbstractSession
Prepares the provided query asynchronously.
prepareAsync(String, String, Map<String, ByteBuffer>) - Method in class com.datastax.driver.core.AbstractSession
Prepares the provided query string asynchronously, sending along the provided custom payload, if any.
prepareAsync(String) - Method in interface com.datastax.driver.core.Session
Prepares the provided query string asynchronously.
prepareAsync(RegularStatement) - Method in interface com.datastax.driver.core.Session
Prepares the provided query asynchronously.
PreparedId - Class in com.datastax.driver.core
Identifies a PreparedStatement.
preparedStatement() - Method in class com.datastax.driver.core.BoundStatement
Returns the prepared statement on which this BoundStatement is based.
PreparedStatement - Interface in com.datastax.driver.core
Represents a prepared statement, a query with bound variables that has been prepared (pre-parsed) by the database.
prepend(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Prepend a value to a list column.
prependAll(String, List<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Prepend a list of values to a list column.
prependAll(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Prepend a list of values to a list column.
PrimitiveBooleanCodec(DataType) - Constructor for class com.datastax.driver.core.TypeCodec.PrimitiveBooleanCodec
 
PrimitiveByteCodec(DataType) - Constructor for class com.datastax.driver.core.TypeCodec.PrimitiveByteCodec
 
PrimitiveDoubleCodec(DataType) - Constructor for class com.datastax.driver.core.TypeCodec.PrimitiveDoubleCodec
 
PrimitiveFloatCodec(DataType) - Constructor for class com.datastax.driver.core.TypeCodec.PrimitiveFloatCodec
 
PrimitiveIntCodec(DataType) - Constructor for class com.datastax.driver.core.TypeCodec.PrimitiveIntCodec
 
PrimitiveLongCodec(DataType) - Constructor for class com.datastax.driver.core.TypeCodec.PrimitiveLongCodec
 
PrimitiveShortCodec(DataType) - Constructor for class com.datastax.driver.core.TypeCodec.PrimitiveShortCodec
 
processId() - Static method in class com.datastax.driver.core.Native
Returns the JVM's process identifier (PID) via a system call to getpid.
propagateFuture(SettableFuture<T>, ListenableFuture<T>) - Static method in class com.datastax.driver.core.utils.MoreFutures
Configures a SettableFuture to propagate the result of a future.
Property - Interface in com.datastax.driver.dse.graph
The representation of a property in DSE Graph.
PropertyAccessStrategy - Enum in com.datastax.driver.mapping
A strategy to determine how mapped properties are discovered, and how to access them.
PropertyMapper - Interface in com.datastax.driver.mapping
A pluggable component that maps Java properties to a Cassandra objects.
PropertyTransienceStrategy - Enum in com.datastax.driver.mapping
A strategy to determine which properties are transient, and which aren't.
ProtocolError - Exception in com.datastax.driver.core.exceptions
Indicates that the contacted host reported a protocol error.
ProtocolError(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.ProtocolError
 
ProtocolOptions - Class in com.datastax.driver.core
Options of the Cassandra native binary protocol.
ProtocolOptions() - Constructor for class com.datastax.driver.core.ProtocolOptions
Creates a new ProtocolOptions instance using the DEFAULT_PORT (and without SSL).
ProtocolOptions(int) - Constructor for class com.datastax.driver.core.ProtocolOptions
Creates a new ProtocolOptions instance using the provided port (without SSL nor authentication).
ProtocolOptions(int, ProtocolVersion, int, SSLOptions, AuthProvider) - Constructor for class com.datastax.driver.core.ProtocolOptions
Creates a new ProtocolOptions instance using the provided port and SSL context.
ProtocolOptions(int, ProtocolVersion, int, SSLOptions, AuthProvider, boolean) - Constructor for class com.datastax.driver.core.ProtocolOptions
Creates a new ProtocolOptions instance using the provided port and SSL context.
ProtocolOptions.Compression - Enum in com.datastax.driver.core
Compression supported by the Cassandra binary protocol.
ProtocolVersion - Enum in com.datastax.driver.core
Versions of the native protocol supported by the driver.
put(String, Object, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Puts a new key/value pair to a map column.
putAll(String, Map<?, ?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Puts a map of new key/value pairs to a map column.
putAll(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Puts a map of new key/value pairs to a map column.

Q

Query - Annotation Type in com.datastax.driver.mapping.annotations
Defines the CQL query that an Accessor method must implement.
query - Variable in class com.datastax.dse.graph.internal.EditDistance
 
QueryBuilder - Class in com.datastax.driver.core.querybuilder
Builds CQL3 query via a fluent API.
QueryConsistencyException - Exception in com.datastax.driver.core.exceptions
A failure to reach the required consistency level during the execution of a query.
QueryConsistencyException(EndPoint, String, ConsistencyLevel, int, int) - Constructor for exception com.datastax.driver.core.exceptions.QueryConsistencyException
 
QueryConsistencyException(EndPoint, String, Throwable, ConsistencyLevel, int, int) - Constructor for exception com.datastax.driver.core.exceptions.QueryConsistencyException
 
QueryExecutionException - Exception in com.datastax.driver.core.exceptions
Exception related to the execution of a query.
QueryExecutionException(String) - Constructor for exception com.datastax.driver.core.exceptions.QueryExecutionException
 
QueryExecutionException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.QueryExecutionException
 
QueryLogger - Class in com.datastax.driver.core
A configurable LatencyTracker that logs all executed statements.
QueryLogger.Builder - Class in com.datastax.driver.core
Helper class to build QueryLogger instances with a fluent API.
QueryLogger.ConstantThresholdQueryLogger - Class in com.datastax.driver.core
A QueryLogger that uses a constant threshold in milliseconds to track slow queries.
QueryLogger.DynamicThresholdQueryLogger - Class in com.datastax.driver.core
A QueryLogger that uses a dynamic threshold in milliseconds to track slow queries.
QueryOptions - Class in com.datastax.driver.core
Options related to defaults for individual queries.
QueryOptions() - Constructor for class com.datastax.driver.core.QueryOptions
QueryParameters - Annotation Type in com.datastax.driver.mapping.annotations
Query parameters to use in the (generated) implementation of a method of an Accessor interface.
QueryTrace - Class in com.datastax.driver.core
The Cassandra trace for a query.
QueryTrace.Event - Class in com.datastax.driver.core
A trace event.
QueryValidationException - Exception in com.datastax.driver.core.exceptions
An exception indicating that a query cannot be executed because it is syntactically incorrect, invalid, unauthorized or any other reason.
QueryValidationException(String) - Constructor for exception com.datastax.driver.core.exceptions.QueryValidationException
 
QueryValidationException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.QueryValidationException
 
quote(String) - Static method in class com.datastax.driver.core.Metadata
Quote a keyspace, table or column identifier to make it case sensitive.
quote(String) - Static method in class com.datastax.driver.core.ParseUtils
Quote the given string; single quotes are escaped.
quote(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Quotes a column name to make it case sensitive.
quoteIfNecessary(String) - Static method in class com.datastax.driver.core.Metadata
Quotes a CQL identifier if necessary.

R

random() - Static method in class com.datastax.driver.core.utils.UUIDs
Creates a new random (version 4) UUID.
raw(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Protects a value from any interpretation by the query builder.
raw(String) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Selects the provided raw expression.
raw(String) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
readBytes(ByteBuffer, int) - Static method in class com.datastax.driver.core.CodecUtils
Read length bytes from bb into a new ByteBuffer.
ReadFailureException - Exception in com.datastax.driver.core.exceptions
A non-timeout error during a read query.
ReadFailureException(ConsistencyLevel, int, int, int, Map<InetAddress, Integer>, boolean) - Constructor for exception com.datastax.driver.core.exceptions.ReadFailureException
This constructor should only be used internally by the driver when decoding error responses.
ReadFailureException(ConsistencyLevel, int, int, int, boolean) - Constructor for exception com.datastax.driver.core.exceptions.ReadFailureException
Deprecated.
Legacy constructor for backward compatibility.
ReadFailureException(EndPoint, ConsistencyLevel, int, int, int, Map<InetAddress, Integer>, boolean) - Constructor for exception com.datastax.driver.core.exceptions.ReadFailureException
 
ReadFailureException(EndPoint, ConsistencyLevel, int, int, int, boolean) - Constructor for exception com.datastax.driver.core.exceptions.ReadFailureException
Deprecated.
Legacy constructor for backward compatibility.
readRepairChance(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define the probability with which read repairs should be invoked on non-quorum reads.
readSize(ByteBuffer, ProtocolVersion) - Static method in class com.datastax.driver.core.CodecUtils
Utility method that reads a size value.
readStringAs(String, Class<V>) - Static method in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
ReadTimeoutException - Exception in com.datastax.driver.core.exceptions
A Cassandra timeout during a read query.
ReadTimeoutException(ConsistencyLevel, int, int, boolean) - Constructor for exception com.datastax.driver.core.exceptions.ReadTimeoutException
This constructor should only be used internally by the driver when decoding error responses.
ReadTimeoutException(EndPoint, ConsistencyLevel, int, int, boolean) - Constructor for exception com.datastax.driver.core.exceptions.ReadTimeoutException
 
readValue(ByteBuffer, ProtocolVersion) - Static method in class com.datastax.driver.core.CodecUtils
Utility method that reads a value.
ReconnectionPolicy - Interface in com.datastax.driver.core.policies
Policy that decides how often the reconnection to a dead node is attempted.
ReconnectionPolicy.ReconnectionSchedule - Interface in com.datastax.driver.core.policies
Schedules reconnection attempts to a node.
refreshConnectedHost(Host) - Method in class com.datastax.driver.core.PoolingOptions
Requests the driver to re-evaluate the HostDistance for a given node.
refreshConnectedHosts() - Method in class com.datastax.driver.core.PoolingOptions
Requests the driver to re-evaluate the HostDistance (through the configured LoadBalancingPolicy.distance(com.datastax.driver.core.Host)) for every known hosts and to drop/add connections to each hosts according to the computed distance.
regex(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search for this regular expression inside the text property targeted (case sensitive).
register(Host.StateListener) - Method in class com.datastax.driver.core.Cluster
Registers the provided listener to be notified on hosts up/down/added/removed events.
register(LatencyTracker) - Method in class com.datastax.driver.core.Cluster
Registers the provided tracker to be updated with hosts read latencies.
register(SchemaChangeListener) - Method in class com.datastax.driver.core.Cluster
Registers the provided listener to be updated with schema change events.
register(TypeCodec<?>) - Method in class com.datastax.driver.core.CodecRegistry
Register the given codec with this registry.
register(TypeCodec<?>...) - Method in class com.datastax.driver.core.CodecRegistry
Register the given codecs with this registry.
register(Iterable<? extends TypeCodec<?>>) - Method in class com.datastax.driver.core.CodecRegistry
Register the given codecs with this registry.
register(Host.StateListener) - Method in class com.datastax.driver.core.DelegatingCluster
 
register(LatencyTracker) - Method in class com.datastax.driver.core.DelegatingCluster
 
register(SchemaChangeListener) - Method in class com.datastax.driver.core.DelegatingCluster
 
RegularGraphStatement - Class in com.datastax.driver.dse.graph
A regular (non-prepared and non batched) graph statement.
RegularGraphStatement() - Constructor for class com.datastax.driver.dse.graph.RegularGraphStatement
 
RegularStatement - Class in com.datastax.driver.core
A regular (non-prepared and non batched) CQL statement.
RegularStatement() - Constructor for class com.datastax.driver.core.RegularStatement
Creates a new RegularStatement.
RemoteEndpointAwareJdkSSLOptions - Class in com.datastax.driver.core
RemoteEndpointAwareSSLOptions implementation based on built-in JDK classes.
RemoteEndpointAwareJdkSSLOptions(SSLContext, String[]) - Constructor for class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions
Creates a new instance.
RemoteEndpointAwareJdkSSLOptions.Builder - Class in com.datastax.driver.core
Helper class to build RemoteEndpointAwareJdkSSLOptions instances.
RemoteEndpointAwareNettySSLOptions - Class in com.datastax.driver.core
RemoteEndpointAwareSSLOptions implementation based on Netty's SSL context.
RemoteEndpointAwareNettySSLOptions(SslContext) - Constructor for class com.datastax.driver.core.RemoteEndpointAwareNettySSLOptions
Create a new instance from a given context.
RemoteEndpointAwareSSLOptions - Interface in com.datastax.driver.core
Child interface to SSLOptions with the possibility to pass remote endpoint data when instantiating SslHandlers.
RemoteSourceSimpleGraphStatement - Class in com.datastax.dse.graph.internal
An implementation of GraphStatement specifically used for remote traversal sources connected via a DseSession.
RemoteSourceSimpleGraphStatement(String) - Constructor for class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
remove(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Remove a value from a set column.
removeAll(String, Set<?>) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Remove a set of values from a set column.
removeAll(String, BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Remove a set of values from a set column.
renameColumn(String) - Method in class com.datastax.driver.core.schemabuilder.Alter
Add a new RENAME column clause to this ALTER TABLE statement.
replicateOnWrite(Boolean) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
Define whether to replicate data on write (Cassandra 2.0.x only).
replication(Map<String, Object>) - Method in class com.datastax.driver.core.schemabuilder.KeyspaceOptions
Define the replication options for the statement.
requestSizeInBytes(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.BatchStatement
 
requestSizeInBytes(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.BoundStatement
Returns the number of bytes required to encode this statement.
requestSizeInBytes(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.RegularStatement
 
requestSizeInBytes(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.Statement
Returns the number of bytes required to encode this statement.
requestSizeInBytes(ProtocolVersion, CodecRegistry) - Method in class com.datastax.driver.core.StatementWrapper
 
resetDefaultDeleteOptions() - Method in class com.datastax.driver.mapping.Mapper
Reset the default delete options for this object mapper.
resetDefaultGetOptions() - Method in class com.datastax.driver.mapping.Mapper
Reset the default save options for this object mapper.
resetDefaultSaveOptions() - Method in class com.datastax.driver.mapping.Mapper
Reset the default save options for this object mapper.
resolve() - Method in interface com.datastax.driver.core.EndPoint
Resolves this instance to a socket address.
resolve() - Method in class com.datastax.driver.core.SniEndPoint
 
Result<T> - Class in com.datastax.driver.mapping
A result set whose rows are mapped to an entity class.
ResultSet - Interface in com.datastax.driver.core
The result of a query.
ResultSetFuture - Interface in com.datastax.driver.core
A future on a ResultSet.
rethrow() - Static method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
Creates a RetryPolicy.RetryDecision.Type.RETHROW retry decision.
retry(ConsistencyLevel) - Static method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
Creates a RetryPolicy.RetryDecision.Type.RETRY retry decision using the same host and the provided consistency level.
RetryPolicy - Interface in com.datastax.driver.core.policies
A policy that defines a default behavior to adopt when a request fails.
RetryPolicy.RetryDecision - Class in com.datastax.driver.core.policies
A retry decision to adopt on a Cassandra exception (read/write timeout or unavailable exception).
RetryPolicy.RetryDecision.Type - Enum in com.datastax.driver.core.policies
The types of retry decisions.
roundDown(Date) - Method in enum com.datastax.driver.dse.search.DateRange.DateRangeBound.Precision
Rounds down the given timestamp to this precision.
RoundRobinPolicy - Class in com.datastax.driver.core.policies
A Round-robin load balancing policy.
RoundRobinPolicy() - Constructor for class com.datastax.driver.core.policies.RoundRobinPolicy
Creates a load balancing policy that picks host to query in a round robin fashion (on all the hosts of the Cassandra cluster).
roundUp(Date) - Method in enum com.datastax.driver.dse.search.DateRange.DateRangeBound.Precision
Rounds up the given timestamp to this precision.
Row - Interface in com.datastax.driver.core
A CQL Row returned in a ResultSet.
ROW_TO_GRAPHSON2_OBJECTGRAPHNODE - Static variable in class com.datastax.driver.dse.graph.GraphJsonUtils
Function that transforms a Row from the wrapped Cassandra driver, into a GraphNode.
ROW_TO_GRAPHSON2_TINKERPOP_OBJECTGRAPHNODE - Static variable in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 
rows(int) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Return the row caching strategy that caches a given number of rows, to use in a CREATE or ALTER TABLE statement.

S

sameThreadExecutor() - Method in class com.datastax.driver.core.GuavaCompatibility
Returns an Executor that runs each task in the thread that invokes execute, as in ThreadPoolExecutor.CallerRunsPolicy.
SASL_PROTOCOL_NAME_PROPERTY - Static variable in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider
The name of the system property to use to specify the SASL protocol name.
save(T) - Method in class com.datastax.driver.mapping.Mapper
Saves an entity mapped by this mapper.
save(T, Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Saves an entity mapped by this mapper and using special options for save.
saveAsync(T) - Method in class com.datastax.driver.mapping.Mapper
Saves an entity mapped by this mapper asynchronously.
saveAsync(T, Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Save an entity mapped by this mapper asynchronously using special options for save.
saveNullFields(boolean) - Static method in class com.datastax.driver.mapping.Mapper.Option
Creates a new Option object to specify whether null entity fields should be included in insert queries.
saveQuery(T) - Method in class com.datastax.driver.mapping.Mapper
Creates a query that can be used to save the provided entity.
saveQuery(T, Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Creates a query that can be used to save the provided entity.
SchemaBuilder - Class in com.datastax.driver.core.schemabuilder
Static methods to build a CQL3 DDL statement.
SchemaBuilder.Caching - Enum in com.datastax.driver.core.schemabuilder
Caching strategies, for use in a CREATE or ALTER TABLE statement.
SchemaBuilder.Direction - Enum in com.datastax.driver.core.schemabuilder
The direction used in clustering order declarations.
SchemaBuilder.KeyCaching - Enum in com.datastax.driver.core.schemabuilder
Key caching strategies for Cassandra 2.1, for use in a CREATE or ALTER TABLE statement.
SchemaChangeListener - Interface in com.datastax.driver.core
Interface for objects that are interested in tracking schema change events in the cluster.
SchemaChangeListenerBase - Class in com.datastax.driver.core
Base implementation for SchemaChangeListener.
SchemaChangeListenerBase() - Constructor for class com.datastax.driver.core.SchemaChangeListenerBase
 
SchemaStatement - Class in com.datastax.driver.core.schemabuilder
A DDL statement generated by SchemaBuilder.
SchemaStatement() - Constructor for class com.datastax.driver.core.schemabuilder.SchemaStatement
 
Search - Class in com.datastax.dse.graph.api.predicates
 
Search() - Constructor for class com.datastax.dse.graph.api.predicates.Search
 
SearchPredicate - Enum in com.datastax.dse.graph.internal
List of predicates for geolocation usage with DseGraph and Search indexes.
select(String...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new SELECT query that selects the provided names.
select(Object...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new SELECT query that selects the provided names.
select() - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new SELECT query.
Select - Class in com.datastax.driver.core.querybuilder
A built SELECT statement.
Select.Builder - Class in com.datastax.driver.core.querybuilder
An in-construction SELECT statement.
Select.Selection - Class in com.datastax.driver.core.querybuilder
An Selection clause for an in-construction SELECT statement.
Select.SelectionOrAlias - Class in com.datastax.driver.core.querybuilder
An Selection clause for an in-construction SELECT statement.
Select.Where - Class in com.datastax.driver.core.querybuilder
The WHERE clause of a SELECT statement.
Selection() - Constructor for class com.datastax.driver.core.querybuilder.Delete.Selection
 
Selection() - Constructor for class com.datastax.driver.core.querybuilder.Select.Selection
 
SelectionOrAlias() - Constructor for class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
self() - Method in class com.datastax.driver.core.ClusterWidePercentileTracker.Builder
 
self() - Method in class com.datastax.driver.core.PercentileTracker.Builder
 
self() - Method in class com.datastax.driver.core.PerHostPercentileTracker.Builder
 
serialize(ProtocolVersion) - Method in class com.datastax.driver.core.Token
Returns the serialized form of the current token, using the appropriate codec depending on the partitioner in use and the CQL datatype for the token.
serialize(C, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractCollectionCodec
 
serialize(Map<K, V>, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
serialize(T, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
 
serialize(T, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
 
serialize(Boolean, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveBooleanCodec
 
serialize(Byte, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveByteCodec
 
serialize(Double, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveDoubleCodec
 
serialize(Float, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveFloatCodec
 
serialize(Integer, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveIntCodec
 
serialize(Long, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveLongCodec
 
serialize(Short, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveShortCodec
 
serialize(T, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec
Serialize the given value according to the CQL type handled by this codec.
serialize(DateRange, ProtocolVersion) - Method in class com.datastax.driver.dse.search.DateRangeCodec
 
serialize(T, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractPrimitiveArrayCodec
 
serialize(E[], ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.ObjectArrayCodec
 
serialize(E, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.enums.EnumOrdinalCodec
 
serialize(Optional<T>) - Method in class com.datastax.driver.extras.codecs.guava.OptionalCodec
 
serialize(Instant, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.InstantCodec
 
serialize(LocalDate, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateCodec
 
serialize(LocalDateTime, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalDateTimeCodec
 
serialize(LocalTime, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.LocalTimeCodec
 
serialize(Optional<T>) - Method in class com.datastax.driver.extras.codecs.jdk8.OptionalCodec
 
serialize(ZoneId, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.ZoneIdCodec
 
serialize(Instant, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.InstantCodec
 
serialize(LocalDate, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.LocalDateCodec
 
serialize(LocalTime, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.LocalTimeCodec
 
serialize(T, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
 
serialize(JsonStructure, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.json.Jsr353JsonCodec
 
serialize(O, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.MappingCodec
 
serialize(O) - Method in class com.datastax.driver.extras.codecs.MappingCodec
 
serialize(T, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.ParsingCodec
 
serialize(EditDistance, JsonGenerator, SerializerProvider) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.EditDistanceSerializer
 
serializeElement(ByteBuffer, T, int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.AbstractPrimitiveArrayCodec
Write the indexth element of array to output.
serializeElement(ByteBuffer, double[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
serializeElement(ByteBuffer, float[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
serializeElement(ByteBuffer, int[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
serializeElement(ByteBuffer, long[], int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
serializeField(T, int, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractTupleCodec
Serialize an individual field in an object, as part of serializing the whole object to a CQL tuple (see TypeCodec.AbstractTupleCodec.serialize(Object, ProtocolVersion)).
serializeField(T, String, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.AbstractUDTCodec
Serialize an individual field in an object, as part of serializing the whole object to a CQL UDT (see TypeCodec.AbstractUDTCodec.serialize(Object, ProtocolVersion)).
serializeField(ZonedDateTime, int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.jdk8.ZonedDateTimeCodec
 
serializeField(DateTime, int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.joda.DateTimeCodec
 
serializeNoBoxing(boolean, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveBooleanCodec
 
serializeNoBoxing(byte, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveByteCodec
 
serializeNoBoxing(double, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveDoubleCodec
 
serializeNoBoxing(float, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveFloatCodec
 
serializeNoBoxing(int, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveIntCodec
 
serializeNoBoxing(long, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveLongCodec
 
serializeNoBoxing(short, ProtocolVersion) - Method in class com.datastax.driver.core.TypeCodec.PrimitiveShortCodec
 
serializeNoBoxing(int, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.date.SimpleDateCodec
 
serializeNoBoxing(long, ProtocolVersion) - Method in class com.datastax.driver.extras.codecs.date.SimpleTimestampCodec
 
serializeWithType(EditDistance, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.datastax.dse.graph.internal.serde.DseGraphModule.EditDistanceSerializer
 
ServerError - Exception in com.datastax.driver.core.exceptions
Indicates that the contacted host reported an internal error.
ServerError(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.ServerError
 
ServerSideTimestampGenerator - Class in com.datastax.driver.core
A timestamp generator that always returns Long.MIN_VALUE, in order to let Cassandra assign server-side timestamps.
Session - Interface in com.datastax.driver.core
A session holds connections to a Cassandra cluster, allowing it to be queried.
Session.State - Interface in com.datastax.driver.core
The state of a Session.
set(int, V, Class<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided value of the provided Java class.
set(String, V, Class<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided value of the provided Java class.
set(int, V, TypeToken<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided value of the provided Java type.
set(String, V, TypeToken<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided value of the provided Java type.
set(int, V, TypeCodec<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided value, converted using the given TypeCodec.
set(String, V, TypeCodec<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided value, converted using the given TypeCodec.
set(DataType, boolean) - Static method in class com.datastax.driver.core.DataType
Returns the type of sets of elementType elements.
set(DataType) - Static method in class com.datastax.driver.core.DataType
Returns the type of "not frozen" sets of elementType elements.
set(String, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Simple "set" assignment of a value to a column.
set(Object, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Advanced "set" assignment of a value to a column or a UDT field.
set(int, V, Class<V>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided value of the provided Java class.
set(int, V, TypeToken<V>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided value of the provided Java type.
set(int, V, TypeCodec<V>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided value, converted using the given TypeCodec.
set(String, V, Class<V>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided value of the provided Java class.
set(String, V, TypeToken<V>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided value of the provided Java type.
set(String, V, TypeCodec<V>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided value, converted using the given TypeCodec.
set(TypeCodec<T>) - Static method in class com.datastax.driver.core.TypeCodec
Return a newly-created codec for the CQL type set whose element type is determined by the given element codec.
set(String, Object) - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
Sets a parameter on this statement.
setBool(int, boolean) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided boolean.
setBool(String, boolean) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided boolean.
setBool(int, boolean) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided boolean.
setBool(String, boolean) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided boolean.
setByte(int, byte) - Method in class com.datastax.driver.core.BoundStatement
Set the ith value to the provided byte.
setByte(String, byte) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided byte.
setByte(int, byte) - Method in interface com.datastax.driver.core.SettableByIndexData
Set the ith value to the provided byte.
setByte(String, byte) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided byte.
setBytes(int, ByteBuffer) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided byte buffer.
setBytes(String, ByteBuffer) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided byte buffer.
setBytes(int, ByteBuffer) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided byte buffer.
setBytes(String, ByteBuffer) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided byte buffer.
setBytesUnsafe(int, ByteBuffer) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided byte buffer.
setBytesUnsafe(String, ByteBuffer) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided byte buffer.
setBytesUnsafe(int, ByteBuffer) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided byte buffer.
setBytesUnsafe(String, ByteBuffer) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided byte buffer.
setCompression(ProtocolOptions.Compression) - Method in class com.datastax.driver.core.ProtocolOptions
Sets the compression to use.
setConnectionsPerHost(HostDistance, int, int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the core and maximum number of connections per host in one call.
setConnectTimeoutMillis(int) - Method in class com.datastax.driver.core.SocketOptions
Sets the connection timeout in milliseconds.
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
setConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.driver.core.PreparedStatement
Sets a default consistency level for all bound statements created from this prepared statement.
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.QueryOptions
Sets the default consistency level to use for queries.
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.Statement
Sets the consistency level for the query.
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.StatementWrapper
 
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the consistency level to use for this statement.
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
setCoreConnectionsPerHost(HostDistance, int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the core number of connections per host.
setDate(int, LocalDate) - Method in class com.datastax.driver.core.BoundStatement
Set the ith value to the provided date (without time).
setDate(String, LocalDate) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided date (without time).
setDate(int, LocalDate) - Method in interface com.datastax.driver.core.SettableByIndexData
Set the ith value to the provided date (without time).
setDate(String, LocalDate) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided date (without time).
setDecimal(int, BigDecimal) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided big decimal.
setDecimal(String, BigDecimal) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided big decimal.
setDecimal(int, BigDecimal) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided big decimal.
setDecimal(String, BigDecimal) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided big decimal.
setDefaultDeleteOptions(Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Set the default delete Mapper.Option for this object mapper, that will be used in all delete operations unless overridden.
setDefaultGetOptions(Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Set the default get Mapper.Option for this object mapper, that will be used in all get operations unless overridden.
setDefaultIdempotence(boolean) - Method in class com.datastax.driver.core.QueryOptions
Sets the default idempotence for queries.
setDefaultSaveOptions(Mapper.Option...) - Method in class com.datastax.driver.mapping.Mapper
Set the default save Mapper.Option for this object mapper, that will be used in all save operations unless overridden.
setDefaultTimestamp(long) - Method in class com.datastax.driver.core.Statement
Sets the default timestamp for this query (in microseconds since the epoch).
setDefaultTimestamp(long) - Method in class com.datastax.driver.core.StatementWrapper
 
setDefaultTimestamp(long) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the default timestamp for this query (in microseconds since the epoch).
setDefaultTimestamp(long) - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
setDefaultTimestamp(long) - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
setDouble(int, double) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided double.
setDouble(String, double) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided double.
setDouble(int, double) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided double.
setDouble(String, double) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided double.
setElt(String, Object) - Method in class com.datastax.driver.core.querybuilder.Delete.Selection
Deletes the provided set element.
setElt(String, BindMarker) - Method in class com.datastax.driver.core.querybuilder.Delete.Selection
Deletes the provided set element, specified as a bind marker.
setFetchSize(int) - Method in class com.datastax.driver.core.QueryOptions
Sets the default fetch size to use for SELECT queries.
setFetchSize(int) - Method in class com.datastax.driver.core.Statement
Sets the query fetch size.
setFetchSize(int) - Method in class com.datastax.driver.core.StatementWrapper
 
setFloat(int, float) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided float.
setFloat(String, float) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided float.
setFloat(int, float) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided float.
setFloat(String, float) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided float.
setForceNoValues(boolean) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
Allows to force this builder to not generate values (through its getValues() method).
setGraphInternalOption(String, String) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets additional graph option.
setGraphLanguage(String) - Method in class com.datastax.driver.dse.graph.GraphOptions
Sets the graph language to use in graph queries.
setGraphLanguage(String) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the graph language to use with this statement.
setGraphName(String) - Method in class com.datastax.driver.dse.graph.GraphOptions
Sets the graph name to use in graph queries.
setGraphName(String) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the graph name to use with this statement.
setGraphReadConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.dse.graph.GraphOptions
Sets the read consistency level to use for graph queries.
setGraphReadConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the read consistency level to use for this statement.
setGraphSource(String) - Method in class com.datastax.driver.dse.graph.GraphOptions
Sets the graph traversal source name to use in graph queries.
setGraphSource(String) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the graph traversal source name to use with this statement.
setGraphSubProtocol(GraphProtocol) - Method in class com.datastax.driver.dse.graph.GraphOptions
Set the sub protocol to use with DSE Graph.
setGraphWriteConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.dse.graph.GraphOptions
Sets the write consistency level to use for graph queries.
setGraphWriteConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the write consistency level to use for this statement.
setHeartbeatIntervalSeconds(int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the heart beat interval, after which a message is sent on an idle connection to make sure it's still alive.
setHierarchyScanStrategy(HierarchyScanStrategy) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Sets the hierarchy scan strategy to use.
setHost(Host) - Method in class com.datastax.driver.core.Statement
Sets the Host that should handle this query.
setHost(Host) - Method in class com.datastax.driver.core.StatementWrapper
 
setIdempotent(Boolean) - Method in class com.datastax.driver.core.DefaultPreparedStatement
Sets whether this statement is idempotent.
setIdempotent(Boolean) - Method in interface com.datastax.driver.core.PreparedStatement
Sets whether this statement is idempotent.
setIdempotent(boolean) - Method in class com.datastax.driver.core.Statement
Sets whether this statement is idempotent.
setIdempotent(boolean) - Method in class com.datastax.driver.core.StatementWrapper
 
setIdempotent(boolean) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets whether this statement is idempotent.
setIdleTimeoutSeconds(int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the timeout before an idle connection is removed.
setIdx(String, int, Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Sets a list column value by index.
setInet(int, InetAddress) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided inet address.
setInet(String, InetAddress) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided inet address.
setInet(int, InetAddress) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided inet address.
setInet(String, InetAddress) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided inet address.
setInitializationExecutor(Executor) - Method in class com.datastax.driver.core.PoolingOptions
Sets the executor to use for connection initialization.
setInt(int, int) - Method in class com.datastax.driver.core.BoundStatement
Set the ith value to the provided integer.
setInt(String, int) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided integer.
setInt(int, int) - Method in interface com.datastax.driver.core.SettableByIndexData
Set the ith value to the provided integer.
setInt(String, int) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided integer.
setKeepAlive(boolean) - Method in class com.datastax.driver.core.SocketOptions
Sets whether to enable TCP keepalive.
setKeyspace(String) - Method in class com.datastax.driver.core.BatchStatement
Sets the keyspace the queries in this batch statement operate on.
setKeyspace(String) - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
Sets the keyspace this query operates on.
setKeyspace(String) - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
Sets the keyspace this query operates on.
setKeyspace(String) - Method in class com.datastax.driver.core.SimpleStatement
Sets the keyspace this query operates on.
setList(int, List<T>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided list.
setList(int, List<E>, Class<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided list, which elements are of the provided Java class.
setList(int, List<E>, TypeToken<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided list, which elements are of the provided Java type.
setList(String, List<T>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided list.
setList(String, List<E>, Class<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided list, which elements are of the provided Java class.
setList(String, List<E>, TypeToken<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided list, which elements are of the provided Java type.
setList(int, List<E>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided list.
setList(int, List<E>, Class<E>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided list, which elements are of the provided Java class.
setList(int, List<E>, TypeToken<E>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided list, which elements are of the provided Java type.
setList(String, List<E>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided list.
setList(String, List<E>, Class<E>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided list, which elements are of the provided Java class.
setList(String, List<E>, TypeToken<E>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided list, which elements are of the provided Java type.
setLong(int, long) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided long.
setLong(String, long) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided long.
setLong(int, long) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided long.
setLong(String, long) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided long.
setMap(int, Map<K, V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided map.
setMap(int, Map<K, V>, Class<K>, Class<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided map, which keys and values are of the provided Java classes.
setMap(int, Map<K, V>, TypeToken<K>, TypeToken<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided map, which keys and values are of the provided Java types.
setMap(String, Map<K, V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided map.
setMap(String, Map<K, V>, Class<K>, Class<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided map, which keys and values are of the provided Java classes.
setMap(String, Map<K, V>, TypeToken<K>, TypeToken<V>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided map, which keys and values are of the provided Java types.
setMap(int, Map<K, V>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided map.
setMap(int, Map<K, V>, Class<K>, Class<V>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided map, which keys and values are of the provided Java classes.
setMap(int, Map<K, V>, TypeToken<K>, TypeToken<V>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided map, which keys and values are of the provided Java types.
setMap(String, Map<K, V>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided map.
setMap(String, Map<K, V>, Class<K>, Class<V>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided map, which keys and values are of the provided Java classes.
setMap(String, Map<K, V>, TypeToken<K>, TypeToken<V>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided map, which keys and values are of the provided Java types.
setMaxConnectionsPerHost(HostDistance, int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the maximum number of connections per host.
setMaxLoggedParameters(int) - Method in class com.datastax.driver.core.QueryLogger
Set the maximum number of query parameters that can be logged by the driver.
setMaxParameterValueLength(int) - Method in class com.datastax.driver.core.QueryLogger
Set the maximum length of a query parameter value that can be logged verbatim by the driver.
setMaxPendingRefreshNodeListRequests(int) - Method in class com.datastax.driver.core.QueryOptions
Sets the maximum number of node list refresh requests that the control connection can accumulate before executing them.
setMaxPendingRefreshNodeRequests(int) - Method in class com.datastax.driver.core.QueryOptions
Sets the maximum number of node refresh requests that the control connection can accumulate before executing them.
setMaxPendingRefreshSchemaRequests(int) - Method in class com.datastax.driver.core.QueryOptions
Sets the maximum number of schema refresh requests that the control connection can accumulate before executing them.
setMaxQueryStringLength(int) - Method in class com.datastax.driver.core.QueryLogger
Set the maximum length of a CQL query string that can be logged verbatim by the driver.
setMaxQueueSize(int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the maximum number of requests that get enqueued if no connection is available.
setMaxRequestsPerConnection(HostDistance, int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the maximum number of requests per connection.
setMetadataEnabled(boolean) - Method in class com.datastax.driver.core.QueryOptions
Toggle client-side token and schema metadata.
setNamingStrategy(NamingStrategy) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Sets the naming strategy to use.
setNewConnectionThreshold(HostDistance, int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the threshold that triggers the creation of a new connection to a host.
setOf(Class<T>) - Static method in class com.datastax.driver.core.TypeTokens
Create a TypeToken that represents a Set whose elements are of the given type.
setOf(TypeToken<T>) - Static method in class com.datastax.driver.core.TypeTokens
Create a TypeToken that represents a Set whose elements are of the given type.
setOutgoingPayload(Map<String, ByteBuffer>) - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
setOutgoingPayload(Map<String, ByteBuffer>) - Method in interface com.datastax.driver.core.PreparedStatement
Associate the given payload with this prepared statement.
setOutgoingPayload(Map<String, ByteBuffer>) - Method in class com.datastax.driver.core.Statement
Set the given outgoing payload on this statement.
setOutgoingPayload(Map<String, ByteBuffer>) - Method in class com.datastax.driver.core.StatementWrapper
 
setPagingState(PagingState, CodecRegistry) - Method in class com.datastax.driver.core.Statement
Sets the paging state.
setPagingState(PagingState) - Method in class com.datastax.driver.core.Statement
Sets the paging state.
setPagingState(PagingState, CodecRegistry) - Method in class com.datastax.driver.core.StatementWrapper
 
setPagingState(PagingState) - Method in class com.datastax.driver.core.StatementWrapper
 
setPagingStateUnsafe(byte[]) - Method in class com.datastax.driver.core.Statement
Sets the paging state.
setPagingStateUnsafe(byte[]) - Method in class com.datastax.driver.core.StatementWrapper
 
setPartitionKeyToken(Token) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable "partition key token" to the provided token (this is the name generated by Cassandra for markers corresponding to a token(...) call).
setPassword(String) - Method in class com.datastax.driver.core.PlainTextAuthProvider
Changes the password.
setPercentileLatencyTracker(PercentileTracker) - Method in class com.datastax.driver.core.QueryLogger.DynamicThresholdQueryLogger
Set the percentile tracker to use for recording per-host latency histograms.
setPoolTimeoutMillis(int) - Method in class com.datastax.driver.core.PoolingOptions
Sets the timeout when trying to acquire a connection from a host's pool.
setPrepareOnAllHosts(boolean) - Method in class com.datastax.driver.core.QueryOptions
Set whether the driver should prepare statements on all hosts in the cluster.
setPropertyAccessStrategy(PropertyAccessStrategy) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Sets the property access strategy to use.
setPropertyTransienceStrategy(PropertyTransienceStrategy) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
setReadTimeoutMillis(int) - Method in class com.datastax.driver.core.SocketOptions
Sets the per-host read timeout in milliseconds.
setReadTimeoutMillis(int) - Method in class com.datastax.driver.core.Statement
Overrides the default per-host read timeout (SocketOptions.getReadTimeoutMillis()) for this statement.
setReadTimeoutMillis(int) - Method in class com.datastax.driver.core.StatementWrapper
 
setReadTimeoutMillis(int) - Method in class com.datastax.driver.dse.graph.GraphOptions
Sets the per-host read timeout in milliseconds for graph queries.
setReadTimeoutMillis(int) - Method in class com.datastax.driver.dse.graph.GraphStatement
Overrides the default per-host read timeout (GraphOptions.setReadTimeoutMillis(int)) for this statement.
setReadTimeoutMillis(int) - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
setReadTimeoutMillis(int) - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
setReceiveBufferSize(int) - Method in class com.datastax.driver.core.SocketOptions
Sets a hint to the size of the underlying buffers for incoming network I/O.
setRefreshNodeIntervalMillis(int) - Method in class com.datastax.driver.core.QueryOptions
Sets the default window size in milliseconds used to debounce node refresh requests.
setRefreshNodeListIntervalMillis(int) - Method in class com.datastax.driver.core.QueryOptions
Sets the default window size in milliseconds used to debounce node list refresh requests.
setRefreshSchemaIntervalMillis(int) - Method in class com.datastax.driver.core.QueryOptions
Sets the default window size in milliseconds used to debounce node list refresh requests.
setReprepareOnUp(boolean) - Method in class com.datastax.driver.core.QueryOptions
Set whether the driver should re-prepare all cached prepared statements on a host when it marks it back up.
setRetryPolicy(RetryPolicy) - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
setRetryPolicy(RetryPolicy) - Method in interface com.datastax.driver.core.PreparedStatement
Convenience method to set a default retry policy for the BoundStatement created from this prepared statement.
setRetryPolicy(RetryPolicy) - Method in class com.datastax.driver.core.Statement
Sets the retry policy to use for this query.
setRetryPolicy(RetryPolicy) - Method in class com.datastax.driver.core.StatementWrapper
 
setReuseAddress(boolean) - Method in class com.datastax.driver.core.SocketOptions
Sets whether to enable reuse-address.
setRoutingKey(ByteBuffer) - Method in class com.datastax.driver.core.BoundStatement
Sets the routing key for this bound statement.
setRoutingKey(ByteBuffer...) - Method in class com.datastax.driver.core.BoundStatement
Sets the routing key for this bound statement, when the query partition key is composite and the routing key must be built from multiple values.
setRoutingKey(ByteBuffer) - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
setRoutingKey(ByteBuffer...) - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
setRoutingKey(ByteBuffer) - Method in interface com.datastax.driver.core.PreparedStatement
Sets the routing key for this prepared statement.
setRoutingKey(ByteBuffer...) - Method in interface com.datastax.driver.core.PreparedStatement
Sets the routing key for this query.
setRoutingKey(ByteBuffer) - Method in class com.datastax.driver.core.SimpleStatement
Sets the routing key for this query.
setRoutingKey(ByteBuffer...) - Method in class com.datastax.driver.core.SimpleStatement
Sets the routing key for this query.
setRoutingToken(Token) - Method in class com.datastax.driver.core.BoundStatement
Sets a routing token for this statement.
setRoutingToken(Token) - Method in class com.datastax.driver.core.RegularStatement
Sets a routing token for this statement.
setSendBufferSize(int) - Method in class com.datastax.driver.core.SocketOptions
Sets a hint to the size of the underlying buffers for outgoing network I/O.
setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.BatchStatement
Sets the serial consistency level for the query.
setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.DefaultPreparedStatement
 
setSerialConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.driver.core.PreparedStatement
Sets a default serial consistency level for all bound statements created from this prepared statement.
setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.QueryOptions
Sets the default serial consistency level to use for queries.
setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.Statement
Sets the serial consistency level for the query.
setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.driver.core.StatementWrapper
 
setSet(int, Set<T>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided set.
setSet(int, Set<E>, Class<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided set, which elements are of the provided Java class.
setSet(int, Set<E>, TypeToken<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided set, which elements are of the provided Java type.
setSet(String, Set<T>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided set.
setSet(String, Set<E>, Class<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided set, which elements are of the provided Java class.
setSet(String, Set<E>, TypeToken<E>) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided set, which elements are of the provided Java type.
setSet(int, Set<E>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided set.
setSet(int, Set<E>, Class<E>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided set, which elements are of the provided Java class.
setSet(int, Set<E>, TypeToken<E>) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided set, which elements are of the provided Java type.
setSet(String, Set<E>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided set.
setSet(String, Set<E>, Class<E>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided set, which elements are of the provided Java class.
setSet(String, Set<E>, TypeToken<E>) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided set, which elements are of the provided Java type.
setShort(int, short) - Method in class com.datastax.driver.core.BoundStatement
Set the ith value to the provided short.
setShort(String, short) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided short.
setShort(int, short) - Method in interface com.datastax.driver.core.SettableByIndexData
Set the ith value to the provided short.
setShort(String, short) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided short.
setSlowQueryLatencyThresholdMillis(long) - Method in class com.datastax.driver.core.QueryLogger.ConstantThresholdQueryLogger
Set the threshold in milliseconds beyond which queries are considered 'slow' and logged as such by the driver.
setSlowQueryLatencyThresholdPercentile(double) - Method in class com.datastax.driver.core.QueryLogger.DynamicThresholdQueryLogger
Set the threshold percentile beyond which queries are considered 'slow' and logged as such by the driver.
setSoLinger(int) - Method in class com.datastax.driver.core.SocketOptions
Sets the linger-on-close timeout.
setString(int, String) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided string.
setString(String, String) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided string.
setString(int, String) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided string.
setString(String, String) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided string.
setSystemQuery() - Method in class com.datastax.driver.dse.graph.GraphStatement
Forces this statement to use no graph name, even if a default graph name was defined with GraphOptions.setGraphName(String).
SettableByIndexData<T extends SettableByIndexData<T>> - Interface in com.datastax.driver.core
Collection of (typed) CQL values that can be set by index (starting at zero).
SettableByNameData<T extends SettableData<T>> - Interface in com.datastax.driver.core
Collection of (typed) CQL values that can set by name.
SettableData<T extends SettableData<T>> - Interface in com.datastax.driver.core
Collection of (typed) CQL values that can be set either by index (starting at zero) or by name.
setTcpNoDelay(boolean) - Method in class com.datastax.driver.core.SocketOptions
Sets whether to disable Nagle's algorithm.
setTime(int, long) - Method in class com.datastax.driver.core.BoundStatement
Set the ith value to the provided time as a long in nanoseconds since midnight.
setTime(String, long) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided time as a long in nanoseconds since midnight.
setTime(int, long) - Method in interface com.datastax.driver.core.SettableByIndexData
Set the ith value to the provided time as a long in nanoseconds since midnight.
setTime(String, long) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided time as a long in nanoseconds since midnight.
setTimestamp(int, Date) - Method in class com.datastax.driver.core.BoundStatement
Set the ith value to the provided date.
setTimestamp(String, Date) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided date.
setTimestamp(int, Date) - Method in interface com.datastax.driver.core.SettableByIndexData
Set the ith value to the provided date.
setTimestamp(String, Date) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided date.
setToken(int, Token) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided Token.
setToken(String, Token) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided token.
setToNull(int) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to null.
setToNull(String) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to null.
setToNull(int) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to null.
setToNull(String) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to null.
setTransformResultFunction(Function<Row, GraphNode>) - Method in class com.datastax.driver.dse.graph.GraphStatement
Sets the function to transform a Row to a GraphNode.
setTransientPropertyNames(Set<String>) - Method in class com.datastax.driver.mapping.DefaultPropertyMapper
Sets transient property names.
setTupleValue(int, TupleValue) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided tuple value.
setTupleValue(String, TupleValue) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided tuple value.
setTupleValue(int, TupleValue) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided tuple value.
setTupleValue(String, TupleValue) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided tuple value.
setUDTValue(int, UDTValue) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided UDT value.
setUDTValue(String, UDTValue) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided UDT value.
setUDTValue(int, UDTValue) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided UDT value.
setUDTValue(String, UDTValue) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided UDT value.
setUsername(String) - Method in class com.datastax.driver.core.PlainTextAuthProvider
Changes the user name.
setUUID(int, UUID) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided UUID.
setUUID(String, UUID) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided UUID.
setUUID(int, UUID) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided UUID.
setUUID(String, UUID) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided UUID.
setValue(Object, T) - Method in interface com.datastax.driver.mapping.MappedProperty
Writes the given value to this property in the given entity.
setVarint(int, BigInteger) - Method in class com.datastax.driver.core.BoundStatement
Sets the ith value to the provided big integer.
setVarint(String, BigInteger) - Method in class com.datastax.driver.core.BoundStatement
Sets the value for (all occurrences of) variable name to the provided big integer.
setVarint(int, BigInteger) - Method in interface com.datastax.driver.core.SettableByIndexData
Sets the ith value to the provided big integer.
setVarint(String, BigInteger) - Method in interface com.datastax.driver.core.SettableByNameData
Sets the value for (all occurrences of) variable name to the provided big integer.
shouldConsiderError(Exception, Host, Statement) - Method in interface com.datastax.driver.core.policies.ErrorAwarePolicy.ErrorFilter
Whether an error should be counted in the host's error rate.
simpleColumns - Variable in class com.datastax.driver.core.schemabuilder.AbstractCreateStatement
 
SimpleDateCodec - Class in com.datastax.driver.extras.codecs.date
A TypeCodec that maps CQL dates to Java primitive ints, representing the number of days since the Epoch.
SimpleDateCodec() - Constructor for class com.datastax.driver.extras.codecs.date.SimpleDateCodec
 
SimpleGraphStatement - Class in com.datastax.driver.dse.graph
A simple graph statement implementation.
SimpleGraphStatement(String) - Constructor for class com.datastax.driver.dse.graph.SimpleGraphStatement
 
SimpleGraphStatement(String, Map<String, Object>) - Constructor for class com.datastax.driver.dse.graph.SimpleGraphStatement
 
SimpleStatement - Class in com.datastax.driver.core
A simple RegularStatement implementation built directly from a query string.
SimpleStatement(String) - Constructor for class com.datastax.driver.core.SimpleStatement
Creates a new SimpleStatement with the provided query string (and no values).
SimpleStatement(String, Object...) - Constructor for class com.datastax.driver.core.SimpleStatement
Creates a new SimpleStatement with the provided query string and values.
SimpleStatement(String, Map<String, Object>) - Constructor for class com.datastax.driver.core.SimpleStatement
Creates a new SimpleStatement with the provided query string and named values.
SimpleTimestampCodec - Class in com.datastax.driver.extras.codecs.date
A TypeCodec that maps CQL timestamps to Java primitive longs, representing the number of milliseconds since the Epoch.
SimpleTimestampCodec() - Constructor for class com.datastax.driver.extras.codecs.date.SimpleTimestampCodec
 
SingleWordNamingConvention(boolean) - Constructor for class com.datastax.driver.mapping.NamingConventions.SingleWordNamingConvention
 
size() - Method in class com.datastax.driver.core.BatchStatement
Returns the number of elements in this batch.
size() - Method in class com.datastax.driver.core.ColumnDefinitions
Returns the number of columns described by this Columns instance.
size() - Method in class com.datastax.driver.core.UserType
Returns the number of fields in this UDT.
size() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
size() - Method in interface com.datastax.driver.dse.graph.Path
Returns the size of this path, that is, the number of steps this path traversed.
size() - Method in interface com.datastax.driver.dse.serde.Node
Returns the size of the current node, if it is an array, or 0 otherwise.
size() - Method in class com.datastax.dse.graph.api.TraversalBatch
Return the number of operations currently contained in the TraversalBatch.
size() - Method in class com.datastax.dse.graph.internal.DefaultTraversalBatch
 
sizedTieredStategy() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the size-tiered compaction strategy, for use in a CREATE or ALTER TABLE statement.
sizeOfComponentType() - Method in class com.datastax.driver.extras.codecs.arrays.AbstractPrimitiveArrayCodec
Return the size in bytes of the array component type.
sizeOfComponentType() - Method in class com.datastax.driver.extras.codecs.arrays.DoubleArrayCodec
 
sizeOfComponentType() - Method in class com.datastax.driver.extras.codecs.arrays.FloatArrayCodec
 
sizeOfComponentType() - Method in class com.datastax.driver.extras.codecs.arrays.IntArrayCodec
 
sizeOfComponentType() - Method in class com.datastax.driver.extras.codecs.arrays.LongArrayCodec
 
skipCQLId(String, int) - Static method in class com.datastax.driver.core.ParseUtils
Assuming that idx points to the beginning of a CQL identifier in toParse, returns the index of the first character after this identifier.
skipCQLValue(String, int) - Static method in class com.datastax.driver.core.ParseUtils
Assuming that idx points to the beginning of a CQL value in toParse, returns the index of the first character after this value.
skipSpaces(String, int) - Static method in class com.datastax.driver.core.ParseUtils
Returns the index of the first character in toParse from idx that is not a "space".
SLOW_LOGGER - Static variable in class com.datastax.driver.core.QueryLogger
The logger used to log slow queries, i.e., queries that completed successfully but whose execution time exceeded a configurable threshold in milliseconds.
smallint() - Static method in class com.datastax.driver.core.DataType
Returns the SMALLINT type.
smallInt() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type smallint.
snappy() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the Snappy compression strategy, to use in a CREATE or ALTER TABLE statement.
SniEndPoint - Class in com.datastax.driver.core
An endpoint to access nodes through a proxy that uses SNI routing.
SniEndPoint(InetSocketAddress, String) - Constructor for class com.datastax.driver.core.SniEndPoint
 
SniEndPointFactory - Class in com.datastax.driver.core
 
SniEndPointFactory(InetSocketAddress) - Constructor for class com.datastax.driver.core.SniEndPointFactory
 
SniSSLOptions - Class in com.datastax.driver.core
 
SniSSLOptions(SSLContext, String[]) - Constructor for class com.datastax.driver.core.SniSSLOptions
Creates a new instance.
SniSSLOptions.Builder - Class in com.datastax.driver.core
 
SocketOptions - Class in com.datastax.driver.core
Options to configure low-level socket options for the connections kept to the Cassandra hosts.
SocketOptions() - Constructor for class com.datastax.driver.core.SocketOptions
Creates a new SocketOptions instance with default values.
SpeculativeExecutionPolicy - Interface in com.datastax.driver.core.policies
The policy that decides if the driver will send speculative queries to the next hosts when the current host takes too long to respond.
SpeculativeExecutionPolicy.SpeculativeExecutionPlan - Interface in com.datastax.driver.core.policies
A plan that governs speculative executions for a given query.
speculativeRetry(TableOptions.SpeculativeRetryValue) - Method in class com.datastax.driver.core.schemabuilder.TableOptions
To override normal read timeout when read_repair_chance is not 1.0, sending another request to read, choose one of these values and use the property to create or alter the table: ALWAYS: Retry reads of all replicas.
split(String) - Method in interface com.datastax.driver.mapping.NamingConvention
Receive a property name value and returns an ordered list of Word objects.
split(String) - Method in class com.datastax.driver.mapping.NamingConventions.CamelCase
 
split(String) - Method in class com.datastax.driver.mapping.NamingConventions.CharDelimitedNamingConvention
 
split(String) - Method in class com.datastax.driver.mapping.NamingConventions.SingleWordNamingConvention
 
splitEvenly(int) - Method in class com.datastax.driver.core.TokenRange
Splits this range into a number of smaller ranges of equal "size" (referring to the number of tokens, not the actual amount of data).
SSLOptions - Interface in com.datastax.driver.core
Defines how the driver configures SSL connections.
ssTableSizeInMB(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.LeveledCompactionStrategyOptions
The target size for SSTables that use the leveled compaction strategy.
startOf(long) - Static method in class com.datastax.driver.core.utils.UUIDs
Creates a "fake" time-based UUID that sorts as the smallest possible version 1 UUID generated at the provided timestamp.
Statement - Class in com.datastax.driver.core
An executable query.
statement - Variable in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
statementAsString(Statement) - Method in class com.datastax.driver.core.QueryLogger
 
statementFromTraversal(GraphTraversal<S, E>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create an initialized GraphStatement from a GraphTraversal to use directly with a DseSession.
StatementWrapper - Class in com.datastax.driver.core
Base class for custom Statement implementations that wrap another statement.
StatementWrapper(Statement) - Constructor for class com.datastax.driver.core.StatementWrapper
Builds a new instance.
strategyClass() - Method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.Strategy
 
StringUtils - Class in com.datastax.dse.graph.internal.utils
Utilities for string manipulation.
StringUtils() - Constructor for class com.datastax.dse.graph.internal.utils.StringUtils
 
submitAsync(Bytecode) - Method in class com.datastax.dse.graph.internal.DseRemoteConnection
 
SuccessCallback() - Constructor for class com.datastax.driver.core.utils.MoreFutures.SuccessCallback
 
sum(Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a sum(x) built-in function call.
sum(Object) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates a sum(x) built-in function call.
sum(Object) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
SyntaxError - Exception in com.datastax.driver.core.exceptions
Indicates a syntax error in a query.
SyntaxError(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.SyntaxError
 

T

Table - Annotation Type in com.datastax.driver.mapping.annotations
Defines to which table a class must be mapped to.
TableMetadata - Class in com.datastax.driver.core
Describes a Table.
TableOptions<T extends TableOptions> - Class in com.datastax.driver.core.schemabuilder
The table options used in a CREATE TABLE or ALTER TABLE statement.
TableOptions.CachingRowsPerPartition - Class in com.datastax.driver.core.schemabuilder
Define the number of rows to be cached per partition when row caching is enabled (this feature is only applicable to Cassandra 2.1.x).
TableOptions.CompactionOptions<T extends TableOptions.CompactionOptions> - Class in com.datastax.driver.core.schemabuilder
Compaction options for a CREATE or ALTER TABLE statement.
TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions - Class in com.datastax.driver.core.schemabuilder
Compaction options specific to the date-tiered strategy.
TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution - Enum in com.datastax.driver.core.schemabuilder
 
TableOptions.CompactionOptions.LeveledCompactionStrategyOptions - Class in com.datastax.driver.core.schemabuilder
Compaction options specific to Leveled strategy
TableOptions.CompactionOptions.SizeTieredCompactionStrategyOptions - Class in com.datastax.driver.core.schemabuilder
Compaction options specific to SizeTiered strategy
TableOptions.CompactionOptions.Strategy - Enum in com.datastax.driver.core.schemabuilder
Compaction strategies.
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions - Class in com.datastax.driver.core.schemabuilder
Compaction options specific to the time window strategy.
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit - Enum in com.datastax.driver.core.schemabuilder
 
TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.TimeStampResolution - Enum in com.datastax.driver.core.schemabuilder
 
TableOptions.CompressionOptions - Class in com.datastax.driver.core.schemabuilder
The compression options for a CREATE or ALTER TABLE statement.
TableOptions.CompressionOptions.Algorithm - Enum in com.datastax.driver.core.schemabuilder
Compression algorithms.
TableOptions.CompressionOptions.NoCompression - Class in com.datastax.driver.core.schemabuilder
 
TableOptions.NodeSyncOptions - Class in com.datastax.driver.core.schemabuilder
Defines the NodeSync options for a table, including whether or not NodeSync is enabled and optionally its deadline target (this feature requires DSE 6.0+).
TableOptions.SpeculativeRetryValue - Class in com.datastax.driver.core.schemabuilder
The speculative retry options.
TableOptionsMetadata - Class in com.datastax.driver.core
 
TARGET_OPTION_NAME - Static variable in class com.datastax.driver.core.IndexMetadata
The name of the option used to specify the index target (Cassandra 3.0 onwards).
text() - Static method in class com.datastax.driver.core.DataType
Returns the TEXT type.
ThreadingOptions - Class in com.datastax.driver.core
A set of hooks that allow clients to customize the driver's internal executors.
ThreadingOptions() - Constructor for class com.datastax.driver.core.ThreadingOptions
 
ThreadLocalMonotonicTimestampGenerator - Class in com.datastax.driver.core
A timestamp generator that guarantees monotonically increasing timestamps on a per-thread basis, and logs warnings when timestamps drift in the future.
ThreadLocalMonotonicTimestampGenerator() - Constructor for class com.datastax.driver.core.ThreadLocalMonotonicTimestampGenerator
Creates a new instance with a warning threshold and warning interval of one second.
ThreadLocalMonotonicTimestampGenerator(long, TimeUnit, long, TimeUnit) - Constructor for class com.datastax.driver.core.ThreadLocalMonotonicTimestampGenerator
Creates a new instance.
time() - Static method in class com.datastax.driver.core.DataType
Returns the TIME type.
time() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type time.
timeBased() - Static method in class com.datastax.driver.core.utils.UUIDs
Creates a new time-based (version 1) UUID.
timer(ThreadFactory) - Method in class com.datastax.driver.core.NettyOptions
Return the Timer instance used by Read Timeouts and Speculative Execution.
timestamp() - Static method in class com.datastax.driver.core.DataType
Returns the TIMESTAMP type.
timestamp(long) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Option to set the timestamp for a modification query (insert, update or delete).
timestamp(BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Option to prepare the timestamp (in microseconds) for a modification query (insert, update or delete).
timestamp() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type timestamp.
timestamp(long) - Static method in class com.datastax.driver.mapping.Mapper.Option
Creates a new Option object to add a timestamp to a mapper operation.
TimestampGenerator - Interface in com.datastax.driver.core
Generates client-side, microsecond-precision query timestamps.
timestampResolution(TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions
Sets the timestamp resolution, depending on the timestamp unit of the data you insert.
timestampResolution(TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.TimeStampResolution) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Sets the timestamp resolution, depending on the timestamp unit of the data you insert.
timeuuid() - Static method in class com.datastax.driver.core.DataType
Returns the TIMEUUID type.
timeUUID() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type timeuuid.
timeWindowCompactionStrategy() - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Create options for the time window compaction strategy, to use in a CREATE or ALTER TABLE statement.
tinyint() - Static method in class com.datastax.driver.core.DataType
Returns the TINYINT type.
tinyInt() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type tinyint.
to(String) - Method in class com.datastax.driver.core.schemabuilder.Alter.RenameColumn
Define the new name of the column.
toBytes() - Method in class com.datastax.driver.core.PagingState
Return a representation of the paging state object as a byte array.
toCassandraName(String) - Method in class com.datastax.driver.mapping.DefaultNamingStrategy
 
toCassandraName(String) - Method in interface com.datastax.driver.mapping.NamingStrategy
Infers a Cassandra column/field name from a Java property name.
toDegrees(double) - Method in enum com.datastax.dse.graph.api.predicates.Geo.Unit
Convert distance to degrees (used internally only).
toHexString(ByteBuffer) - Static method in class com.datastax.driver.core.utils.Bytes
Converts a blob to its CQL hex string representation.
toHexString(byte[]) - Static method in class com.datastax.driver.core.utils.Bytes
Converts a blob to its CQL hex string representation.
toInt() - Method in enum com.datastax.driver.core.ProtocolVersion
Returns the version as an integer.
toJacksonJavaType() - Method in class com.datastax.driver.extras.codecs.json.JacksonJsonCodec
This method acts as a bridge between Guava's TypeToken API, which is used by the driver, and Jackson's JavaType API.
toJson(Object) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a toJson() function call.
toJson(String) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Creates a toJson() function call.
toJson(String) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
token(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
The token of a column name.
token(String...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
The token of column names.
token(Object...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Returns a generic token function call.
Token - Class in com.datastax.driver.core
A token on the Cassandra ring.
Token() - Constructor for class com.datastax.driver.core.Token
 
token(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search any instance of a certain token within the text property targeted (case insensitive).
TokenAwarePolicy - Class in com.datastax.driver.core.policies
A wrapper load balancing policy that adds token awareness to a child policy.
TokenAwarePolicy(LoadBalancingPolicy, TokenAwarePolicy.ReplicaOrdering) - Constructor for class com.datastax.driver.core.policies.TokenAwarePolicy
Creates a new TokenAware policy.
TokenAwarePolicy(LoadBalancingPolicy, boolean) - Constructor for class com.datastax.driver.core.policies.TokenAwarePolicy
Deprecated.
Use TokenAwarePolicy.TokenAwarePolicy(LoadBalancingPolicy, ReplicaOrdering) instead. This constructor will be removed in the next major release.
TokenAwarePolicy(LoadBalancingPolicy) - Constructor for class com.datastax.driver.core.policies.TokenAwarePolicy
Creates a new TokenAware policy with RANDOM replica ordering.
TokenAwarePolicy.ReplicaOrdering - Enum in com.datastax.driver.core.policies
Strategies for replica ordering.
tokenFuzzy(String, int) - Static method in class com.datastax.dse.graph.api.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm after having tokenized the data stored (case insensitive).
tokenPrefix(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search any instance of a certain token prefix within the text property targeted (case insensitive).
TokenRange - Class in com.datastax.driver.core
A range of tokens on the Cassandra ring.
tokenRegex(String) - Static method in class com.datastax.dse.graph.api.predicates.Search
Search any instance of the provided regular expression for the targeted property (case insensitive).
tombstoneCompactionIntervalInDay(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions
Define the minimum number of days to wait after an SSTable creation time before considering the SSTable for tombstone compaction.
tombstoneThreshold(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions
Define the ratio of garbage-collectable tombstones to all contained columns, which if exceeded by the SSTable triggers compaction (with no other SSTables) for the purpose of purging the tombstones.
toRawHexString(ByteBuffer) - Static method in class com.datastax.driver.core.utils.Bytes
Converts a blob to its CQL hex string representation.
toString() - Method in class com.datastax.driver.core.AbstractTableMetadata
 
toString() - Method in class com.datastax.driver.core.AggregateMetadata
 
toString() - Method in class com.datastax.driver.core.ColumnDefinitions
 
toString() - Method in class com.datastax.driver.core.ColumnMetadata
 
toString() - Method in class com.datastax.driver.core.ContinuousPagingOptions
 
toString() - Method in class com.datastax.driver.core.DataType.CollectionType
 
toString() - Method in class com.datastax.driver.core.DataType.CustomType
 
toString() - Method in enum com.datastax.driver.core.DataType.Name
 
toString() - Method in class com.datastax.driver.core.DataType.NativeType
 
toString() - Method in class com.datastax.driver.core.Duration
 
toString() - Method in class com.datastax.driver.core.FunctionMetadata
 
toString() - Method in class com.datastax.driver.core.Host
 
toString() - Method in class com.datastax.driver.core.KeyspaceMetadata
 
toString() - Method in class com.datastax.driver.core.LocalDate
 
toString() - Method in class com.datastax.driver.core.PagingState
 
toString() - Method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
 
toString() - Method in enum com.datastax.driver.core.ProtocolOptions.Compression
 
toString() - Method in class com.datastax.driver.core.querybuilder.BindMarker
 
toString() - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
toString() - Method in class com.datastax.driver.core.QueryTrace.Event
 
toString() - Method in class com.datastax.driver.core.QueryTrace
 
toString() - Method in class com.datastax.driver.core.RegularStatement
Returns this statement as a CQL query string.
toString() - Method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.Strategy
 
toString() - Method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions.Algorithm
 
toString() - Method in class com.datastax.driver.core.SniEndPoint
 
toString() - Method in class com.datastax.driver.core.TokenRange
 
toString() - Method in class com.datastax.driver.core.TupleType
 
toString() - Method in class com.datastax.driver.core.TupleValue
 
toString() - Method in class com.datastax.driver.core.TypeCodec
 
toString() - Method in class com.datastax.driver.core.UDTValue
 
toString() - Method in class com.datastax.driver.core.UserType.Field
 
toString() - Method in class com.datastax.driver.core.UserType
 
toString() - Method in class com.datastax.driver.core.VersionNumber
 
toString() - Method in class com.datastax.driver.dse.geometry.Geometry
 
toString() - Method in class com.datastax.driver.dse.graph.ObjectGraphNode
 
toString() - Method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Returns this bound as a Lucene-compliant string.
toString() - Method in class com.datastax.driver.dse.search.DateRange
Returns the string representation of this range, in a format compatible with Apache Solr DateRageField syntax
toString(E) - Method in class com.datastax.driver.extras.codecs.enums.EnumNameCodec
 
toString(T) - Method in class com.datastax.driver.extras.codecs.ParsingCodec
Return the String representation of the given object; no special CQL quoting should be applied here.
toString() - Method in class com.datastax.dse.graph.internal.EditDistance
 
toWellKnownBinary(LineString) - Method in class com.datastax.driver.dse.geometry.codecs.LineStringCodec
 
toWellKnownBinary(Point) - Method in class com.datastax.driver.dse.geometry.codecs.PointCodec
 
toWellKnownBinary(Polygon) - Method in class com.datastax.driver.dse.geometry.codecs.PolygonCodec
 
toWellKnownText(LineString) - Method in class com.datastax.driver.dse.geometry.codecs.LineStringCodec
 
toWellKnownText(Point) - Method in class com.datastax.driver.dse.geometry.codecs.PointCodec
 
toWellKnownText(Polygon) - Method in class com.datastax.driver.dse.geometry.codecs.PolygonCodec
 
TraceRetrievalException - Exception in com.datastax.driver.core.exceptions
Exception thrown if a query trace cannot be retrieved.
TraceRetrievalException(String) - Constructor for exception com.datastax.driver.core.exceptions.TraceRetrievalException
 
TraceRetrievalException(String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.TraceRetrievalException
 
tracing(boolean) - Static method in class com.datastax.driver.mapping.Mapper.Option
Creates a new Option object to enable query tracing for a mapper operation.
transform(ListenableFuture<I>, Function<? super I, ? extends O>) - Method in class com.datastax.driver.core.GuavaCompatibility
Returns a new ListenableFuture whose result is the product of applying the given Function to the result of the given Future.
transform(ListenableFuture<I>, Function<? super I, ? extends O>, Executor) - Method in class com.datastax.driver.core.GuavaCompatibility
Returns a new ListenableFuture whose result is the product of applying the given Function to the result of the given Future.
transformAsync(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>) - Method in class com.datastax.driver.core.GuavaCompatibility
Returns a new ListenableFuture whose result is asynchronously derived from the result of the given Future.
transformAsync(ListenableFuture<I>, AsyncFunction<? super I, ? extends O>, Executor) - Method in class com.datastax.driver.core.GuavaCompatibility
Returns a new ListenableFuture whose result is asynchronously derived from the result of the given Future.
Transient - Annotation Type in com.datastax.driver.mapping.annotations
Whenever this annotation is added on a property, the property will not be mapped to any column (neither during reads nor writes).
TransitionalModePlainTextAuthenticator() - Constructor for class com.datastax.driver.core.AuthProvider.TransitionalModePlainTextAuthenticator
 
translate(InetSocketAddress) - Method in interface com.datastax.driver.core.policies.AddressTranslator
Translates a Cassandra rpc_address to another address if necessary.
translate(InetSocketAddress) - Method in class com.datastax.driver.core.policies.EC2MultiRegionAddressTranslator
 
translate(InetSocketAddress) - Method in class com.datastax.driver.core.policies.IdentityTranslator
Translates a Cassandra rpc_address to another address if necessary.
TransportException - Exception in com.datastax.driver.core.exceptions
A connection exception that has to do with the transport itself, i.e.
TransportException(EndPoint, String, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.TransportException
 
TransportException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.TransportException
 
traversal() - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource that will be used to build Traversals for use with the DseGraph.statementFromTraversal(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S, E>) method.
traversal(Class<C>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource instance as specified by the traversalSourceClass parameter that will be used to build Traversals for use with the DseGraph.statementFromTraversal(org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversal<S, E>) method.
traversal(DseSession, GraphOptions) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.
traversal(DseSession, GraphOptions, Class<C>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource instance as specified by the traversalSourceClass parameter, initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.
traversal(DseSession) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.
traversal(DseSession, Class<C>) - Static method in class com.datastax.dse.graph.api.DseGraph
Create a GraphTraversalSource instance as specified by the traversalSourceClass parameter, initialized to work remotely with a DSE Graph server, communicating via the DataStax Enterprise Java Driver.
TraversalBatch - Class in com.datastax.dse.graph.api
A class allowing to execute multiple DSE Graph mutation operations inside the same transaction.
TraversalBatch() - Constructor for class com.datastax.dse.graph.api.TraversalBatch
 
truncate(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a new TRUNCATE query.
truncate(String, String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a new TRUNCATE query.
truncate(TableMetadata) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a new TRUNCATE query.
Truncate - Class in com.datastax.driver.core.querybuilder
A built TRUNCATE statement.
TruncateException - Exception in com.datastax.driver.core.exceptions
Error during a truncation operation.
TruncateException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.TruncateException
 
tryNextHost(ConsistencyLevel) - Static method in class com.datastax.driver.core.policies.RetryPolicy.RetryDecision
Creates a RetryPolicy.RetryDecision.Type.RETRY retry decision using the next host in the query plan, and using the provided consistency level.
tryReconnectOnce() - Method in class com.datastax.driver.core.Host
Triggers an asynchronous reconnection attempt to this host.
ttl(int) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Option to set the ttl for a modification query (insert, update or delete).
ttl(BindMarker) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Option to prepare the ttl (in seconds) for a modification query (insert, update or delete).
ttl(String) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Selects the ttl of provided column.
ttl(String) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
ttl(int) - Static method in class com.datastax.driver.mapping.Mapper.Option
Creates a new Option object to add time-to-live to a mapper operation.
tuple(TupleType) - Static method in class com.datastax.driver.core.TypeCodec
Return a newly-created codec for the given CQL tuple type.
TupleType - Class in com.datastax.driver.core
A tuple type.
TupleValue - Class in com.datastax.driver.core
A value for a Tuple.
type(DataType) - Method in class com.datastax.driver.core.schemabuilder.Alter.AddColumn
Define the type of the added column.
type(DataType) - Method in class com.datastax.driver.core.schemabuilder.Alter.AlterColumn
Define the new type of the altered column.
TypeCodec<T> - Class in com.datastax.driver.core
A Codec that can serialize and deserialize to and from a given CQL type and a given Java Type.
TypeCodec(DataType, Class<T>) - Constructor for class com.datastax.driver.core.TypeCodec
This constructor can only be used for non parameterized types.
TypeCodec(DataType, TypeToken<T>) - Constructor for class com.datastax.driver.core.TypeCodec
 
TypeCodec.AbstractCollectionCodec<E,C extends Collection<E>> - Class in com.datastax.driver.core
Base class for codecs mapping CQL lists and sets to Java collections.
TypeCodec.AbstractMapCodec<K,V> - Class in com.datastax.driver.core
Base class for codecs mapping CQL maps to a Java Map.
TypeCodec.AbstractTupleCodec<T> - Class in com.datastax.driver.core
Base class for codecs mapping CQL tuples to Java objects.
TypeCodec.AbstractUDTCodec<T> - Class in com.datastax.driver.core
Base class for codecs mapping CQL user-defined types (UDTs) to Java objects.
TypeCodec.PrimitiveBooleanCodec - Class in com.datastax.driver.core
A codec that is capable of handling primitive booleans, thus avoiding the overhead of boxing and unboxing such primitives.
TypeCodec.PrimitiveByteCodec - Class in com.datastax.driver.core
A codec that is capable of handling primitive bytes, thus avoiding the overhead of boxing and unboxing such primitives.
TypeCodec.PrimitiveDoubleCodec - Class in com.datastax.driver.core
A codec that is capable of handling primitive doubles, thus avoiding the overhead of boxing and unboxing such primitives.
TypeCodec.PrimitiveFloatCodec - Class in com.datastax.driver.core
A codec that is capable of handling primitive floats, thus avoiding the overhead of boxing and unboxing such primitives.
TypeCodec.PrimitiveIntCodec - Class in com.datastax.driver.core
A codec that is capable of handling primitive ints, thus avoiding the overhead of boxing and unboxing such primitives.
TypeCodec.PrimitiveLongCodec - Class in com.datastax.driver.core
A codec that is capable of handling primitive longs, thus avoiding the overhead of boxing and unboxing such primitives.
TypeCodec.PrimitiveShortCodec - Class in com.datastax.driver.core
A codec that is capable of handling primitive shorts, thus avoiding the overhead of boxing and unboxing such primitives.
TypeTokens - Class in com.datastax.driver.core
Utility methods to create TypeToken instances.

U

UDT - Annotation Type in com.datastax.driver.mapping.annotations
Defines to which User Defined Type a class must be mapped to.
udtCodec(Class<T>, String) - Method in class com.datastax.driver.mapping.MappingManager
Creates a TypeCodec for the provided class (that must be annotated by a UDT annotation).
udtCodec(Class<T>) - Method in class com.datastax.driver.mapping.MappingManager
Creates a TypeCodec for the provided class, using the default keyspace (either the one declared in the Table annotation, or the logged keyspace on the session).
udtLiteral(String) - Static method in class com.datastax.driver.core.schemabuilder.SchemaBuilder
Build the datatype representation of a complex UDT type, to include in a schema builder statement.
udtType(UDTType) - Method in class com.datastax.driver.core.schemabuilder.Alter.AddColumn
Define the type of the added column, when that type contains a UDT.
udtType(UDTType) - Method in class com.datastax.driver.core.schemabuilder.Alter.AlterColumn
Define the new type of the altered column, when that type contains a UDT.
UDTType - Class in com.datastax.driver.core.schemabuilder
Represents a CQL type containing a user-defined type (UDT) in a SchemaBuilder statement.
UDTValue - Class in com.datastax.driver.core
A value for a User Defined Type.
UnauthorizedException - Exception in com.datastax.driver.core.exceptions
Indicates that a query cannot be performed due to the authorization restrictions of the logged user.
UnauthorizedException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.UnauthorizedException
 
UnavailableException - Exception in com.datastax.driver.core.exceptions
Exception thrown when the coordinator knows there is not enough replicas alive to perform a query with the requested consistency level.
UnavailableException(ConsistencyLevel, int, int) - Constructor for exception com.datastax.driver.core.exceptions.UnavailableException
This constructor should only be used internally by the driver when decoding error responses.
UnavailableException(EndPoint, ConsistencyLevel, int, int) - Constructor for exception com.datastax.driver.core.exceptions.UnavailableException
 
UNBOUNDED - Static variable in class com.datastax.driver.dse.search.DateRange.DateRangeBound
The unbounded DateRange.DateRangeBound instance.
uncheckedTombstoneCompaction(Boolean) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions
Enables more aggressive than normal tombstone compactions.
unDoubleQuote(String) - Static method in class com.datastax.driver.core.ParseUtils
Unquote the given string if it is double quoted; double quotes are unescaped.
unixTimestamp(UUID) - Static method in class com.datastax.driver.core.utils.UUIDs
Return the Unix timestamp contained by the provided time-based UUID.
unloggedBatch(RegularStatement...) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Builds a new UNLOGGED BATCH query on the provided statements.
UnpreparedException - Exception in com.datastax.driver.core.exceptions
Indicates that the contacted host replied with an UNPREPARED error code.
UnpreparedException(EndPoint, String) - Constructor for exception com.datastax.driver.core.exceptions.UnpreparedException
 
unquote(String) - Static method in class com.datastax.driver.core.ParseUtils
Unquote the given string if it is quoted; single quotes are unescaped.
unregister(Host.StateListener) - Method in class com.datastax.driver.core.Cluster
Unregisters the provided listener from being notified on hosts events.
unregister(LatencyTracker) - Method in class com.datastax.driver.core.Cluster
Unregisters the provided latency tracking from being updated with host read latencies.
unregister(SchemaChangeListener) - Method in class com.datastax.driver.core.Cluster
Unregisters the provided schema change listener from being updated with schema change events.
unregister(Host.StateListener) - Method in class com.datastax.driver.core.DelegatingCluster
 
unregister(LatencyTracker) - Method in class com.datastax.driver.core.DelegatingCluster
 
unregister(SchemaChangeListener) - Method in class com.datastax.driver.core.DelegatingCluster
 
UnresolvedUserTypeException - Exception in com.datastax.driver.core.exceptions
Thrown when a user type cannot be resolved.
UnresolvedUserTypeException(String, String) - Constructor for exception com.datastax.driver.core.exceptions.UnresolvedUserTypeException
 
unsafeAggressiveSSTableExpiration(Boolean) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions
Allow expired sstables to be dropped without checking if its data is shadowing other sstables.
unset(int) - Method in class com.datastax.driver.core.BoundStatement
Unsets the ith variable.
unset(String) - Method in class com.datastax.driver.core.BoundStatement
Unsets all occurrences of variable name.
UNSET - Static variable in class com.datastax.driver.core.PoolingOptions
The value returned for connection options when they have not been set by the client, and the protocol version is not known yet.
UnsupportedFeatureException - Exception in com.datastax.driver.core.exceptions
Exception thrown when a feature is not supported by the native protocol currently in use.
UnsupportedFeatureException(ProtocolVersion, String) - Constructor for exception com.datastax.driver.core.exceptions.UnsupportedFeatureException
 
UnsupportedProtocolVersionException - Exception in com.datastax.driver.core.exceptions
Indicates that we've attempted to connect to a Cassandra node with a protocol version that it cannot handle (e.g., connecting to a C* 1.2 node with protocol version 2).
UnsupportedProtocolVersionException(EndPoint, ProtocolVersion, ProtocolVersion) - Constructor for exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
 
UnsupportedProtocolVersionException(EndPoint, ProtocolVersion, ProtocolVersion, Throwable) - Constructor for exception com.datastax.driver.core.exceptions.UnsupportedProtocolVersionException
 
unwrap() - Method in class com.datastax.driver.core.TokenRange
Splits this range into a list of two non-wrapping ranges.
unwrap() - Method in class com.datastax.driver.dse.graph.GraphStatement
Deprecated.
unwrap(GraphProtocol) - Method in class com.datastax.driver.dse.graph.GraphStatement
Deprecated.
unwrap(GraphOptions) - Method in class com.datastax.driver.dse.graph.GraphStatement
"Unwraps" the current graph statement, that is, returns an executable Statement object corresponding to this graph statement.
unwrap() - Method in class com.datastax.driver.dse.graph.RegularGraphStatement
 
unwrap() - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
Deprecated.
unwrap(GraphProtocol) - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
Deprecated.
unwrap(GraphOptions) - Method in class com.datastax.driver.dse.graph.SimpleGraphStatement
 
unwrap() - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
Deprecated.
unwrap(GraphProtocol) - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
Deprecated.
unwrap(GraphOptions) - Method in class com.datastax.dse.graph.internal.RemoteSourceSimpleGraphStatement
 
update(Host, Statement, Exception, long) - Method in interface com.datastax.driver.core.LatencyTracker
A method that is called after each request to a Cassandra node with the duration of that operation.
update(Host, Statement, Exception, long) - Method in class com.datastax.driver.core.PercentileTracker
 
update(String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new UPDATE query.
update(String, String) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new UPDATE query.
update(TableMetadata) - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Starts building a new UPDATE query.
Update - Class in com.datastax.driver.core.querybuilder
A built UPDATE statement.
update(Host, Statement, Exception, long) - Method in class com.datastax.driver.core.QueryLogger
A method that is called after each request to a Cassandra node with the duration of that operation.
Update.Assignments - Class in com.datastax.driver.core.querybuilder
The assignments of an UPDATE statement.
Update.Conditions - Class in com.datastax.driver.core.querybuilder
Conditions for an UPDATE statement.
Update.IfExists - Class in com.datastax.driver.core.querybuilder
 
Update.Options - Class in com.datastax.driver.core.querybuilder
The options of a UPDATE statement.
Update.Where - Class in com.datastax.driver.core.querybuilder
The WHERE clause of an UPDATE statement.
UPPER_CAMEL_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents the default Camel case naming convention, with an upper cased first letter.
UPPER_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents a naming convention where all letters are upper cased, and words are not separated by any special character.
UPPER_LISP_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents Lisp case naming convention, meaning all letters are upper cased, and words are separated by a dash sign ("-").
UPPER_SNAKE_CASE - Static variable in class com.datastax.driver.mapping.NamingConventions
Represents snake case naming convention, meaning all letters are upper cased, and words are separated by an underscore ("_").
upperBound(Date, DateRange.DateRangeBound.Precision) - Static method in class com.datastax.driver.dse.search.DateRange.DateRangeBound
Creates a date range upper bound from the given Date and DateRange.DateRangeBound.Precision.
UpperCamelCase(boolean, String...) - Constructor for class com.datastax.driver.mapping.NamingConventions.UpperCamelCase
 
UpperCamelCase(String...) - Constructor for class com.datastax.driver.mapping.NamingConventions.UpperCamelCase
 
UpperCamelCase(boolean) - Constructor for class com.datastax.driver.mapping.NamingConventions.UpperCamelCase
 
userType(UserType) - Static method in class com.datastax.driver.core.TypeCodec
Return a newly-created codec for the given user-defined CQL type.
UserType - Class in com.datastax.driver.core
A User Defined Type (UDT).
UserType.Field - Class in com.datastax.driver.core
A UDT field.
usesNamedValues() - Method in class com.datastax.driver.core.querybuilder.BuiltStatement
 
usesNamedValues() - Method in class com.datastax.driver.core.RegularStatement
Whether this statement uses named values.
usesNamedValues() - Method in class com.datastax.driver.core.schemabuilder.SchemaStatement
 
usesNamedValues() - Method in class com.datastax.driver.core.SimpleStatement
 
using(Using) - Method in class com.datastax.driver.core.querybuilder.Batch
Adds a new options for this BATCH statement.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Delete.Conditions
Adds an option to the DELETE statement these conditions are part of.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Delete
Adds a new options for this DELETE statement.
using() - Method in class com.datastax.driver.core.querybuilder.Delete
Returns the options for this DELETE statement.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Delete.Where
Adds an option to the DELETE statement this WHERE clause is part of.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Insert
Adds a new options for this INSERT statement.
using() - Method in class com.datastax.driver.core.querybuilder.Insert
Returns the options for this INSERT statement.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Update.Assignments
Adds an option to the UPDATE statement those assignments are part of.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Update.Conditions
Adds an option to the UPDATE statement these conditions are part of.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Update
Adds a new options for this UPDATE statement.
using(Using) - Method in class com.datastax.driver.core.querybuilder.Update.Where
Adds an option to the UPDATE statement this WHERE clause is part of.
Using - Class in com.datastax.driver.core.querybuilder
 
uuid() - Static method in class com.datastax.driver.core.DataType
Returns the UUID type.
uuid() - Static method in class com.datastax.driver.core.querybuilder.QueryBuilder
Creates a uuid() function call.
uuid() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type uuid.
UUIDs - Class in com.datastax.driver.core.utils
Utility methods to help working with UUIDs, and more specifically, with time-based UUIDs (also known as Version 1 UUIDs).

V

value(String, Object) - Method in class com.datastax.driver.core.querybuilder.Insert.Options
Adds a column/value pair to the values inserted by this INSERT statement.
value(String, Object) - Method in class com.datastax.driver.core.querybuilder.Insert
Adds a column/value pair to the values inserted by this INSERT statement.
value() - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CachingRowsPerPartition
 
value() - Method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions.Algorithm
 
valueCodec - Variable in class com.datastax.driver.core.TypeCodec.AbstractMapCodec
 
valueOf(String) - Static method in enum com.datastax.driver.core.BatchStatement.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.ClusteringOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.ConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.ContinuousPagingOptions.PageUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.DataType.Name
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.HostDistance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.IndexMetadata.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.policies.RetryPolicy.RetryDecision.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.policies.TokenAwarePolicy.ReplicaOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.ProtocolOptions.Compression
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.ProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.SchemaBuilder.Caching
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.SchemaBuilder.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.SchemaBuilder.KeyCaching
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.TimeStampResolution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions.Algorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.core.WriteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.dse.graph.GraphProtocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.dse.search.DateRange.DateRangeBound.Precision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.mapping.PropertyAccessStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.driver.mapping.PropertyTransienceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.graph.api.predicates.Geo.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.graph.internal.GeoPredicate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.graph.internal.SearchPredicate
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datastax.driver.core.BatchStatement.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.ClusteringOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.ConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.ContinuousPagingOptions.PageUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.DataType.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.HostDistance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.IndexMetadata.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.policies.RetryPolicy.RetryDecision.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.policies.TokenAwarePolicy.ReplicaOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.ProtocolOptions.Compression
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.ProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values(String[], Object[]) - Method in class com.datastax.driver.core.querybuilder.Insert.Options
Adds multiple column/value pairs to the values inserted by this INSERT statement.
values(String[], Object[]) - Method in class com.datastax.driver.core.querybuilder.Insert
Adds multiple column/value pairs to the values inserted by this INSERT statement.
values(List<String>, List<Object>) - Method in class com.datastax.driver.core.querybuilder.Insert
Adds multiple column/value pairs to the values inserted by this INSERT statement.
values() - Static method in enum com.datastax.driver.core.schemabuilder.SchemaBuilder.Caching
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.schemabuilder.SchemaBuilder.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.schemabuilder.SchemaBuilder.KeyCaching
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.DateTieredCompactionStrategyOptions.TimeStampResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.CompactionWindowUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompactionOptions.TimeWindowCompactionStrategyOptions.TimeStampResolution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions.Algorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.core.WriteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.dse.graph.GraphProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.dse.search.DateRange.DateRangeBound.Precision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.mapping.PropertyAccessStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.driver.mapping.PropertyTransienceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.graph.api.predicates.Geo.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.graph.internal.GeoPredicate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.graph.internal.SearchPredicate
Returns an array containing the constants of this enum type, in the order they are declared.
valuesCount() - Method in class com.datastax.driver.core.SimpleStatement
The number of values for this statement, that is the size of the array that will be returned by getValues.
varchar() - Static method in class com.datastax.driver.core.DataType
Returns the VARCHAR type.
varchar() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type varchar.
varint() - Static method in class com.datastax.driver.core.DataType
Returns the VARINT type.
varint() - Static method in class com.datastax.driver.core.TypeCodec
Return the default codec for the CQL type varint.
VersionNumber - Class in com.datastax.driver.core
A version number in the form X.Y.Z with optional pre-release labels and build metadata.
Vertex - Interface in com.datastax.driver.dse.graph
The representation of a vertex in DSE Graph.
VertexProperty - Interface in com.datastax.driver.dse.graph
The representation of a vertex property in DSE Graph.
VOID_SUCCESS - Static variable in class com.datastax.driver.core.utils.MoreFutures
An immediate successful ListenableFuture<Void>.

W

WARNED_GRAPHSON1 - Static variable in class com.datastax.driver.dse.graph.GraphStatement
Deprecated.
wasApplied() - Method in interface com.datastax.driver.core.ResultSet
If the query that produced this ResultSet was a conditional update, return whether it was successfully applied.
wasDataRetrieved() - Method in exception com.datastax.driver.core.exceptions.ReadFailureException
Whether the actual data was amongst the received replica responses.
wasDataRetrieved() - Method in exception com.datastax.driver.core.exceptions.ReadTimeoutException
Whether the actual data was amongst the received replica responses.
wasTableCreation() - Method in exception com.datastax.driver.core.exceptions.AlreadyExistsException
Returns whether the query yielding this exception was a table creation attempt.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Delete.Conditions
Adds a where clause to the DELETE statement these conditions are part of.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Delete.Options
Adds a where clause to the DELETE statement these options are part of.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Delete
Adds a WHERE clause to this statement.
where() - Method in class com.datastax.driver.core.querybuilder.Delete
Returns a Where statement for this query without adding clause.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Select
Adds a WHERE clause to this statement.
where() - Method in class com.datastax.driver.core.querybuilder.Select
Returns a WHERE statement for this query without adding clause.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Assignments
Adds a where clause to the UPDATE statement those assignments are part of.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Conditions
Adds a where clause to the UPDATE statement these conditions are part of.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Update.Options
Adds a where clause to the UPDATE statement these options are part of.
where(Clause) - Method in class com.datastax.driver.core.querybuilder.Update
Adds a WHERE clause to this statement.
where() - Method in class com.datastax.driver.core.querybuilder.Update
Returns a Where statement for this query without adding clause.
WhiteListPolicy - Class in com.datastax.driver.core.policies
A load balancing policy wrapper that ensure that only hosts from a provided white list will ever be returned.
WhiteListPolicy(LoadBalancingPolicy, Collection<InetSocketAddress>) - Constructor for class com.datastax.driver.core.policies.WhiteListPolicy
Creates a new policy that wraps the provided child policy but only "allows" hosts from the provided white list.
with(Assignment) - Method in class com.datastax.driver.core.querybuilder.Update.Conditions
Adds an assignment to the UPDATE statement those conditions are part of.
with(Assignment) - Method in class com.datastax.driver.core.querybuilder.Update.Options
Adds an assignment to the UPDATE statement those options are part of.
with(Assignment) - Method in class com.datastax.driver.core.querybuilder.Update.Where
Adds an assignment to the UPDATE statement this WHERE clause is part of.
with(Assignment) - Method in class com.datastax.driver.core.querybuilder.Update
Adds an assignment to this UPDATE statement.
with() - Method in class com.datastax.driver.core.querybuilder.Update
Returns the assignments of this UPDATE statement.
with() - Method in class com.datastax.driver.core.schemabuilder.AlterKeyspace
Add options for this ALTER KEYSPACE statement.
with() - Method in class com.datastax.driver.core.schemabuilder.CreateKeyspace
Add options for this CREATE KEYSPACE statement.
withAddressTranslator(AddressTranslator) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the address translator to use for the new cluster.
withAddressTranslator(AddressTranslator) - Method in class com.datastax.driver.core.policies.Policies.Builder
Sets the address translator.
withAddressTranslator(AddressTranslator) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withApplicationName(String) - Method in class com.datastax.driver.dse.DseCluster.Builder
An optional configuration identifying the name of the application using this cluster.
withApplicationVersion(String) - Method in class com.datastax.driver.dse.DseCluster.Builder
An optional configuration identifying the version of the application using this cluster.
withAuthorizationId(String) - Method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider.Builder
 
withAuthProvider(AuthProvider) - Method in class com.datastax.driver.core.Cluster.Builder
Use the specified AuthProvider when connecting to Cassandra hosts.
withAuthProvider(AuthProvider) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withChunkLengthInKb(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions.NoCompression
 
withChunkLengthInKb(Integer) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions
On disk, SSTables are compressed by block to allow random reads.
withCipherSuites(String[]) - Method in class com.datastax.driver.core.JdkSSLOptions.Builder
Deprecated.
Set the cipher suites to use.
withCipherSuites(String[]) - Method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions.Builder
 
withCipherSuites(String[]) - Method in class com.datastax.driver.core.SniSSLOptions.Builder
 
withClientId(UUID) - Method in class com.datastax.driver.dse.DseCluster.Builder
An optional configuration for providing a unique identifier for the created client instance.
withCloudSecureConnectBundle(File) - Method in class com.datastax.driver.core.Cluster.Builder
Configures this Builder for Cloud deployments by retrieving connection information from the provided String.
withCloudSecureConnectBundle(URL) - Method in class com.datastax.driver.core.Cluster.Builder
Configures this Builder for Cloud deployments by retrieving connection information from the provided URL.
withCloudSecureConnectBundle(InputStream) - Method in class com.datastax.driver.core.Cluster.Builder
Configures this Builder for Cloud deployments by retrieving connection information from the provided InputStream.
withCloudSecureConnectBundle(File) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withCloudSecureConnectBundle(URL) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withCloudSecureConnectBundle(InputStream) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withClusterId(UUID) - Method in class com.datastax.driver.dse.DseCluster.Builder
Deprecated.
Use DseCluster.Builder.withClientId(UUID)} instead. This method was intended to give a client id not cluster id from the beginning. The withClientId name is more appropriate.
withClusterName(String) - Method in class com.datastax.driver.core.Cluster.Builder
An optional name for the create cluster.
withClusterName(String) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withCodecRegistry(CodecRegistry) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the CodecRegistry instance to use for the new cluster.
withCodecRegistry(CodecRegistry) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the codec registry for this cluster.
withCodecRegistry(CodecRegistry) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withCompression(ProtocolOptions.Compression) - Method in class com.datastax.driver.core.Cluster.Builder
Sets the compression to use for the transport.
withCompression(ProtocolOptions.Compression) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withConstantThreshold(long) - Method in class com.datastax.driver.core.QueryLogger.Builder
Enables slow query latency tracking based on constant thresholds.
withCRCCheckChance(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions.NoCompression
 
withCRCCheckChance(Double) - Method in class com.datastax.driver.core.schemabuilder.TableOptions.CompressionOptions
When compression is enabled, each compressed block includes a checksum of that block for the purpose of detecting disk bitrate and avoiding the propagation of corruption to other replica.
withCredentials(String, String) - Method in class com.datastax.driver.core.Cluster.Builder
Uses the provided credentials when connecting to Cassandra hosts.
withCredentials(String, String) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withDefaultKeyspace(String) - Method in class com.datastax.driver.core.Configuration.Builder
 
withDynamicThreshold(PercentileTracker, double) - Method in class com.datastax.driver.core.QueryLogger.Builder
Enables slow query latency tracking based on dynamic thresholds.
withEndPointFactory(EndPointFactory) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the endpoint factory to use for the new cluster.
withEndPointFactory(EndPointFactory) - Method in class com.datastax.driver.core.policies.Policies.Builder
 
withEndPointFactory(EndPointFactory) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withErrorsFilter(ErrorAwarePolicy.ErrorFilter) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy.Builder
Provides a filter that will decide which errors are counted towards ErrorAwarePolicy.Builder.withMaxErrorsPerMinute(int).
withExclusionThreshold(double) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
Sets the exclusion threshold to use for the resulting latency aware policy.
withFallback(ListenableFuture<? extends V>, AsyncFunction<Throwable, V>) - Method in class com.datastax.driver.core.GuavaCompatibility
Returns a Future whose result is taken from the given primary input or, if the primary input fails, from the Future provided by the fallback.
withFallback(ListenableFuture<? extends V>, AsyncFunction<Throwable, V>, Executor) - Method in class com.datastax.driver.core.GuavaCompatibility
Returns a Future whose result is taken from the given primary input or, if the primary input fails, from the Future provided by the fallback.
withGraphOptions(GraphOptions) - Method in class com.datastax.driver.dse.DseCluster.Builder
Sets the default options to use with graph queries.
withGraphOptions(GraphOptions) - Method in class com.datastax.dse.graph.internal.DseRemoteConnection.Builder
Additional GraphOptions to be used for this particular DseRemoteConnection.
withInitialListeners(Collection<Host.StateListener>) - Method in class com.datastax.driver.core.Cluster.Builder
Register the provided listeners in the newly created cluster.
withInitialListeners(Collection<Host.StateListener>) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withInsightsOptions(InsightsOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the insightsOptions for this cluster.
withInterval(long, TimeUnit) - Method in class com.datastax.driver.core.PercentileTracker.Builder
Sets the time interval over which samples are recorded.
withLoadBalancingPolicy(LoadBalancingPolicy) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the load balancing policy to use for the new cluster.
withLoadBalancingPolicy(LoadBalancingPolicy) - Method in class com.datastax.driver.core.policies.Policies.Builder
Sets the load balancing policy.
withLoadBalancingPolicy(LoadBalancingPolicy) - Method in class com.datastax.driver.dse.DseCluster.Builder
Configures the load balancing policy to use for the new DSE cluster.
withLocalDc(String) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy.Builder
Sets the name of the datacenter that will be considered "local" by the policy.
withLoginConfiguration(Configuration) - Method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider.Builder
 
withMaxEnqueuedPages(int) - Method in class com.datastax.driver.core.ContinuousPagingOptions.Builder
Sets the maximum number of pages that can be stored in the local queue.
withMaxErrorsPerMinute(int) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy.Builder
Defines the maximum number of errors allowed per minute for each host.
withMaxLoggedParameters(int) - Method in class com.datastax.driver.core.QueryLogger.Builder
Set the maximum number of query parameters that can be logged by the driver.
withMaxPages(int) - Method in class com.datastax.driver.core.ContinuousPagingOptions.Builder
Sets the maximum number of pages to retrieve.
withMaxPagesPerSecond(int) - Method in class com.datastax.driver.core.ContinuousPagingOptions.Builder
Sets the maximum number of pages per second.
withMaxParameterValueLength(int) - Method in class com.datastax.driver.core.QueryLogger.Builder
Set the maximum length of a query parameter value that can be logged verbatim by the driver.
withMaxQueryStringLength(int) - Method in class com.datastax.driver.core.QueryLogger.Builder
Set the maximum length of a CQL query string that can be logged verbatim by the driver.
withMaxSchemaAgreementWaitSeconds(int) - Method in class com.datastax.driver.core.Cluster.Builder
Sets the maximum time to wait for schema agreement before returning from a DDL query.
withMaxSchemaAgreementWaitSeconds(int) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withMetricsOptions(MetricsOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the metrics options for this cluster.
withMininumMeasurements(int) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
Sets the minimum number of measurements per-host to consider for the resulting latency aware policy.
withMinRecordedValues(int) - Method in class com.datastax.driver.core.PercentileTracker.Builder
Sets the minimum number of values that must be recorded for a host before we consider the sample size significant.
withMonitorReporting(boolean) - Method in class com.datastax.driver.core.Cluster.Builder
Determines whether or not events are sent to the connected DSE cluster for insightful monitoring.
withMonitorReporting(boolean) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withNettyOptions(NettyOptions) - Method in class com.datastax.driver.core.Cluster.Builder
Set the NettyOptions to use for the newly created Cluster.
withNettyOptions(NettyOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the Netty options for this cluster.
withNettyOptions(NettyOptions) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withNoCompact() - Method in class com.datastax.driver.core.Cluster.Builder
Enables the NO_COMPACT startup option.
withNoCompact() - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withNumberOfSignificantValueDigits(int) - Method in class com.datastax.driver.core.PercentileTracker.Builder
Sets the number of significant decimal digits to which histograms will maintain value resolution and separation.
withOptions() - Method in class com.datastax.driver.core.schemabuilder.Alter
Add options (WITH clause) to this ALTER TABLE statement.
withOptions() - Method in class com.datastax.driver.core.schemabuilder.Create
Add options for this CREATE TABLE statement.
withoutGeospatialCodecs() - Method in class com.datastax.driver.dse.DseCluster.Builder
Prevents the registration of geospatial codecs with the new cluster.
withoutJMXReporting() - Method in class com.datastax.driver.core.Cluster.Builder
Disables JMX reporting of the metrics.
withoutJMXReporting() - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withoutMetrics() - Method in class com.datastax.driver.core.Cluster.Builder
Disables metrics collection for the created cluster (metrics are enabled by default otherwise).
withoutMetrics() - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withoutSearchCodecs() - Method in class com.datastax.driver.dse.DseCluster.Builder
Prevents the registration of search codecs with the new cluster.
withPageSize(int, ContinuousPagingOptions.PageUnit) - Method in class com.datastax.driver.core.ContinuousPagingOptions.Builder
Sets the size of the page, in the given unit.
withPolicies(Policies) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the policies for this cluster.
withPoolingOptions(PoolingOptions) - Method in class com.datastax.driver.core.Cluster.Builder
Sets the PoolingOptions to use for the newly created Cluster.
withPoolingOptions(PoolingOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the pooling options for this cluster.
withPoolingOptions(PoolingOptions) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withPort(int) - Method in class com.datastax.driver.core.Cluster.Builder
The port to use to connect to the Cassandra host.
withPort(int) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withPropertyMapper(PropertyMapper) - Method in class com.datastax.driver.mapping.MappingConfiguration.Builder
Sets the property access strategy to use.
withProtocolOptions(ProtocolOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the protocol options for this cluster.
withProtocolVersion(ProtocolVersion) - Method in class com.datastax.driver.core.Cluster.Builder
The native protocol version to use.
withProtocolVersion(ProtocolVersion) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withQueryOptions(QueryOptions) - Method in class com.datastax.driver.core.Cluster.Builder
Sets the QueryOptions to use for the newly created Cluster.
withQueryOptions(QueryOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the query options for this cluster.
withQueryOptions(QueryOptions) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withReconnectionPolicy(ReconnectionPolicy) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the reconnection policy to use for the new cluster.
withReconnectionPolicy(ReconnectionPolicy) - Method in class com.datastax.driver.core.policies.Policies.Builder
Sets the reconnection policy.
withReconnectionPolicy(ReconnectionPolicy) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withRetryPeriod(long, TimeUnit) - Method in class com.datastax.driver.core.policies.ErrorAwarePolicy.Builder
Defines the time during which a host is excluded by the policy once it has exceeded ErrorAwarePolicy.Builder.withMaxErrorsPerMinute(int).
withRetryPeriod(long, TimeUnit) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
Sets the retry period for the resulting latency aware policy.
withRetryPolicy(RetryPolicy) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the retry policy to use for the new cluster.
withRetryPolicy(RetryPolicy) - Method in class com.datastax.driver.core.policies.Policies.Builder
Sets the retry policy.
withRetryPolicy(RetryPolicy) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withSaslProtocol(String) - Method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider.Builder
 
withScale(long, TimeUnit) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
Sets the scale to use for the resulting latency aware policy.
withSocketOptions(SocketOptions) - Method in class com.datastax.driver.core.Cluster.Builder
Sets the SocketOptions to use for the newly created Cluster.
withSocketOptions(SocketOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the socket options for this cluster.
withSocketOptions(SocketOptions) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withSpeculativeExecutionPolicy(SpeculativeExecutionPolicy) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the speculative execution policy to use for the new cluster.
withSpeculativeExecutionPolicy(SpeculativeExecutionPolicy) - Method in class com.datastax.driver.core.policies.Policies.Builder
Sets the speculative execution policy.
withSpeculativeExecutionPolicy(SpeculativeExecutionPolicy) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withSSL() - Method in class com.datastax.driver.core.Cluster.Builder
Enables the use of SSL for the created Cluster.
withSSL(SSLOptions) - Method in class com.datastax.driver.core.Cluster.Builder
Enable the use of SSL for the created Cluster using the provided options.
withSSL() - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withSSL(SSLOptions) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withSSLContext(SSLContext) - Method in class com.datastax.driver.core.JdkSSLOptions.Builder
Deprecated.
Set the SSL context to use.
withSSLContext(SSLContext) - Method in class com.datastax.driver.core.RemoteEndpointAwareJdkSSLOptions.Builder
 
withSSLContext(SSLContext) - Method in class com.datastax.driver.core.SniSSLOptions.Builder
 
withSubject(Subject) - Method in class com.datastax.driver.dse.auth.DseGSSAPIAuthProvider.Builder
 
withThreadingOptions(ThreadingOptions) - Method in class com.datastax.driver.core.Cluster.Builder
Sets the threading options to use for the newly created Cluster.
withThreadingOptions(ThreadingOptions) - Method in class com.datastax.driver.core.Configuration.Builder
Sets the threading options for this cluster.
withThreadingOptions(ThreadingOptions) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withTimestampGenerator(TimestampGenerator) - Method in class com.datastax.driver.core.Cluster.Builder
Configures the generator that will produce the client-side timestamp sent with each query.
withTimestampGenerator(TimestampGenerator) - Method in class com.datastax.driver.core.policies.Policies.Builder
Sets the timestamp generator.
withTimestampGenerator(TimestampGenerator) - Method in class com.datastax.driver.dse.DseCluster.Builder
 
withUpdateRate(long, TimeUnit) - Method in class com.datastax.driver.core.policies.LatencyAwarePolicy.Builder
Sets the update rate for the resulting latency aware policy.
withUsedHostsPerRemoteDc(int) - Method in class com.datastax.driver.core.policies.DCAwareRoundRobinPolicy.Builder
Deprecated.
This functionality will be removed in the next major release of the driver. DC failover shouldn't be done in the driver, which does not have the necessary context to know what makes sense considering application semantics.
Word - Class in com.datastax.driver.mapping
Represents a single-individual word in a property name.
Word(String, boolean) - Constructor for class com.datastax.driver.mapping.Word
 
Word(String) - Constructor for class com.datastax.driver.mapping.Word
 
WriteFailureException - Exception in com.datastax.driver.core.exceptions
A non-timeout error during a write query.
WriteFailureException(ConsistencyLevel, WriteType, int, int, int, Map<InetAddress, Integer>) - Constructor for exception com.datastax.driver.core.exceptions.WriteFailureException
This constructor should only be used internally by the driver when decoding error responses.
WriteFailureException(ConsistencyLevel, WriteType, int, int, int) - Constructor for exception com.datastax.driver.core.exceptions.WriteFailureException
Deprecated.
Legacy constructor for backward compatibility.
WriteFailureException(EndPoint, ConsistencyLevel, WriteType, int, int, int, Map<InetAddress, Integer>) - Constructor for exception com.datastax.driver.core.exceptions.WriteFailureException
 
WriteFailureException(EndPoint, ConsistencyLevel, WriteType, int, int, int) - Constructor for exception com.datastax.driver.core.exceptions.WriteFailureException
Deprecated.
Legacy constructor for backward compatibility.
writeSize(ByteBuffer, int, ProtocolVersion) - Static method in class com.datastax.driver.core.CodecUtils
Utility method that writes a size value.
writeTime(String) - Method in class com.datastax.driver.core.querybuilder.Select.Selection
Selects the write time of provided column.
writeTime(String) - Method in class com.datastax.driver.core.querybuilder.Select.SelectionOrAlias
 
WriteTimeoutException - Exception in com.datastax.driver.core.exceptions
A Cassandra timeout during a write query.
WriteTimeoutException(ConsistencyLevel, WriteType, int, int) - Constructor for exception com.datastax.driver.core.exceptions.WriteTimeoutException
This constructor should only be used internally by the driver when decoding error responses.
WriteTimeoutException(EndPoint, ConsistencyLevel, WriteType, int, int) - Constructor for exception com.datastax.driver.core.exceptions.WriteTimeoutException
 
WriteType - Enum in com.datastax.driver.core
The type of a Cassandra write query.
writeValue(ByteBuffer, ByteBuffer, ProtocolVersion) - Static method in class com.datastax.driver.core.CodecUtils
Utility method that writes a value.
writeValueAsString(Object) - Static method in class com.datastax.dse.graph.internal.utils.GraphSONUtils
 

X

X() - Method in class com.datastax.driver.dse.geometry.Point
Returns the X coordinate of this 2D point (or its longitude in Geographic Coordinate Systems.

Y

Y() - Method in class com.datastax.driver.dse.geometry.Point
Returns the Y coordinate of this 2D point (or its latitude in Geographic Coordinate Systems).

Z

ZonedDateTimeCodec - Class in com.datastax.driver.extras.codecs.jdk8
TypeCodec that maps ZonedDateTime to CQL tuple<timestamp,varchar>, providing a pattern for maintaining timezone information in Cassandra.
ZonedDateTimeCodec(TupleType) - Constructor for class com.datastax.driver.extras.codecs.jdk8.ZonedDateTimeCodec
Creates a new ZonedDateTimeCodec for the given tuple and with default formatters for both the timestamp and the zone components.
ZonedDateTimeCodec(TupleType, DateTimeFormatter, DateTimeFormatter) - Constructor for class com.datastax.driver.extras.codecs.jdk8.ZonedDateTimeCodec
Creates a new ZonedDateTimeCodec for the given tuple and with the provided formatters for the timestamp and the zone components of the tuple.
ZoneIdCodec - Class in com.datastax.driver.extras.codecs.jdk8
TypeCodec that maps ZoneId to CQL varchar.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links

Copyright © 2012–2019. All rights reserved.