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

accepts(GenericType<?>) - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
Whether this codec is capable of processing the given Java type.
accepts(Class<?>) - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
Whether this codec is capable of processing the given Java class.
accepts(Object) - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
Whether this codec is capable of encoding the given Java object.
accepts(DataType) - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
Whether this codec is capable of processing the given CQL type.
AccessibleById - Interface in com.datastax.oss.driver.api.core.data
A data structure where the values are accessible via a CQL identifier.
AccessibleByIndex - Interface in com.datastax.oss.driver.api.core.data
A data structure where the values are accessible via an integer index.
AccessibleByName - Interface in com.datastax.oss.driver.api.core.data
A data structure where the values are accessible via a name string.
add(BatchableStatement<?>) - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Adds a new statement to the batch.
add(Term, Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
The sum of two terms, as in WHERE k = left + right.
add(Selector, Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the sum of two arguments, as in SELECT col1 + col2.
add(Selector, Selector) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the sum of two arguments, as in SELECT col1 + col2.
addAll(Iterable<? extends BatchableStatement<?>>) - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Adds new statements to the batch.
addAll(BatchableStatement<?>...) - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
 
addColumn(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableAddColumn
Adds a column definition in the ALTER TABLE statement.
addColumn(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableAddColumn
addContactEndPoint(EndPoint) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Adds a contact point to use for the initial connection to the cluster.
addContactEndPoints(Collection<EndPoint>) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Adds contact points to use for the initial connection to the cluster.
addContactPoint(InetSocketAddress) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Adds a contact point to use for the initial connection to the cluster.
addContactPoints(Collection<InetSocketAddress>) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Adds contact points to use for the initial connection to the cluster.
addCustomPayload(String, ByteBuffer) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
addCustomPayload(String, ByteBuffer) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
addField(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTypeStart
Completes ALTER TYPE by adding a field definition in the ALTER TYPE statement.
addField(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTypeStart
addNamedValue(CqlIdentifier, Object) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
addNamedValue(String, Object) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
addPositionalValue(Object) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
addPositionalValues(Iterable<Object>) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
addPositionalValues(Object...) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
AddressTranslator - Interface in com.datastax.oss.driver.api.core.addresstranslation
Translates IP addresses received from Cassandra nodes into locally queriable addresses.
addRing(Point, Point, Point, Point...) - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon.Builder
Adds a new ring for this polygon.
addSaslProperty(String, String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
Add a SASL property to use when creating the SASL client.
addStatement(BatchableStatement<?>) - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
Adds a new statement to the batch.
addStatements(Iterable<BatchableStatement<?>>) - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
Adds new statements to the batch.
addStatements(BatchableStatement<?>...) - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
Adds new statements to the batch.
addStaticColumn(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableAddColumn
Adds a static column definition in the ALTER TABLE statement.
addStaticColumn(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableAddColumn
addTo(Temporal) - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
addTraversal(GraphTraversal) - Method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Add a traversal to this statement.
addTraversal(GraphTraversal) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add a traversal to this builder to include in the generated BatchGraphStatement.
addTraversals(Iterable<GraphTraversal>) - Method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Adds several traversals to this statement.
addTraversals(Iterable<GraphTraversal>) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add several traversals to this builder to include in the generated BatchGraphStatement.
addTraversals(GraphTraversal...) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add several traversals to this builder to include in the generated BatchGraphStatement.
addTypeCodecs(TypeCodec<?>...) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
addTypeCodecs(TypeCodec<?>...) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Registers additional codecs for custom type mappings.
AggregateMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A CQL aggregate in the schema metadata.
all() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
Returns all the remaining nodes as a list; not recommended for paginated queries that return a large number of nodes.
ALL - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
all() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
Returns all the remaining elements as a list; not recommended for queries that return a large number of elements.
all() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewSelection
Selects all columns from the base table.
ALL - Static variable in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder.RowsPerPartition
 
all() - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects all columns, as in SELECT *.
all() - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects all columns, as in SELECT *.
AllNodesFailedException - Exception in com.datastax.oss.driver.api.core
Thrown when a query failed on all the coordinators it was tried on.
AllNodesFailedException(String, ExecutionInfo, Map<Node, Throwable>) - Constructor for exception com.datastax.oss.driver.api.core.AllNodesFailedException
AllNodesFailedException(String, ExecutionInfo, Iterable<Map.Entry<Node, List<Throwable>>>) - Constructor for exception com.datastax.oss.driver.api.core.AllNodesFailedException
 
allowFiltering() - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds an ALLOW FILTERING clause to this query.
AlreadyExistsException - Exception in com.datastax.oss.driver.api.core.servererrors
Thrown when a query attempts to create a keyspace or table that already exists.
AlreadyExistsException(Node, String, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.AlreadyExistsException
 
alterColumn(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableStart
Completes ALTER TABLE specifying the the type of a column should be changed.
alterColumn(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableStart
alterField(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTypeStart
Completes ALTER TYPE specifying the the type of a field should be changed.
alterField(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTypeStart
AlterKeyspace - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
alterKeyspace(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an ALTER KEYSPACE query.
alterKeyspace(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
AlterKeyspaceStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterMaterializedView - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
alterMaterializedView(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an ALTER MATERIALIZED VIEW query with the given view name.
alterMaterializedView(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an ALTER MATERIALIZED VIEW query with the given view name for the given keyspace name.
alterMaterializedView(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
alterMaterializedView(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
AlterMaterializedViewStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
alterTable(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an ALTER TABLE query with the given table name.
alterTable(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an ALTER TABLE query with the given table name for the given keyspace name.
alterTable(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
alterTable(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
AlterTableAddColumn - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableAddColumnEnd - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableDropColumn - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableDropColumnEnd - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableRenameColumn - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableRenameColumnEnd - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableWithOptions - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTableWithOptionsEnd - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
alterType(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an ALTER TYPE query with the given type name.
alterType(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an ALTER TYPE query with the given type name for the given keyspace name.
alterType(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
alterType(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
AlterTypeRenameField - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTypeRenameFieldEnd - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
AlterTypeStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
andColumn(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
Specifies the column to create the index on.
andColumn(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
andColumn(CqlIdentifier, String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
Specifies to create the index on a given column with the given index type.
andColumn(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
andColumnEntries(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
Specifies to create the index on the given columns' entries (key-value pairs), this must be done against a map column.
andColumnEntries(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
andColumnFull(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
Specifies to create the index on the given columns' entire value, this must be done against a frozen collection column.
andColumnFull(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
andColumnKeys(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
Specifies to create the index on the given columns' keys, this must be done against a map column.
andColumnKeys(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
andColumnValues(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
Specifies to create the index on the given columns' values, this must be done against a map column.
andColumnValues(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexOnTable
ANY - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
append(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Appends to a collection column, as in SET l=l+?.
append(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
append(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Appends to a collection column, as in SET l=l+?.
append(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
appendListElement(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Appends a single element to a list column, as in SET l=l+[?].
appendListElement(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
appendListElement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Appends a single element to a list column, as in SET l=l+[?].
appendListElement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
appendMapEntry(CqlIdentifier, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Appends a single entry to a map column, as in SET m=m+{?:?}.
appendMapEntry(String, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
appendMapEntry(CqlIdentifier, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Appends a single entry to a map column, as in SET m=m+{?:?}.
appendMapEntry(String, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
appendSetElement(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Appends a single element to a set column, as in SET s=s+{?}.
appendSetElement(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
appendSetElement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Appends a single element to a set column, as in SET s=s+{?}.
appendSetElement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
appendTo(StringBuilder) - Method in interface com.datastax.oss.driver.api.querybuilder.CqlSnippet
 
areBoundStatementsIdempotent() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
Whether bound statements that will be created from the prepared statement are idempotent.
areBoundStatementsTracing() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
Whether bound statements that will be created from the prepared statement are tracing.
ArithmeticRelationBuilder<ResultT> - Interface in com.datastax.oss.driver.api.querybuilder.relation
 
as(Class<ResultT>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as an instance of clazz.
as(GenericType<ResultT>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as an instance of the given type.
as(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithLanguage
Adds AS to the create function specification.
as(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionWithLanguage
Adds AS to the create function specification.
as(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Aliases the last added selector, as in SELECT count(*) AS total.
as(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
as(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Aliases the selector, as in SELECT count(*) AS total.
as(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
asBoolean() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
This node as a boolean, or false if it can't be converted.
ASCII - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
ASCII - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
asCql(boolean) - Method in class com.datastax.oss.driver.api.core.CqlIdentifier
Returns the identifier in a format appropriate for concatenation in a CQL query.
asCql(boolean, boolean) - Method in interface com.datastax.oss.driver.api.core.type.CustomType
 
asCql(boolean, boolean) - Method in interface com.datastax.oss.driver.api.core.type.DataType
Builds an appropriate representation for use in a CQL query.
asCql(boolean, boolean) - Method in interface com.datastax.oss.driver.api.core.type.ListType
 
asCql(boolean, boolean) - Method in interface com.datastax.oss.driver.api.core.type.MapType
 
asCql(boolean, boolean) - Method in interface com.datastax.oss.driver.api.core.type.SetType
 
asCql(boolean, boolean) - Method in interface com.datastax.oss.driver.api.core.type.TupleType
 
asCql(boolean, boolean) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
asCql() - Method in interface com.datastax.oss.driver.api.querybuilder.BuildableQuery
Builds the CQL query as a raw string.
asDouble() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a long integer, or 0.0D if it can't be converted.
asEdge() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Edge.
asGeoJson() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a JSON representation of this geospatial type.
asInt() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
This node as an integer, or 0 if it can't be converted.
asInternal() - Method in class com.datastax.oss.driver.api.core.CqlIdentifier
Returns the identifier in the "internal" format.
asList() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as a List.
asLong() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a long integer, or 0L if it can't be converted.
asMap() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as a Map.
asMetricPrefix() - Method in interface com.datastax.oss.driver.api.core.metadata.EndPoint
Returns an alternate string representation for use in node-level metric names.
asPath() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Path.
asProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Property.
asQuoted(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithLanguage
Adds AS to the create function specification and quotes the function body.
asQuoted(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionWithLanguage
Adds AS to the create function specification and quotes the function body.
asSelectFrom(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewStart
Specifies the base table for the materialized view.
asSelectFrom(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewStart
asSelectFrom(CqlIdentifier, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewStart
Specifies the base table for the materialized view.
asSelectFrom(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewStart
asSet() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as a Set.
Assignment - Interface in com.datastax.oss.driver.api.querybuilder.update
An assignment that appears after the SET keyword in an UPDATE statement.
asString() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
A valid string representation of this node, if the node is a simple node (i.e.
asVertex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Vertex.
asVertexProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop VertexProperty.
asWellKnownBinary() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a Well-known Binary (WKB) representation of this geospatial type.
asWellKnownText() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a Well-known Text (WKT) representation of this geospatial type.
ASYNC - Static variable in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The type returned when a graph statement is executed asynchronously.
ASYNC - Static variable in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The type returned when a CQL statement is prepared asynchronously.
ASYNC - Static variable in interface com.datastax.oss.driver.api.core.cql.Statement
The type returned when a CQL statement is executed asynchronously.
AsyncAutoCloseable - Interface in com.datastax.oss.driver.api.core
An object that can be closed in an asynchronous, non-blocking manner.
AsyncCqlSession - Interface in com.datastax.oss.driver.api.core.cql
A session that offers user-friendly methods to execute CQL requests asynchronously.
AsyncGraphResultSet - Interface in com.datastax.dse.driver.api.core.graph
The result of an asynchronous graph query.
AsyncPagingIterable<ElementT,SelfT extends AsyncPagingIterable<ElementT,SelfT>> - Interface in com.datastax.oss.driver.api.core
An iterable of elements which are fetched asynchronously by the driver, possibly in multiple requests.
AsyncResultSet - Interface in com.datastax.oss.driver.api.core.cql
The result of an asynchronous CQL query.
attach(AttachmentPoint) - Method in interface com.datastax.oss.driver.api.core.detach.Detachable
 
AttachmentPoint - Interface in com.datastax.oss.driver.api.core.detach
 
AuthenticationException - Exception in com.datastax.oss.driver.api.core.auth
Indicates an error during the authentication phase while connecting to a node.
AuthenticationException(EndPoint, String) - Constructor for exception com.datastax.oss.driver.api.core.auth.AuthenticationException
 
AuthenticationException(EndPoint, String, Throwable) - Constructor for exception com.datastax.oss.driver.api.core.auth.AuthenticationException
 
Authenticator - Interface in com.datastax.oss.driver.api.core.auth
Handles SASL authentication with Cassandra servers.
AuthProvider - Interface in com.datastax.oss.driver.api.core.auth
Provides Authenticator instances to use when connecting to Cassandra nodes.

B

BaseDseAuthenticator - Class in com.datastax.dse.driver.api.core.auth
Base class for SyncAuthenticator implementations that want to make use of the authentication scheme negotiation in DseAuthenticator.
BaseDseAuthenticator(String) - Constructor for class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
 
BATCH - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
BATCH_LOG - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
BatchableStatement<SelfT extends BatchableStatement<SelfT>> - Interface in com.datastax.oss.driver.api.core.cql
A statement that can be added to a CQL batch.
BatchGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
A graph statement that groups multiple mutating traversals together, to be executed in the same transaction.
BatchGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
A builder to create a batch graph statement.
BatchGraphStatementBuilder() - Constructor for class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
BatchGraphStatementBuilder(BatchGraphStatement) - Constructor for class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
BatchStatement - Interface in com.datastax.oss.driver.api.core.cql
A statement that groups a number of other statements, so that they can be executed as a batch (i.e.
BatchStatementBuilder - Class in com.datastax.oss.driver.api.core.cql
A builder to create a batch statement.
BatchStatementBuilder(BatchType) - Constructor for class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
 
BatchStatementBuilder(BatchStatement) - Constructor for class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
 
BatchType - Interface in com.datastax.oss.driver.api.core.cql
The type of a batch.
BIG_DECIMAL - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
BIG_INTEGER - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
BIGINT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
BIGINT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
bind(Object...) - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
Builds an executable statement that associates a set of values with the bind variables.
Bindable<SelfT extends Bindable<SelfT>> - Interface in com.datastax.oss.driver.api.core.cql
A data container with the ability to unset values.
BindMarker - Interface in com.datastax.oss.driver.api.querybuilder
A bind marker in the query.
bindMarker() - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Creates an anonymous bind marker, which appears as ? in the generated CQL.
bindMarker(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Creates a named bind marker, which appears as :id in the generated CQL.
bindMarker(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
BLOB - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
BLOB - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
BOOLEAN - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
BOOLEAN - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
BOOLEAN - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
BootstrappingException - Exception in com.datastax.oss.driver.api.core.servererrors
Thrown when the coordinator was bootstrapping when it received a query.
BootstrappingException(Node) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.BootstrappingException
 
BoundStatement - Interface in com.datastax.oss.driver.api.core.cql
A prepared statement in its executable form, with values bound to the variables.
BoundStatementBuilder - Class in com.datastax.oss.driver.api.core.cql
A builder to create a bound statement.
BoundStatementBuilder(PreparedStatement, ColumnDefinitions, ByteBuffer[], String, DriverExecutionProfile, CqlIdentifier, ByteBuffer, Token, Map<String, ByteBuffer>, Boolean, boolean, long, ByteBuffer, int, ConsistencyLevel, ConsistencyLevel, Duration, CodecRegistry, ProtocolVersion) - Constructor for class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
BoundStatementBuilder(BoundStatement) - Constructor for class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
boundStatementBuilder(Object...) - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
Returns a builder to construct an executable statement.
build() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
 
build() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon.Builder
 
build() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
build() - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
Build the remote connection that was configured with this builder.
build() - Method in class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
build() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
Create the statement with the configuration defined by this builder object.
build() - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
 
build() - Method in interface com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder
 
build() - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
 
build() - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
build() - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
build() - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
build() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
build() - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Convenience method to call SessionBuilder.buildAsync() and block on the result.
build() - Method in class com.datastax.oss.driver.api.mapper.MapperBuilder
 
build() - Method in interface com.datastax.oss.driver.api.querybuilder.BuildableQuery
Builds the CQL query and wraps it in a simple statement.
build(Object...) - Method in interface com.datastax.oss.driver.api.querybuilder.BuildableQuery
Builds the CQL query and wraps it in a simple statement, also providing positional values for bind markers.
build(Map<String, Object>) - Method in interface com.datastax.oss.driver.api.querybuilder.BuildableQuery
Builds the CQL query and wraps it in a simple statement, also providing named values for bind markers.
build(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ArithmeticRelationBuilder
 
build(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.InRelationBuilder
 
BuildableQuery - Interface in com.datastax.oss.driver.api.querybuilder
End state for the query builder DSL, which allows the generation of a CQL query.
buildAsync() - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Creates the session with the options set by this builder.
buildContext(DriverConfigLoader, ProgrammaticArguments) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
This must return an instance of InternalDriverContext (it's not expressed directly in the signature to avoid leaking that type through the protected API).
buildContext(DriverConfigLoader, List<TypeCodec<?>>, NodeStateListener, SchemaChangeListener, RequestTracker, Map<String, String>, Map<String, Predicate<Node>>, ClassLoader) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Deprecated.
this method only exists for backward compatibility (if a subclass written for driver 4.1.0 returns a non-null result, that value will be used). Please override SessionBuilder.buildContext(DriverConfigLoader, ProgrammaticArguments) instead.
buildCustomPayload() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
buildCustomPayload() - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
buildDefaultSessionAsync() - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
builder() - Static method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
 
Builder() - Constructor for class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
 
builder() - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Returns a polygon builder.
builder() - Static method in interface com.datastax.dse.driver.api.core.DseSession
Deprecated.
Returns a builder to create a new instance.
builder() - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a builder helper object to start creating a new instance.
builder(BatchGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder(GraphTraversal<?, ?>) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a builder object to start creating a new instance from the given traversal.
builder(FluentGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder(String) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a builder object to start creating a new instance from the given script.
builder(ScriptGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder(BatchType) - Static method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Returns a builder to create an instance of the default implementation.
builder(BatchStatement) - Static method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Returns a builder to create an instance of the default implementation, copying the fields of the given statement.
builder(String) - Static method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Returns a builder to create an instance of the default implementation.
builder(SimpleStatement) - Static method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Returns a builder to create an instance of the default implementation, copying the fields of the given statement.
builder() - Static method in interface com.datastax.oss.driver.api.core.CqlSession
Returns a builder to create a new instance.
builder() - Static method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
Builder() - Constructor for class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
builder() - Method in interface com.datastax.oss.driver.api.querybuilder.BuildableQuery
Builds the CQL query and wraps it in a simple statement builder.
BusyConnectionException - Exception in com.datastax.oss.driver.api.core.connection
Indicates that a write was attempted on a connection that already handles too many simultaneous requests.
BusyConnectionException(int) - Constructor for exception com.datastax.oss.driver.api.core.connection.BusyConnectionException
 
BYTE - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
BYTE_BUFFER - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
ByteUtils - Class in com.datastax.oss.driver.api.core.data
A set of static utility methods to work with byte buffers (associated with CQL type blob).

C

calledOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds CALLED ON NULL to the create function specification.
calledOnNull() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionStart
Adds CALLED ON NULL to the create function specification.
cancel() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousAsyncResultSet
Cancels the continuous query.
cancel() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousResultSet
Cancels the continuous query.
cancel() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Cancels the query and asks the server to stop sending results.
cancel() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
Cancels the query and asks the server to stop sending results.
CAS - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
cast(Selector, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Casts a selector to a type, as in SELECT CAST(a AS double).
cast(Selector, DataType) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Casts a selector to a type, as in SELECT CAST(a AS double).
CDC - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
checkSchemaAgreement() - Method in interface com.datastax.oss.driver.api.core.session.Session
Convenience method to call Session.checkSchemaAgreementAsync() and block for the result.
checkSchemaAgreementAsync() - Method in interface com.datastax.oss.driver.api.core.session.Session
Checks if all nodes in the cluster agree on a common schema version.
cipherSuites - Variable in class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
 
clear() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.Credentials
Clears the credentials from memory when they're no longer needed.
clear() - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Clears the batch, removing all the statements added so far.
clearCustomPayload() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
clearCustomPayload() - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
clearNamedValues() - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
clearPositionalValues() - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
clearQueryParams() - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
Clears all the parameters previously added to this builder.
clearStatements() - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
Clears all the statements in this batch.
clearTraversals() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Clears all the traversals previously added to this builder.
close() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
 
close() - Method in interface com.datastax.oss.driver.api.core.addresstranslation.AddressTranslator
Called when the cluster that this translator is associated with closes.
close() - Method in interface com.datastax.oss.driver.api.core.AsyncAutoCloseable
close() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase
 
close() - Method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Called when the cluster closes.
close() - Method in interface com.datastax.oss.driver.api.core.connection.ReconnectionPolicy
Called when the cluster that this policy is associated with closes.
close() - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy
Called when the cluster that this policy is associated with closes.
close() - Method in class com.datastax.oss.driver.api.core.metadata.NodeStateListenerBase
 
close() - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
close() - Method in interface com.datastax.oss.driver.api.core.retry.RetryPolicy
Called when the cluster that this policy is associated with closes.
close() - Method in interface com.datastax.oss.driver.api.core.specex.SpeculativeExecutionPolicy
Called when the cluster that this policy is associated with closes.
close() - Method in class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
 
closeAsync() - Method in interface com.datastax.oss.driver.api.core.AsyncAutoCloseable
Initiates an orderly shutdown: no new requests are accepted, but all pending requests are allowed to complete normally.
ClosedConnectionException - Exception in com.datastax.oss.driver.api.core.connection
Thrown when the connection on which a request was executing is closed due to an unrelated event.
ClosedConnectionException(String) - Constructor for exception com.datastax.oss.driver.api.core.connection.ClosedConnectionException
 
ClosedConnectionException(String, Throwable) - Constructor for exception com.datastax.oss.driver.api.core.connection.ClosedConnectionException
 
closeFuture() - Method in interface com.datastax.oss.driver.api.core.AsyncAutoCloseable
Returns a stage that will complete when AsyncAutoCloseable.close() or AsyncAutoCloseable.forceCloseAsync() is called, and the shutdown sequence completes.
cloudConfigInputStream - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
ClusteringColumn - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates the field or getter of an Entity property, to indicate that it's a clustering column.
ClusteringOrder - Enum in com.datastax.oss.driver.api.core.metadata.schema
The order of a clustering column in a table or materialized view.
codecFor(DataType, GenericType<JavaTypeT>) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
Returns a codec to handle the conversion between the given types.
codecFor(DataType, Class<JavaTypeT>) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
codecFor(DataType) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
Returns a codec to convert the given CQL type to the Java type deemed most appropriate to represent it.
codecFor(GenericType<JavaTypeT>) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
Returns a codec to convert the given Java type to the CQL type deemed most appropriate to represent it.
codecFor(Class<JavaTypeT>) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
codecFor(DataType, JavaTypeT) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
Returns a codec to convert the given Java object to the given CQL type.
codecFor(JavaTypeT) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
Returns a codec to convert the given Java object to the CQL type deemed most appropriate to represent it.
CodecNotFoundException - Exception in com.datastax.oss.driver.api.core.type.codec
Thrown when a suitable TypeCodec cannot be found by the CodecRegistry.
CodecNotFoundException(DataType, GenericType<?>) - Constructor for exception com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException
 
CodecNotFoundException(Throwable, DataType, GenericType<?>) - Constructor for exception com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException
 
codecRegistry() - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
codecRegistry() - Method in interface com.datastax.oss.driver.api.core.data.Data
Returns the registry of all the codecs currently available to convert values for this instance.
CodecRegistry - Interface in com.datastax.oss.driver.api.core.type.codec.registry
Provides codecs to convert CQL types to their Java equivalent, and vice-versa.
column(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.condition.Condition
Builds a condition on a column for a conditional statement, as in {@code DELETE...
column(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.condition.Condition
column(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Deletes a particular column by its CQL identifier.
column(String) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
column(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Builds a relation testing a column.
column(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
column(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewSelection
Selects a particular column by its CQL identifier.
column(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewSelection
column(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a particular column by its CQL identifier.
column(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
column(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a particular column by its CQL identifier.
column(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
ColumnComponentRelationBuilder<ResultT> - Interface in com.datastax.oss.driver.api.querybuilder.relation
 
ColumnDefinition - Interface in com.datastax.oss.driver.api.core.cql
Metadata about a CQL column.
ColumnDefinitions - Interface in com.datastax.oss.driver.api.core.cql
Metadata about a set of CQL columns.
columnIds(Iterable<CqlIdentifier>) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Builds a multi-column relation, as in WHERE (c1, c2, c3) IN ....
ColumnMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A column in the schema metadata.
ColumnRelationBuilder<ResultT> - Interface in com.datastax.oss.driver.api.querybuilder.relation
 
columns(CqlIdentifier...) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Var-arg equivalent of Relation.columnIds(Iterable).
columns(Iterable<String>) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Equivalent of Relation.columnIds(Iterable) with raw strings; the names are converted with CqlIdentifier.fromCql(String).
columns(String...) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Var-arg equivalent of Relation.columns(Iterable).
columns(CqlIdentifier...) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewSelection
columns(Iterable<String>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewSelection
Convenience method to select multiple simple columns at once, as in SELECT a,b,c.
columns(String...) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewSelection
columns(CqlIdentifier...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
columns(Iterable<String>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Convenience method to select multiple simple columns at once, as in SELECT a,b,c.
columns(String...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Var-arg equivalent of OngoingSelection.columns(Iterable).
columnsIds(Iterable<CqlIdentifier>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewSelection
Convenience method to select multiple simple columns at once, as in SELECT a,b,c.
columnsIds(Iterable<CqlIdentifier>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Convenience method to select multiple simple columns at once, as in SELECT a,b,c.
com.datastax.dse.driver.api.core - package com.datastax.dse.driver.api.core
 
com.datastax.dse.driver.api.core.auth - package com.datastax.dse.driver.api.core.auth
 
com.datastax.dse.driver.api.core.config - package com.datastax.dse.driver.api.core.config
 
com.datastax.dse.driver.api.core.cql.continuous - package com.datastax.dse.driver.api.core.cql.continuous
 
com.datastax.dse.driver.api.core.cql.continuous.reactive - package com.datastax.dse.driver.api.core.cql.continuous.reactive
 
com.datastax.dse.driver.api.core.cql.reactive - package com.datastax.dse.driver.api.core.cql.reactive
Types related to CQL execution using reactive-style programming.
com.datastax.dse.driver.api.core.data.geometry - package com.datastax.dse.driver.api.core.data.geometry
 
com.datastax.dse.driver.api.core.data.time - package com.datastax.dse.driver.api.core.data.time
 
com.datastax.dse.driver.api.core.graph - package com.datastax.dse.driver.api.core.graph
 
com.datastax.dse.driver.api.core.graph.predicates - package com.datastax.dse.driver.api.core.graph.predicates
 
com.datastax.dse.driver.api.core.metadata - package com.datastax.dse.driver.api.core.metadata
 
com.datastax.dse.driver.api.core.metadata.schema - package com.datastax.dse.driver.api.core.metadata.schema
 
com.datastax.dse.driver.api.core.metrics - package com.datastax.dse.driver.api.core.metrics
 
com.datastax.dse.driver.api.core.servererrors - package com.datastax.dse.driver.api.core.servererrors
 
com.datastax.dse.driver.api.core.type - package com.datastax.dse.driver.api.core.type
 
com.datastax.dse.driver.api.core.type.codec - package com.datastax.dse.driver.api.core.type.codec
 
com.datastax.dse.driver.api.mapper.reactive - package com.datastax.dse.driver.api.mapper.reactive
 
com.datastax.dse.driver.api.querybuilder - package com.datastax.dse.driver.api.querybuilder
This package effectively mirrors the Cassandra OSS Query Builder package to allow DSE extended schema and query building for the DSE driver.
com.datastax.dse.driver.api.querybuilder.schema - package com.datastax.dse.driver.api.querybuilder.schema
This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and query building for the DSE driver.
com.datastax.oss.driver.api - package com.datastax.oss.driver.api
The driver's public API.
com.datastax.oss.driver.api.core - package com.datastax.oss.driver.api.core
The core API of the driver, that deals with query execution and cluster metadata.
com.datastax.oss.driver.api.core.addresstranslation - package com.datastax.oss.driver.api.core.addresstranslation
 
com.datastax.oss.driver.api.core.auth - package com.datastax.oss.driver.api.core.auth
Support for authentication between the driver and Cassandra nodes.
com.datastax.oss.driver.api.core.config - package com.datastax.oss.driver.api.core.config
The configuration of the driver.
com.datastax.oss.driver.api.core.connection - package com.datastax.oss.driver.api.core.connection
Types related to a connection to a Cassandra node.
com.datastax.oss.driver.api.core.context - package com.datastax.oss.driver.api.core.context
 
com.datastax.oss.driver.api.core.cql - package com.datastax.oss.driver.api.core.cql
 
com.datastax.oss.driver.api.core.data - package com.datastax.oss.driver.api.core.data
 
com.datastax.oss.driver.api.core.detach - package com.datastax.oss.driver.api.core.detach
 
com.datastax.oss.driver.api.core.loadbalancing - package com.datastax.oss.driver.api.core.loadbalancing
 
com.datastax.oss.driver.api.core.metadata - package com.datastax.oss.driver.api.core.metadata
 
com.datastax.oss.driver.api.core.metadata.schema - package com.datastax.oss.driver.api.core.metadata.schema
 
com.datastax.oss.driver.api.core.metadata.token - package com.datastax.oss.driver.api.core.metadata.token
 
com.datastax.oss.driver.api.core.metrics - package com.datastax.oss.driver.api.core.metrics
 
com.datastax.oss.driver.api.core.retry - package com.datastax.oss.driver.api.core.retry
 
com.datastax.oss.driver.api.core.servererrors - package com.datastax.oss.driver.api.core.servererrors
 
com.datastax.oss.driver.api.core.session - package com.datastax.oss.driver.api.core.session
 
com.datastax.oss.driver.api.core.session.throttling - package com.datastax.oss.driver.api.core.session.throttling
 
com.datastax.oss.driver.api.core.specex - package com.datastax.oss.driver.api.core.specex
 
com.datastax.oss.driver.api.core.ssl - package com.datastax.oss.driver.api.core.ssl
Support for secured communication between the driver and Cassandra nodes.
com.datastax.oss.driver.api.core.time - package com.datastax.oss.driver.api.core.time
 
com.datastax.oss.driver.api.core.tracker - package com.datastax.oss.driver.api.core.tracker
 
com.datastax.oss.driver.api.core.type - package com.datastax.oss.driver.api.core.type
 
com.datastax.oss.driver.api.core.type.codec - package com.datastax.oss.driver.api.core.type.codec
 
com.datastax.oss.driver.api.core.type.codec.registry - package com.datastax.oss.driver.api.core.type.codec.registry
 
com.datastax.oss.driver.api.core.type.reflect - package com.datastax.oss.driver.api.core.type.reflect
 
com.datastax.oss.driver.api.core.uuid - package com.datastax.oss.driver.api.core.uuid
 
com.datastax.oss.driver.api.mapper - package com.datastax.oss.driver.api.mapper
 
com.datastax.oss.driver.api.mapper.annotations - package com.datastax.oss.driver.api.mapper.annotations
 
com.datastax.oss.driver.api.mapper.entity - package com.datastax.oss.driver.api.mapper.entity
 
com.datastax.oss.driver.api.mapper.entity.naming - package com.datastax.oss.driver.api.mapper.entity.naming
 
com.datastax.oss.driver.api.mapper.entity.saving - package com.datastax.oss.driver.api.mapper.entity.saving
 
com.datastax.oss.driver.api.querybuilder - package com.datastax.oss.driver.api.querybuilder
 
com.datastax.oss.driver.api.querybuilder.condition - package com.datastax.oss.driver.api.querybuilder.condition
 
com.datastax.oss.driver.api.querybuilder.delete - package com.datastax.oss.driver.api.querybuilder.delete
 
com.datastax.oss.driver.api.querybuilder.insert - package com.datastax.oss.driver.api.querybuilder.insert
 
com.datastax.oss.driver.api.querybuilder.relation - package com.datastax.oss.driver.api.querybuilder.relation
 
com.datastax.oss.driver.api.querybuilder.schema - package com.datastax.oss.driver.api.querybuilder.schema
 
com.datastax.oss.driver.api.querybuilder.schema.compaction - package com.datastax.oss.driver.api.querybuilder.schema.compaction
 
com.datastax.oss.driver.api.querybuilder.select - package com.datastax.oss.driver.api.querybuilder.select
 
com.datastax.oss.driver.api.querybuilder.term - package com.datastax.oss.driver.api.querybuilder.term
 
com.datastax.oss.driver.api.querybuilder.truncate - package com.datastax.oss.driver.api.querybuilder.truncate
 
com.datastax.oss.driver.api.querybuilder.update - package com.datastax.oss.driver.api.querybuilder.update
 
com.datastax.oss.driver.internal - package com.datastax.oss.driver.internal
Internal implementation details of the driver.
CompactionStrategy<SelfT extends CompactionStrategy<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema.compaction
 
compareTo(Version) - Method in class com.datastax.oss.driver.api.core.Version
 
Computed - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates the field or getter of an Entity property, to indicate that when retrieving data that the property should be set to the result of computation on the Cassandra side, typically a function call.
computeSizeInBytes(DriverContext) - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
 
computeSizeInBytes(DriverContext) - Method in interface com.datastax.oss.driver.api.core.cql.BoundStatement
 
computeSizeInBytes(DriverContext) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
 
computeSizeInBytes(DriverContext) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Calculates the approximate size in bytes that the statement will have when encoded.
Condition - Interface in com.datastax.oss.driver.api.querybuilder.condition
A condition in a ConditionalStatement.
ConditionalStatement<SelfT extends ConditionalStatement<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.condition
A statement that can be applied conditionally, such as UPDATE or DELETE.
ConditionBuilder<ResultT> - Interface in com.datastax.oss.driver.api.querybuilder.condition
 
configLoader - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
ConnectionInitException - Exception in com.datastax.oss.driver.api.core.connection
Indicates a generic error while initializing a connection.
ConnectionInitException(String, Throwable) - Constructor for exception com.datastax.oss.driver.api.core.connection.ConnectionInitException
 
consistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
ConsistencyLevel - Interface in com.datastax.oss.driver.api.core
The consistency level of a request.
consistencyLevel - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
contains(Geometry) - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Tests whether this geospatial type instance contains another instance.
contains(String) - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
Whether there is a definition using the given name.
contains(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
Whether there is a definition using the given CQL identifier.
contains(Token) - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Checks whether this range contains a given token, i.e.
contains(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
contains(String) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
contains(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ColumnRelationBuilder
Builds a CONTAINS relation for the column.
containsKey(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ColumnRelationBuilder
Builds a CONTAINS KEY relation for the column.
ContinuousAsyncResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
ContinuousReactiveResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
A marker interface for publishers returned by ContinuousReactiveSession.
ContinuousReactiveSession - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
A Session that offers utility methods to issue queries using reactive-style programming and continuous paging, combined together.
ContinuousResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
ContinuousSession - Interface in com.datastax.dse.driver.api.core.cql.continuous
A session that has the ability to execute continuous paging queries.
CoordinatorException - Exception in com.datastax.oss.driver.api.core.servererrors
A server-side error thrown by the coordinator node in response to a driver request.
CoordinatorException(Node, String, ExecutionInfo, boolean) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.CoordinatorException
 
copy() - Method in exception com.datastax.dse.driver.api.core.servererrors.UnfitClientException
 
copy() - Method in exception com.datastax.oss.driver.api.core.AllNodesFailedException
 
copy() - Method in exception com.datastax.oss.driver.api.core.connection.BusyConnectionException
 
copy() - Method in exception com.datastax.oss.driver.api.core.connection.ClosedConnectionException
 
copy() - Method in exception com.datastax.oss.driver.api.core.connection.ConnectionInitException
 
copy() - Method in exception com.datastax.oss.driver.api.core.connection.FrameTooLongException
 
copy() - Method in exception com.datastax.oss.driver.api.core.connection.HeartbeatException
 
copy(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Creates a new instance with a different paging state.
copy() - Method in exception com.datastax.oss.driver.api.core.DriverException
Copy the exception.
copy() - Method in exception com.datastax.oss.driver.api.core.DriverExecutionException
 
copy() - Method in exception com.datastax.oss.driver.api.core.DriverTimeoutException
 
copy() - Method in exception com.datastax.oss.driver.api.core.InvalidKeyspaceException
 
copy() - Method in exception com.datastax.oss.driver.api.core.NoNodeAvailableException
 
copy() - Method in exception com.datastax.oss.driver.api.core.RequestThrottlingException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.AlreadyExistsException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.BootstrappingException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.FunctionFailureException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.InvalidConfigurationInQueryException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.InvalidQueryException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.OverloadedException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.ProtocolError
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.ReadFailureException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.ReadTimeoutException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.ServerError
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.SyntaxError
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.TruncateException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.UnauthorizedException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.UnavailableException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.WriteFailureException
 
copy() - Method in exception com.datastax.oss.driver.api.core.servererrors.WriteTimeoutException
 
copy(boolean) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
copy() - Method in exception com.datastax.oss.driver.api.core.UnsupportedProtocolVersionException
 
copy() - Method in exception com.datastax.oss.driver.api.mapper.MapperException
 
countAll() - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the count of all returned rows, as in SELECT count(*).
countAll() - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the count of all returned rows, as in SELECT count(*).
COUNTER - Static variable in interface com.datastax.oss.driver.api.core.cql.BatchType
 
COUNTER - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
COUNTER - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
COUNTER - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
CQL_DURATION - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
CqlDuration - Class in com.datastax.oss.driver.api.core.data
A duration, as defined in CQL.
CqlIdentifier - Class in com.datastax.oss.driver.api.core
The identifier of CQL element (keyspace, table, column, etc).
CqlName - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates an Entity class or one of its properties (field or getter), to specify a custom CQL name.
CqlSession - Interface in com.datastax.oss.driver.api.core
The default session type built by the driver.
CqlSessionBuilder - Class in com.datastax.oss.driver.api.core
Helper class to build a CqlSession instance.
CqlSessionBuilder() - Constructor for class com.datastax.oss.driver.api.core.CqlSessionBuilder
 
CqlSnippet - Interface in com.datastax.oss.driver.api.querybuilder
An element in the query builder DSL, that will generate part of a CQL query.
createAggregate(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name.
createAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name for the given keyspace name.
createAggregate(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createAggregate(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createAggregate(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name.
createAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name for the given keyspace name.
createAggregate(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
createAggregate(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
CreateAggregateEnd - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateAggregateStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateAggregateStateFunc - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
createDseAggregate(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name.
createDseAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name for the given keyspace name.
createDseAggregate(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createDseAggregate(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
CreateDseAggregateEnd - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseAggregateStart - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseAggregateStateFunc - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
createDseFunction(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name.
createDseFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name for the given keyspace name.
createDseFunction(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createDseFunction(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
CreateDseFunctionEnd - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionStart - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionWithLanguage - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionWithNullOption - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionWithType - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
createFunction(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name.
createFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name for the given keyspace name.
createFunction(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createFunction(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createFunction(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE FUNCTION query with the given function name.
createFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE FUNCTION query with the given function name for the given keyspace name.
createFunction(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
createFunction(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
CreateFunctionEnd - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateFunctionStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateFunctionWithLanguage - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateFunctionWithNullOption - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateFunctionWithType - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateIndex - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
createIndex() - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE INDEX query with no name.
createIndex(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE INDEX query with the given name.
createIndex(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
CreateIndexOnTable - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateIndexStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateKeyspace - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
createKeyspace(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE KEYSPACE query.
createKeyspace(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
CreateKeyspaceStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateMaterializedView - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
createMaterializedView(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE MATERIALIZED VIEW query with the given view name.
createMaterializedView(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE MATERIALIZED VIEW query with the given view name for the given keyspace name.
createMaterializedView(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
createMaterializedView(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
CreateMaterializedViewPrimaryKey - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateMaterializedViewPrimaryKeyStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateMaterializedViewSelection - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateMaterializedViewSelectionWithColumns - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateMaterializedViewStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateMaterializedViewWhere - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateMaterializedViewWhereStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateTable - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
createTable(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE TABLE query with the given table name.
createTable(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE TABLE query with the given table name for the given keyspace name.
createTable(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
createTable(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
CreateTableStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateTableWithOptions - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
CreateType - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
createType(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE TYPE query with the given type name.
createType(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a CREATE TYPE query with the given type name for the given keyspace name.
createType(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
createType(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
CreateTypeStart - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
Credentials(char[], char[], char[]) - Constructor for class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.Credentials
Builds an instance for username/password authentication, and proxy authentication with the given authorizationId.
Credentials(char[], char[]) - Constructor for class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.Credentials
Builds an instance for simple username/password authentication.
currentDate() - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in currentDate function as a term.
currentPage() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
The nodes in the current page.
currentPage() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
The elements in the current page.
currentTime() - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in currentTime function as a term.
currentTimestamp() - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in currentTimestamp function as a term.
currentTimeUuid() - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in currentTimeUuid function as a term.
custom(DataType) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
custom(String) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
custom(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexStart
Adds CUSTOM specification to the index for the given class name.
customIndex(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Builds a relation on a custom index.
customIndex(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
customState - Variable in class com.datastax.oss.driver.api.mapper.MapperBuilder
 
CustomType - Interface in com.datastax.oss.driver.api.core.type
 

D

Dao - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates an interface that defines a set of query methods, usually (but not necessarily) related to a given entity class.
DaoFactory - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a DAO-producing method in a Mapper interface.
DaoKeyspace - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates the parameter of a DaoFactory method that indicates the keyspace to create a DAO for.
DaoTable - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates the parameter of a DaoFactory method that indicates the table to create a DAO for.
Data - Interface in com.datastax.oss.driver.api.core.data
A data structure containing CQL values.
DataType - Interface in com.datastax.oss.driver.api.core.type
The type of a CQL column, field or function argument.
DataTypes - Class in com.datastax.oss.driver.api.core.type
Constants and factory methods to obtain data type instances.
DataTypes() - Constructor for class com.datastax.oss.driver.api.core.type.DataTypes
 
DATE - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
DATE - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
DateRange - Class in com.datastax.dse.driver.api.core.data.time
A date range, as defined by the server type org.apache.cassandra.db.marshal.DateRangeType, corresponding to the Apache Solr type DateRangeField.
DateRange(DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
Creates a "single bounded" instance, i.e., a date range whose upper and lower bounds are identical.
DateRange(DateRangeBound, DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
Creates an instance composed of two distinct bounds.
DateRangeBound - Class in com.datastax.dse.driver.api.core.data.time
A date range bound.
DateRangePrecision - Enum in com.datastax.dse.driver.api.core.data.time
The precision of a DateRangeBound.
DECIMAL - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
DECIMAL - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveBooleanCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveByteCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveDoubleCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveFloatCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveIntCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveLongCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveShortCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
Decodes a value from the binary format of the CQL type handled by this codec.
decodePrimitive(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveBooleanCodec
 
decodePrimitive(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveByteCodec
 
decodePrimitive(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveDoubleCodec
 
decodePrimitive(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveFloatCodec
 
decodePrimitive(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveIntCodec
 
decodePrimitive(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveLongCodec
 
decodePrimitive(ByteBuffer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveShortCodec
 
decrement(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Decrements a counter, as in SET c-=?.
decrement(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
decrement(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Decrements a counter by 1, as in SET c-=1 .
decrement(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
decrement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Decrements a counter, as in SET c-=?.
decrement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
decrement(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Decrements a counter by 1, as in SET c-=1.
decrement(String) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
DEFAULT - Static variable in interface com.datastax.oss.driver.api.core.ProtocolVersion
The default version used for detached objects.
DEFAULT - Static variable in interface com.datastax.oss.driver.api.core.type.codec.registry.CodecRegistry
An immutable instance, that only handles built-in driver types (that is, primitive types, and collections, tuples, and user defined types thereof).
DEFAULT_NAME - Static variable in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
The name of the default profile (the string "default").
DEFAULT_SASL_SERVICE_NAME - Static variable in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
The default SASL service name used by this auth provider.
DefaultBatchType - Enum in com.datastax.oss.driver.api.core.cql
A default batch type supported by the driver out of the box.
defaultConfigLoader() - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
DefaultConsistencyLevel - Enum in com.datastax.oss.driver.api.core
A default consistency level supported by the driver out of the box.
DefaultDriverOption - Enum in com.datastax.oss.driver.api.core.config
Built-in driver options for the core driver.
defaultKeyspaceId - Variable in class com.datastax.oss.driver.api.mapper.MapperBuilder
 
DefaultNodeMetric - Enum in com.datastax.oss.driver.api.core.metrics
See reference.conf for a description of each metric.
defaultNull() - Method in interface com.datastax.oss.driver.api.querybuilder.insert.JsonInsert
Adds a DEFAULT NULL clause to this statement.
DefaultNullSavingStrategy - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao interface to define a default NullSavingStrategy, that will apply to all methods that don't explicitly declare one.
DefaultProtocolVersion - Enum in com.datastax.oss.driver.api.core
A protocol version supported by default by the driver.
DefaultSessionMetric - Enum in com.datastax.oss.driver.api.core.metrics
See reference.conf for a description of each metric.
defaultUnset() - Method in interface com.datastax.oss.driver.api.querybuilder.insert.JsonInsert
Adds a DEFAULT UNSET clause to this statement.
DefaultWriteType - Enum in com.datastax.oss.driver.api.core.servererrors
A default write type supported by the driver out of the box.
Delete - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that deletes an instance of an Entity-annotated class.
Delete - Interface in com.datastax.oss.driver.api.querybuilder.delete
A complete DELETE statement, with at least one WHERE clause.
deleteByPrimaryKey() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Builds a delete query to delete an instance of the entity by primary key (partition key + clustering columns).
deleteFrom(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts a DELETE query for a qualified table.
deleteFrom(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
deleteFrom(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts a DELETE query for an unqualified table.
deleteFrom(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
DeleteSelection - Interface in com.datastax.oss.driver.api.querybuilder.delete
An in-progress DELETE statement: it targets a table and optionally a list of columns to delete; it needs at least one WHERE relation to become buildable.
Describable - Interface in com.datastax.oss.driver.api.core.metadata.schema
A schema element that can be described in terms of CQL CREATE statements.
describe(boolean) - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseAggregateMetadata
 
describe(boolean) - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
 
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
 
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.Describable
Returns a single CQL statement that creates the element.
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
 
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
 
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ViewMetadata
 
describe(boolean) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
 
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.Describable
Returns a CQL script that creates the element and all of its children.
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
 
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
Returns a CQL script that creates the element and all of its children.
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ViewMetadata
 
describeWithChildren(boolean) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
Detachable - Interface in com.datastax.oss.driver.api.core.detach
Defines the contract of an object that can be detached and reattached to a driver instance.
deterministic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds "DETERMINISTIC" to create aggregate specification.
deterministic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "DETERMINISTIC" to create function specification.
distinct() - Method in interface com.datastax.oss.driver.api.querybuilder.select.SelectFrom
 
divide(Term, Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
The quotient of two terms, as in WHERE k = left / right.
divide(Selector, Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the quotient of two arguments, as in SELECT col1 / col2.
divide(Selector, Selector) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the quotient of two arguments, as in SELECT col1 / col2.
DOUBLE - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
DOUBLE - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
DOUBLE - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
DriverConfig - Interface in com.datastax.oss.driver.api.core.config
The configuration of the driver.
DriverConfigLoader - Interface in com.datastax.oss.driver.api.core.config
Manages the initialization, and optionally the periodic reloading, of the driver configuration.
DriverContext - Interface in com.datastax.oss.driver.api.core.context
Holds common components that are shared throughout a driver instance.
DriverException - Exception in com.datastax.oss.driver.api.core
Base class for all exceptions thrown by the driver.
DriverException(String, ExecutionInfo, Throwable, boolean) - Constructor for exception com.datastax.oss.driver.api.core.DriverException
 
DriverExecutionException - Exception in com.datastax.oss.driver.api.core
Thrown by synchronous wrapper methods (such as SyncCqlSession.execute(Statement), when the underlying future was completed with a checked exception.
DriverExecutionException(Throwable) - Constructor for exception com.datastax.oss.driver.api.core.DriverExecutionException
 
DriverExecutionProfile - Interface in com.datastax.oss.driver.api.core.config
A profile in the driver's configuration.
DriverOption - Interface in com.datastax.oss.driver.api.core.config
Describes an option in the driver's configuration.
DriverTimeoutException - Exception in com.datastax.oss.driver.api.core
Thrown when a driver request timed out.
DriverTimeoutException(String) - Constructor for exception com.datastax.oss.driver.api.core.DriverTimeoutException
 
Drop - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
dropAggregate(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an DROP AGGREGATE query.
dropAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts an DROP AGGREGATE query for the given aggregate name for the given keyspace name.
dropAggregate(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropAggregate(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropColumn(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableDropColumn
Adds a column to drop to ALTER TABLE specification.
dropColumn(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableDropColumn
dropColumns(CqlIdentifier...) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableDropColumn
Adds column(s) to drop to ALTER TABLE specification.
dropColumns(String...) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableDropColumn
dropCompactStorage() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableStart
Completes ALTER TABLE specifying that compact storage should be removed from the table.
dropFunction(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP FUNCTION query.
dropFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP FUNCTION query for the given function name for the given keyspace name.
dropFunction(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropFunction(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropIndex(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP INDEX query.
dropIndex(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropIndex(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP INDEX query for the given index for the given keyspace name.
dropIndex(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Shortcut for SchemaBuilder.dropIndex(CqlIdentifier, CqlIdentifier) dropIndex(CqlIdentifier.fromCql(keyspace),CqlIdentifier.fromCql(indexName)}.
dropKeyspace(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP KEYSPACE query.
dropKeyspace(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropMaterializedView(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP MATERIALIZED VIEW query.
dropMaterializedView(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropMaterializedView(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP MATERIALIZED VIEW query for the given view name for the given keyspace name.
dropMaterializedView(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropTable(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP TABLE query.
dropTable(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropTable(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP TABLE query for the given table name for the given keyspace name.
dropTable(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropType(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP TYPE query.
dropType(String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
dropType(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Starts a DROP TYPE query for the given view name for the given type name.
dropType(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
DSE_DRIVER_COORDINATES - Static variable in interface com.datastax.dse.driver.api.core.DseSession
Deprecated.
the DSE driver is no longer published as a separate artifact. This field is preserved for backward compatibility, but it returns the same value as Session.OSS_DRIVER_COORDINATES.
DSE_V1 - Static variable in interface com.datastax.oss.driver.api.core.ProtocolVersion
 
DSE_V2 - Static variable in interface com.datastax.oss.driver.api.core.ProtocolVersion
 
DSE_VERSION - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The DSE version that the node is running.
DSE_WORKLOADS - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The DSE workloads that the node is running.
DseAggregateMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized aggregate metadata for DSE.
DseColumnMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized column metadata for DSE.
DseDataTypes - Class in com.datastax.dse.driver.api.core.type
Extends DataTypes to handle DSE-specific types.
DseDataTypes() - Constructor for class com.datastax.dse.driver.api.core.type.DseDataTypes
 
DseDriverConfigLoader - Class in com.datastax.dse.driver.api.core.config
Deprecated.
This class only exists for backward compatibility. All of its methods delegate to their counterparts on DriverConfigLoader, which you should call directly instead.
DseDriverOption - Enum in com.datastax.dse.driver.api.core.config
 
DseFunctionMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized function metadata for DSE.
DseFunctionMetadata.Monotonicity - Enum in com.datastax.dse.driver.api.core.metadata.schema
The monotonicity of a function.
DseGraph - Class in com.datastax.dse.driver.api.core.graph
General purpose utility class for interaction with DSE Graph via the DataStax Enterprise Java driver.
DseGraphRemoteConnectionBuilder - Interface in com.datastax.dse.driver.api.core.graph
A builder helper to create a RemoteConnection that will be used to build implicitly-executing fluent traversals.
DseGssApiAuthProviderBase - Class in com.datastax.dse.driver.api.core.auth
 
DseGssApiAuthProviderBase(String) - Constructor for class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
 
DseGssApiAuthProviderBase.GssApiAuthenticator - Class in com.datastax.dse.driver.api.core.auth
 
DseGssApiAuthProviderBase.GssApiOptions - Class in com.datastax.dse.driver.api.core.auth
The options to initialize a new authenticator.
DseGssApiAuthProviderBase.GssApiOptions.Builder - Class in com.datastax.dse.driver.api.core.auth
 
DseIndexMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized index metadata for DSE.
DseKeyspaceMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized keyspace metadata for DSE.
DseNodeProperties - Class in com.datastax.dse.driver.api.core.metadata
The keys for the additional DSE-specific properties stored in Node.getExtras().
DseNodeProperties() - Constructor for class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
 
DsePlainTextAuthProviderBase - Class in com.datastax.dse.driver.api.core.auth
Deprecated.
The driver's default plain text providers now support both Apache Cassandra and DSE. This type was preserved for backward compatibility, but implementors should now extend PlainTextAuthProviderBase instead.
DsePlainTextAuthProviderBase(String) - Constructor for class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase
Deprecated.
 
DseProtocolVersion - Enum in com.datastax.dse.driver.api.core
A DSE-specific protocol version.
DseQueryBuilder - Class in com.datastax.dse.driver.api.querybuilder
A DSE extension of the Cassandra driver's query builder.
DseQueryBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseQueryBuilder
 
DseRelationMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized table or materialized view metadata for DSE.
DseSchemaBuilder - Class in com.datastax.dse.driver.api.querybuilder
An extension of SchemaBuilder for building schema entities that have DSE specific functionality.
DseSchemaBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
 
DseSession - Interface in com.datastax.dse.driver.api.core
Deprecated.
All DSE functionality is now available directly on CqlSession. This type is preserved for backward compatibility, but you should now use CqlSession instead.
DseSessionBuilder - Class in com.datastax.dse.driver.api.core
Deprecated.
DSE functionality is now exposed directly on CqlSession. This class is preserved for backward compatibility, but CqlSession.builder() should be used instead.
DseSessionBuilder() - Constructor for class com.datastax.dse.driver.api.core.DseSessionBuilder
Deprecated.
 
DseSessionMetric - Enum in com.datastax.dse.driver.api.core.metrics
See dse-reference.conf for a description of each metric.
DseTableMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized table metadata for DSE.
DseTypeCodecs - Class in com.datastax.dse.driver.api.core.type.codec
Extends TypeCodecs to handle DSE-specific types.
DseTypeCodecs() - Constructor for class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
DseViewMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized materialized view metadata for DSE.
DURATION - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
DURATION - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 

E

EACH_QUORUM - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
element(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.condition.Condition
Builds a condition on an element in a collection column for a conditional statement, as in {@code DELETE...
element(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.condition.Condition
element(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Deletes an element in a collection column, as in DELETE m['key'].
element(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
element(Selector, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects an element in a collection column, as in SELECT m['key'].
element(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut for element selection when the target collection is a simple column.
element(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
element(Selector, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects an element in a collection column, as in SELECT m['key'].
element(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut for element selection when the target collection is a simple column.
element(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
encode(Boolean, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveBooleanCodec
 
encode(Byte, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveByteCodec
 
encode(Double, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveDoubleCodec
 
encode(Float, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveFloatCodec
 
encode(Integer, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveIntCodec
 
encode(Long, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveLongCodec
 
encode(Short, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveShortCodec
 
encode(JavaTypeT, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
Encodes the given value in the binary format of the CQL type handled by this codec.
encodePrimitive(boolean, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveBooleanCodec
 
encodePrimitive(byte, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveByteCodec
 
encodePrimitive(double, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveDoubleCodec
 
encodePrimitive(float, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveFloatCodec
 
encodePrimitive(int, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveIntCodec
 
encodePrimitive(long, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveLongCodec
 
encodePrimitive(short, ProtocolVersion) - Method in interface com.datastax.oss.driver.api.core.type.codec.PrimitiveShortCodec
 
endOf(long) - Static method in class com.datastax.oss.driver.api.core.uuid.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.oss.driver.api.core.metadata
Encapsulates the information needed to open connections to a node.
endProfile() - Method in interface com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder
Ends the definition of a profile.
Entity - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a class that will be mapped to a Cassandra table or UDT.
EntityHelper<EntityT> - Interface in com.datastax.oss.driver.api.mapper.entity
A set of utility methods related to a particular mapped entity.
entrySet() - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
Enumerates all the entries in this profile, including those that were inherited from another profile.
equals(Object) - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
 
equals(Object) - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
 
equals(Object) - Method in class com.datastax.oss.driver.api.core.CqlIdentifier
 
equals(Object) - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
 
equals(Object) - Method in class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
 
equals(Object) - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
equals(Object) - Method in class com.datastax.oss.driver.api.core.Version
 
evaluateChallenge(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.auth.Authenticator
Evaluate a challenge received from the server.
evaluateChallenge(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.auth.SyncAuthenticator
 
evaluateChallengeSync(ByteBuffer) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
 
evaluateChallengeSync(ByteBuffer) - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.PlainTextAuthenticator
 
evaluateChallengeSync(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.auth.SyncAuthenticator
Evaluate a challenge received from the server.
execute(GraphStatement<?>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphSession
Executes a graph statement synchronously (the calling thread blocks until the result becomes available).
execute(Statement<?>) - Method in interface com.datastax.oss.driver.api.core.cql.SyncCqlSession
Executes a CQL statement synchronously (the calling thread blocks until the result becomes available).
execute(String) - Method in interface com.datastax.oss.driver.api.core.cql.SyncCqlSession
Executes a CQL statement synchronously (the calling thread blocks until the result becomes available).
execute(RequestT, GenericType<ResultT>) - Method in interface com.datastax.oss.driver.api.core.session.Session
Executes an arbitrary request.
executeAs(String, StatementT) - Static method in class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
Adds proxy authentication information to a CQL statement.
executeAs(String, StatementT) - Static method in class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
Adds proxy authentication information to a graph statement.
executeAsync(GraphStatement<?>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphSession
Executes a graph statement asynchronously (the call returns as soon as the statement was sent, generally before the result is available).
executeAsync(Statement<?>) - Method in interface com.datastax.oss.driver.api.core.cql.AsyncCqlSession
Executes a CQL statement asynchronously (the call returns as soon as the statement was sent, generally before the result is available).
executeAsync(String) - Method in interface com.datastax.oss.driver.api.core.cql.AsyncCqlSession
Executes a CQL statement asynchronously (the call returns as soon as the statement was sent, generally before the result is available).
executeContinuously(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession
Executes the provided query with continuous paging synchronously.
executeContinuouslyAsync(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession
Executes the provided query with continuous paging asynchronously.
executeContinuouslyReactive(String) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession
Returns a Publisher that, once subscribed to, executes the given query continuously and emits all the results.
executeContinuouslyReactive(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession
Returns a Publisher that, once subscribed to, executes the given query continuously and emits all the results.
executeReactive(String) - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession
Returns a Publisher that, once subscribed to, executes the given query and emits all the results.
executeReactive(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession
Returns a Publisher that, once subscribed to, executes the given query and emits all the results.
ExecutionInfo - Interface in com.datastax.oss.driver.api.core.cql
Information about the execution of a query.
executionProfile - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
executionProfile - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
executionProfileName - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
executionProfileName - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 

F

fetchNextPage() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Fetch the next page of results asynchronously.
fetchNextPage() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
Fetch the next page of results asynchronously.
field(CqlIdentifier, CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.condition.Condition
Builds a condition on a field in a UDT column for a conditional statement, as in {@code DELETE...
field(String, String) - Static method in interface com.datastax.oss.driver.api.querybuilder.condition.Condition
field(CqlIdentifier, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Deletes a field inside of a UDT column, as in DELETE user.name.
field(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
field(Selector, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a field inside of a UDT column, as in SELECT user.name.
field(Selector, String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
field(CqlIdentifier, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut to select a UDT field when the UDT is a simple column (as opposed to a more complex selection, like a nested UDT).
field(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
field(Selector, CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a field inside of a UDT column, as in SELECT user.name.
field(Selector, String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
field(CqlIdentifier, CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut to select a UDT field when the UDT is a simple column (as opposed to a more complex selection, like a nested UDT).
field(String, String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
findNode(EndPoint) - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
Finds the node with the given connection information, if it exists.
findNode(InetSocketAddress) - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
Finds the node with the given untranslated broadcast RPC address, if it exists.
firstIndexOf(CqlIdentifier) - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
firstIndexOf(String) - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
firstIndexOf(String) - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
Returns the index of the first column that uses the given name.
firstIndexOf(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
Returns the index of the first column that uses the given identifier.
firstIndexOf(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.AccessibleById
Returns the first index where a given identifier appears (depending on the implementation, identifiers may appear multiple times).
firstIndexOf(String) - Method in interface com.datastax.oss.driver.api.core.data.AccessibleByName
Returns the first index where a given identifier appears (depending on the implementation, identifiers may appear multiple times).
firstIndexOf(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
firstIndexOf(String) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
FLOAT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
FLOAT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
FLOAT - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
FluentGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
A graph statement that uses a TinkerPop GraphTraversal as the query.
FluentGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
A builder to create a fluent graph statement.
FluentGraphStatementBuilder(GraphTraversal<?, ?>) - Constructor for class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
FluentGraphStatementBuilder(FluentGraphStatement) - Constructor for class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
forceCloseAsync() - Method in interface com.datastax.oss.driver.api.core.AsyncAutoCloseable
Initiates a forced shutdown of this instance: no new requests are accepted, and all pending requests will complete with an exception.
format(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Formats the given timestamp according to this precision.
format(Token) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
Formats a token into a string representation appropriate for concatenation in a CQL query.
format(JavaTypeT) - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
Formats the given value as a valid CQL literal according to the CQL type handled by this codec.
formatInitCond() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
Formats the initial state value for inclusion in a CQL statement.
forNegotiation(EndPoint, List<ProtocolVersion>) - Static method in exception com.datastax.oss.driver.api.core.UnsupportedProtocolVersionException
 
forSingleAttempt(EndPoint, ProtocolVersion) - Static method in exception com.datastax.oss.driver.api.core.UnsupportedProtocolVersionException
 
FrameTooLongException - Exception in com.datastax.oss.driver.api.core.connection
Thrown when an incoming or outgoing protocol frame exceeds the limit defined by protocol.max-frame-length in the configuration.
FrameTooLongException(SocketAddress, String) - Constructor for exception com.datastax.oss.driver.api.core.connection.FrameTooLongException
 
from(String) - Static method in class com.datastax.oss.driver.api.core.data.CqlDuration
Converts a String into a duration.
fromClasspath(String) - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
Deprecated.
This method only exists for backward compatibility. It delegates to DriverConfigLoader.fromClasspath(String), which you should call directly instead.
fromClasspath(String) - Static method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Builds an instance using the driver's default implementation (based on Typesafe config), except that application-specific options are loaded from a classpath resource with a custom name.
fromCode(int) - Static method in enum com.datastax.oss.driver.api.core.DefaultConsistencyLevel
 
fromCoordinates(double, double) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a new point.
fromCql(String) - Static method in class com.datastax.oss.driver.api.core.CqlIdentifier
Creates an identifier from its CQL form.
fromEncoding(byte) - Static method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
 
fromErrors(Map<Node, Throwable>) - Static method in exception com.datastax.oss.driver.api.core.AllNodesFailedException
fromErrors(List<Map.Entry<Node, Throwable>>) - Static method in exception com.datastax.oss.driver.api.core.AllNodesFailedException
 
fromFile(File) - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
Deprecated.
This method only exists for backward compatibility. It delegates to DriverConfigLoader.fromFile(File), which you should call directly instead.
fromFile(File) - Static method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Builds an instance using the driver's default implementation (based on Typesafe config), except that application-specific options are loaded from the given file.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from a GeoJSON LineString representation.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from a GeoJSON Point representation.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from a GeoJSON Polygon representation.
fromHexString(String) - Static method in class com.datastax.oss.driver.api.core.data.ByteUtils
Parses a hex string representing a CQL blob.
fromInternal(String) - Static method in class com.datastax.oss.driver.api.core.CqlIdentifier
Creates an identifier from its internal form.
fromPath(String) - Static method in enum com.datastax.dse.driver.api.core.metrics.DseSessionMetric
 
fromPath(Path) - Static method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Builds an instance using the driver's default implementation (based on Typesafe config), except that application-specific options are loaded from the given path.
fromPath(String) - Static method in enum com.datastax.oss.driver.api.core.metrics.DefaultNodeMetric
 
fromPath(String) - Static method in enum com.datastax.oss.driver.api.core.metrics.DefaultSessionMetric
 
fromPoints(Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from two or more points.
fromPoints(Point, Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from a series of 3 or more points.
fromUrl(URL) - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
Deprecated.
This method only exists for backward compatibility. It delegates to DriverConfigLoader.fromUrl(URL), which you should call directly instead.
fromUrl(URL) - Static method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Builds an instance using the driver's default implementation (based on Typesafe config), except that application-specific options are loaded from the given URL.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from its Well-known Binary (WKB) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from its Well-known Text (WKT) representation.
frozenListOf(DataType) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
frozenMapOf(DataType, DataType) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
frozenSetOf(DataType) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
function(CqlIdentifier, Iterable<Term>) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A function call as a term, as in WHERE k = f(arguments).
function(CqlIdentifier, Term...) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
function(String, Iterable<Term>) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
function(String, Term...) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
function(CqlIdentifier, CqlIdentifier, Iterable<Term>) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A function call as a term, as in WHERE k = ks.f(arguments).
function(CqlIdentifier, CqlIdentifier, Term...) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
function(String, String, Iterable<Term>) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
function(String, String, Term...) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
function(CqlIdentifier, Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the result of a function call, as is SELECT f(a,b)
function(CqlIdentifier, Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
function(String, Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
function(String, Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
function(CqlIdentifier, CqlIdentifier, Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the result of a function call, as is SELECT f(a,b)
function(CqlIdentifier, CqlIdentifier, Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
function(String, String, Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
function(String, String, Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
function(CqlIdentifier, Iterable<Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the result of a function call, as is SELECT f(a,b)
function(CqlIdentifier, Selector...) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
function(String, Iterable<Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
function(String, Selector...) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
function(CqlIdentifier, CqlIdentifier, Iterable<Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the result of a function call, as is SELECT ks.f(a,b)
function(CqlIdentifier, CqlIdentifier, Selector...) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
function(String, String, Iterable<Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut for Selector.function(CqlIdentifier, CqlIdentifier, Iterable) function(CqlIdentifier.fromCql(functionName), arguments)}.
function(String, String, Selector...) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
FunctionFailureException - Exception in com.datastax.oss.driver.api.core.servererrors
An error during the execution of a CQL function.
FunctionFailureException(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.FunctionFailureException
 
FunctionMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A CQL function in the schema metadata.
FunctionSignature - Class in com.datastax.oss.driver.api.core.metadata.schema
The signature that uniquely identifies a CQL function or aggregate in a keyspace.
FunctionSignature(CqlIdentifier, Iterable<DataType>) - Constructor for class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
 
FunctionSignature(CqlIdentifier, DataType...) - Constructor for class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
 
FunctionSignature(String, Iterable<DataType>) - Constructor for class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
FunctionSignature(String, DataType...) - Constructor for class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
Shortcut for FunctionSignature.FunctionSignature(CqlIdentifier, DataType...) new FunctionSignature(CqlIdentifier.fromCql(name), parameterTypes)}.
fuzzy(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm (case sensitive).

G

g - Static variable in class com.datastax.dse.driver.api.core.graph.DseGraph
A general-purpose shortcut for a non-connected TinkerPop GraphTraversalSource based on an immutable empty graph.
GenericType<T> - Class in com.datastax.oss.driver.api.core.type.reflect
Runtime representation of a generic Java type.
GenericType() - Constructor for class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
GenericTypeParameter<T> - Class in com.datastax.oss.driver.api.core.type.reflect
Captures a free type variable that can be used in GenericType.where(GenericTypeParameter, GenericType).
GenericTypeParameter() - Constructor for class com.datastax.oss.driver.api.core.type.reflect.GenericTypeParameter
 
Geo - Interface in com.datastax.dse.driver.api.core.graph.predicates
 
Geo.Unit - Enum in com.datastax.dse.driver.api.core.graph.predicates
 
Geometry - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation for a DSE geospatial type.
get(int) - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
 
get(String) - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
Get a definition by name.
get(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
Get a definition by name.
get(TemporalUnit) - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
 
get(CqlIdentifier, TypeCodec<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id, using the given codec for the conversion.
get(CqlIdentifier, GenericType<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id, converting it to the given Java type.
get(CqlIdentifier, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id, converting it to the given Java type.
get(int, TypeCodec<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value, using the given codec for the conversion.
get(int, GenericType<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value, converting it to the given Java type.
get(int, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value, converting it to the given Java type.
get(String, TypeCodec<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name, using the given codec for the conversion.
get(String, GenericType<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name, converting it to the given Java type.
get(String, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name, converting it to the given Java type.
get(GettableByName) - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Gets values from a data structure to fill an entity instance.
getActivity() - Method in interface com.datastax.oss.driver.api.core.cql.TraceEvent
Which activity this event corresponds to.
getAddress() - Method in exception com.datastax.oss.driver.api.core.connection.FrameTooLongException
The address of the node that encountered the error.
getAddress() - Method in exception com.datastax.oss.driver.api.core.connection.HeartbeatException
The address of the node that encountered the error.
getAddressTranslator() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getAggregate(FunctionSignature) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getAggregate(CqlIdentifier, Iterable<DataType>) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getAggregate(String, Iterable<DataType>) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
getAggregate(CqlIdentifier, DataType...) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getAggregate(String, DataType...) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
Shortcut for KeyspaceMetadata.getAggregate(CqlIdentifier, DataType...) getAggregate(CqlIdentifier.fromCql(aggregateName), parameterTypes)}.
getAggregates() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getAlias() - Method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
 
getAlive() - Method in exception com.datastax.oss.driver.api.core.servererrors.UnavailableException
The number of replicas that were known to be alive by the coordinator node when it tried to execute the operation.
getAllErrors() - Method in exception com.datastax.oss.driver.api.core.AllNodesFailedException
An immutable map containing all errors on each tried node.
getArray(ByteBuffer) - Static method in class com.datastax.oss.driver.api.core.data.ByteUtils
Extracts the content of the provided ByteBuffer as a byte array.
getArtifactId() - Method in interface com.datastax.oss.driver.api.core.MavenCoordinates
 
getAttachmentPoint() - Method in interface com.datastax.oss.driver.api.core.type.TupleType
 
getAttachmentPoint() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
getAttemptedVersions() - Method in exception com.datastax.oss.driver.api.core.UnsupportedProtocolVersionException
The versions that were attempted.
getAuthenticationId() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.Credentials
Deprecated.
this method only exists for backward compatibility. It is a synonym for PlainTextAuthProviderBase.Credentials.getUsername(), which should be used instead.
getAuthorizationId() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
 
getAuthorizationId() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.Credentials
 
getAuthProvider() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getAuthProvider() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getAvailableWithoutFetching() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
The number of elements that can be returned from this result set before a blocking background query needs to be performed to retrieve more results.
getBaseTable() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ViewMetadata
The table that this view is based on.
getBatchType() - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
 
getBigDecimal(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java big decimal.
getBigDecimal(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java big decimal.
getBigDecimal(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java big decimal.
getBigInteger(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java big integer.
getBigInteger(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java big integer.
getBigInteger(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java big integer.
getBlockFor() - Method in exception com.datastax.oss.driver.api.core.servererrors.QueryConsistencyException
The minimum number of replica acknowledgements/responses that were required to fulfill the operation.
getBody() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
getBoolean(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBoolean(DriverOption, boolean) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBoolean(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java primitive boolean.
getBoolean(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java primitive boolean.
getBoolean(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java primitive boolean.
getBooleanList(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBooleanList(DriverOption, List<Boolean>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBroadcastAddress() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The node's broadcast address.
getBroadcastRpcAddress() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The node's broadcast RPC address.
getBuildLabel() - Method in class com.datastax.oss.driver.api.core.Version
The build label if there is one.
getByIndex(int) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns the element at the given index as a node.
getByKey(Object) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns the value for the given key as a node.
getByte(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java primitive byte.
getByte(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java primitive byte.
getByte(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java primitive byte.
getByteBuffer(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java byte buffer.
getByteBuffer(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java byte buffer.
getByteBuffer(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java byte buffer.
getBytes(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBytes(DriverOption, long) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBytesList(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBytesList(DriverOption, List<Long>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getBytesUnsafe(int) - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
getBytesUnsafe(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the raw binary representation of the value for the first occurrence of id.
getBytesUnsafe(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the raw binary representation of the ith value.
getBytesUnsafe(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the raw binary representation of the value for the first occurrence of name.
getCassandraVersion() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The Cassandra version of the server.
getClassLoader() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getClassName() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
If this index is custom, the name of the server-side implementation.
getClassName() - Method in interface com.datastax.oss.driver.api.core.type.CustomType
The fully qualified name of the subtype of org.apache.cassandra.db.marshal.AbstractType that represents this type server-side.
getCloudProxyAddress() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getClusteringColumns() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
 
getCode() - Method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
 
getCode() - Method in enum com.datastax.oss.driver.api.core.DefaultProtocolVersion
 
getCode() - Method in interface com.datastax.oss.driver.api.core.ProtocolVersion
A numeric code that uniquely identifies the version (this is the code used in network frames).
getCodecRegistry() - Method in interface com.datastax.oss.driver.api.core.detach.AttachmentPoint
Note that the default registry implementation returned by the driver also implements MutableCodecRegistry, which allows you to register new codecs at runtime.
getColumn(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
 
getColumn(String) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
getColumnDefinitions() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveQueryMetadata
Returns metadata about the columns contained in this result set.
getColumnDefinitions() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveRow
Returns the column definitions contained in this row.
getColumnDefinitions() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
Metadata about the columns returned by the CQL request that was used to build this result.
getColumnDefinitions() - Method in interface com.datastax.oss.driver.api.core.cql.Row
 
getColumnDefinitions() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
Metadata about the columns returned by the CQL request that was used to build this result.
getColumns() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
 
getComparisonKey(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
Returns a representation of all the child options under a given option.
getComponentType() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns the array component type if this type represents an array (int[], T[], <? extends Map<String, Integer>[]> etc.), or else null is returned.
getComponentTypes() - Method in interface com.datastax.oss.driver.api.core.type.TupleType
 
getCompressedResponseSizeInBytes() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The size of the compressed binary response in bytes.
getConfig() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getConfigLoader() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getConsistencyLevel() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Returns the consistency level to use for the statement.
getConsistencyLevel() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Returns the ConsistencyLevel to use for the statement.
getConsistencyLevel() - Method in exception com.datastax.oss.driver.api.core.servererrors.QueryConsistencyException
The consistency level of the operation that failed.
getConsistencyLevel() - Method in exception com.datastax.oss.driver.api.core.servererrors.UnavailableException
The consistency level of the operation triggering this exception.
getConsistencyLevelForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The consistency level to use for the bound statements that will be created from the prepared statement or null to use the default value from the configuration.
getContext() - Method in interface com.datastax.oss.driver.api.core.session.Session
Returns a context that provides access to all the policies used by this driver instance.
getCoordinator() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
Deprecated.
The node that was used as a coordinator to successfully complete the query.
getCoordinator() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The node that acted as a coordinator for the query.
getCoordinator() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
The IP of the node that coordinated the query.
getCoordinator() - Method in exception com.datastax.oss.driver.api.core.servererrors.CoordinatorException
 
getCqlDuration(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a duration.
getCqlDuration(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a duration.
getCqlDuration(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a duration.
getCqlType() - Method in exception com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException
 
getCqlType() - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
 
getCredentials(EndPoint, String) - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase
Retrieves the credentials from the underlying source.
getCustomPayload() - Method in interface com.datastax.oss.driver.api.core.session.Request
Returns the custom payload to send alongside the request.
getCustomPayloadForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
Returns the custom payload to send alongside the bound statements that will be created from the prepared statement.
getCustomState() - Method in interface com.datastax.oss.driver.api.mapper.MapperContext
Retrieves any custom state that was set while building the mapper with MapperBuilder.withCustomState(Object, Object).
getDatacenter() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The datacenter that this node belongs to (according to the server-side snitch).
getDays() - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
Returns the number of days in this duration.
getDefaultProfile() - Method in interface com.datastax.oss.driver.api.core.config.DriverConfig
Alias to get the default profile, which is stored under the name DriverExecutionProfile.DEFAULT_NAME and always present.
getDeterministic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseAggregateMetadata
Indicates if this aggregate is deterministic.
getDeterministic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Indicates if this function is deterministic.
getDistance() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The distance assigned to this node by the LoadBalancingPolicy, that controls certain aspects of connection management.
getDouble(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDouble(DriverOption, double) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDouble(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java primitive double.
getDouble(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java primitive double.
getDouble(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java primitive double.
getDoubleList(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDoubleList(DriverOption, List<Double>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDSEPatch() - Method in class com.datastax.oss.driver.api.core.Version
The DSE patch version number (will only be present for version of Cassandra in DSE).
getDuration(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDuration(DriverOption, Duration) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDurationList(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDurationList(DriverOption, List<Duration>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getDurationMicros() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
The server-side duration of the query in microseconds.
getElementType() - Method in interface com.datastax.oss.driver.api.core.type.ListType
 
getElementType() - Method in interface com.datastax.oss.driver.api.core.type.SetType
 
getEncoding() - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
The code used to represent the precision when a date range is encoded to binary.
getEnd() - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
The end of the range (inclusive).
getEndPoint() - Method in exception com.datastax.oss.driver.api.core.auth.AuthenticationException
The address of the node that encountered the error.
getEndPoint() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The information that the driver uses to connect to the node.
getEndPoint() - Method in exception com.datastax.oss.driver.api.core.UnsupportedProtocolVersionException
The address of the node that threw the error.
GetEntity - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that converts a core driver data structure into one or more instances of an Entity class.
getEntityClass() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
The class of the mapped entity.
getErrors() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
Deprecated.
The errors encountered on previous coordinators, if any.
getErrors() - Method in exception com.datastax.oss.driver.api.core.AllNodesFailedException
Deprecated.
getErrors() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The errors encountered on previous coordinators, if any.
getEvents() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
The events contained in this trace.
getExecutionInfo() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousAsyncResultSet
Returns information about the execution of this page of results.
getExecutionInfo() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousResultSet
The execution information for the last query performed for this iterable.
getExecutionInfo() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveRow
The execution information for the paged request that produced this result.
getExecutionInfo() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
getExecutionInfo() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
getExecutionInfo() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
Returns information about the execution of this page of results.
getExecutionInfo() - Method in exception com.datastax.oss.driver.api.core.DriverException
Returns execution information about the request that led to this error.
getExecutionInfo() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
The execution information for the last query performed for this iterable.
getExecutionInfos() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveQueryMetadata
Returns information about the execution of all requests that have been performed so far to assemble this result set.
getExecutionInfos() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
The execution information for all the queries that have been performed so far to assemble this iterable.
getExecutionProfile() - Method in interface com.datastax.oss.driver.api.core.session.Request
The execution profile to use for this request, or null if no profile has been set.
getExecutionProfileForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The execution profile to use for the bound statements that will be created from the prepared statement.
getExecutionProfileName() - Method in interface com.datastax.oss.driver.api.core.session.Request
The name of the execution profile that will be used for this request, or null if no profile has been set.
getExecutionProfileNameForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The name of the execution profile to use for the bound statements that will be created from the prepared statement.
getExteriorRing() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Returns the external ring of the polygon.
getExtras() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
An additional map of free-form properties.
getFieldNames() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
getFieldTypes() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
getFinalFuncSignature() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
The signature of the final function of this aggregate, or empty if there is none.
getFloat(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java primitive float.
getFloat(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java primitive float.
getFloat(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java primitive float.
getFormattedContents() - Method in interface com.datastax.oss.driver.api.core.cql.Row
Returns a string representation of the contents of this row.
getFormattedContents() - Method in interface com.datastax.oss.driver.api.core.data.TupleValue
Returns a string representation of the contents of this tuple.
getFormattedContents() - Method in interface com.datastax.oss.driver.api.core.data.UdtValue
Returns a string representation of the contents of this UDT.
getFunction(FunctionSignature) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getFunction(CqlIdentifier, Iterable<DataType>) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getFunction(String, Iterable<DataType>) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
getFunction(CqlIdentifier, DataType...) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getFunction(String, DataType...) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
getFunctions() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getGraphName() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The name of the graph to use for this statement.
getGroupId() - Method in interface com.datastax.oss.driver.api.core.MavenCoordinates
 
getHostId() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The host ID that is assigned to this node by Cassandra.
getId() - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
A unique identifier for this prepared statement.
getId() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
The unique id generated by the server for this element.
getIncomingPayload() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
Deprecated.
The custom payload sent back by the server with the response, if any (otherwise the map will be empty).
getIncomingPayload() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The custom payload sent back by the server with the response, if any (otherwise the map will be empty).
getIndexes() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
 
getInetAddress(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java IP address.
getInetAddress(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java IP address.
getInetAddress(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java IP address.
getInitCond() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
The initial state value of this aggregate, or null if there is none.
getInitialConfig() - Method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Loads the first configuration that will be used to initialize the driver.
getInitialServerChallenge() - Method in class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
Return a byte buffer containing the expected successful server challenge.
getInitialServerChallenge() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
 
getInitialServerChallenge() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.PlainTextAuthenticator
 
getInstant(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java instant.
getInstant(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java instant.
getInstant(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java instant.
getInt(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getInt(DriverOption, int) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getInt(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java primitive integer.
getInt(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java primitive integer.
getInt(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java primitive integer.
getInteriorRings() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Returns the internal rings of the polygon, i.e.
getIntList(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getIntList(DriverOption, List<Integer>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getJavaType() - Method in exception com.datastax.oss.driver.api.core.type.codec.CodecNotFoundException
 
getJavaType() - Method in interface com.datastax.oss.driver.api.core.type.codec.TypeCodec
 
getKeyspace() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Graph statements do not have a per-query keyspace, this method always returns null.
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.cql.BoundStatement
Always returns null (bound statements can't have a per-request keyspace, they always inherit the one of the statement that was initially prepared).
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinition
 
getKeyspace(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
 
getKeyspace(String) - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
 
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ColumnMetadata
 
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
 
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
 
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.session.Request
The CQL keyspace to execute this request in, or null if this request does not specify any keyspace.
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.session.Session
The keyspace that this session is currently connected to, or Optional.empty() if this session is not connected to any keyspace.
getKeyspace() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
getKeyspaceId() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
The keyspace used in the queries generated by this helper.
getKeyspaceId() - Method in interface com.datastax.oss.driver.api.mapper.MapperContext
If this context belongs to a DAO that was built with a keyspace-parameterized mapper method, the value of that parameter.
getKeyspaces() - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
The keyspaces defined in this cluster.
getKeyType() - Method in interface com.datastax.oss.driver.api.core.type.MapType
 
getKind() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
 
getLanguage() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
getList(CqlIdentifier, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java list.
getList(int, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java list.
getList(String, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java list.
getListenAddress() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The node's listen address.
getLoadBalancingPolicies() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getLoadBalancingPolicy(String) - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getLocalDatacenters() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getLocalDate(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java local date.
getLocalDate(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java local date.
getLocalDate(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java local date.
getLocalTime(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java local time.
getLocalTime(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java local time.
getLocalTime(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java local time.
getLoginConfiguration() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
 
getLong(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getLong(DriverOption, long) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getLong(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java primitive long.
getLong(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java primitive long.
getLong(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java primitive long.
getLongList(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getLongList(DriverOption, List<Long>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getLowerBound() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns the lower bound of this range (inclusive).
getMajor() - Method in class com.datastax.oss.driver.api.core.Version
The major version number.
getMap(CqlIdentifier, Class<KeyT>, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java map.
getMap(int, Class<KeyT>, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java map.
getMap(String, Class<KeyT>, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java map.
getMechanism() - Method in class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
Return a byte buffer containing the required SASL mechanism.
getMechanism() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
 
getMechanism() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.PlainTextAuthenticator
 
getMetadata() - Method in interface com.datastax.oss.driver.api.core.session.Session
Returns a snapshot of the Cassandra cluster's topology and schema metadata.
getMetrics() - Method in interface com.datastax.oss.driver.api.core.session.Session
Returns a gateway to the driver's metrics, or Optional.empty() if all metrics are disabled.
getMinor() - Method in class com.datastax.oss.driver.api.core.Version
The minor version number.
getMonotonicArgumentNames() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Returns a list of argument names that are monotonic.
getMonotonicity() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Returns this function's DseFunctionMetadata.Monotonicity.
getMonths() - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
Returns the number of months in this duration.
getName() - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
The name of the profile in the configuration.
getName() - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinition
 
getName() - Method in interface com.datastax.oss.driver.api.core.MavenCoordinates
 
getName() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ColumnMetadata
 
getName() - Method in class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
 
getName() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
 
getName() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getName() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
 
getName() - Method in interface com.datastax.oss.driver.api.core.session.Session
The unique name identifying this session instance.
getName() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
getNameConverter(Class<? extends NameConverter>) - Method in interface com.datastax.oss.driver.api.mapper.MapperContext
Returns an instance of the given converter class.
getNamedValues() - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
 
getNanoseconds() - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
Returns the number of nanoseconds in this duration.
getNode() - Method in interface com.datastax.oss.driver.api.core.session.Request
 
getNodeFilters() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getNodeMetric(Node, NodeMetric, String) - Method in interface com.datastax.oss.driver.api.core.metrics.Metrics
Retrieves a node-level metric for a given node from the registry.
getNodeMetric(Node, NodeMetric) - Method in interface com.datastax.oss.driver.api.core.metrics.Metrics
getNodes() - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
The nodes known to the driver, indexed by their unique identifier (host_id in system.local/system.peers).
getNodeStateListener() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getNodeStateListener() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getNumFailures() - Method in exception com.datastax.oss.driver.api.core.servererrors.ReadFailureException
Returns the number of replicas that experienced a failure while executing the request.
getNumFailures() - Method in exception com.datastax.oss.driver.api.core.servererrors.WriteFailureException
Returns the number of replicas that experienced a failure while executing the request.
getObject(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id, converting it to the most appropriate Java type.
getObject(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value, converting it to the most appropriate Java type.
getObject(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name, converting it to the most appropriate Java type.
getOpenConnections() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The total number of active connections currently open by this driver instance to the node.
getOptions(EndPoint, String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
 
getOptions() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
The options of the index.
getOptions() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
The options of this table or materialized view.
getOptions() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.OptionProvider
 
getPageSize() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Returns the page size to use for the statement.
getPageSizeForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The page size to use for the bound statements that will be created from the prepared statement.
getPagingState() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The paging state of the query.
getPagingState() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Returns the paging state to send with the statement, or null if this statement has no paging state.
getPagingStateForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The paging state to use for the bound statements that will be created from the prepared statement.
getParameterNames() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
The names of the parameters.
getParameters() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
The parameters attached to this trace.
getParameterTypes() - Method in class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
 
getParent() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ColumnMetadata
The identifier of the TableMetadata or a ViewMetadata that this column belongs to.
getPartitionerName() - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The name of the partitioner class in use, as reported by the Cassandra nodes.
getPartitionKey() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
 
getPartitionKeyIndices() - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
The indices of the variables in PreparedStatement.getVariableDefinitions() that correspond to the target table's partition key.
getPassword() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.Credentials
 
getPatch() - Method in class com.datastax.oss.driver.api.core.Version
The patch version number.
getPath() - Method in enum com.datastax.dse.driver.api.core.config.DseDriverOption
 
getPath() - Method in enum com.datastax.dse.driver.api.core.metrics.DseSessionMetric
 
getPath() - Method in enum com.datastax.oss.driver.api.core.config.DefaultDriverOption
 
getPath() - Method in interface com.datastax.oss.driver.api.core.config.DriverOption
The option's path.
getPath() - Method in enum com.datastax.oss.driver.api.core.metrics.DefaultNodeMetric
 
getPath() - Method in enum com.datastax.oss.driver.api.core.metrics.DefaultSessionMetric
 
getPath() - Method in interface com.datastax.oss.driver.api.core.metrics.NodeMetric
 
getPath() - Method in interface com.datastax.oss.driver.api.core.metrics.SessionMetric
 
getPoints() - Method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
 
getPositionalValues() - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
 
getPrecision() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Returns the precision of this bound.
getPreparedStatement() - Method in interface com.datastax.oss.driver.api.core.cql.BoundStatement
The prepared statement that was used to create this statement.
getPreReleaseLabels() - Method in class com.datastax.oss.driver.api.core.Version
The pre-release labels if relevant, i.e.
getPrimaryKey() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.RelationMetadata
Convenience method to get all the primary key columns (partition key + clustering columns) in a single call.
getProfile(String) - Method in interface com.datastax.oss.driver.api.core.config.DriverConfig
 
getProfiles() - Method in interface com.datastax.oss.driver.api.core.config.DriverConfig
Returns an immutable view of all named profiles (including the default profile).
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.ConsistencyLevel
The numerical value that the level is encoded to in protocol frames.
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.cql.BatchType
The numerical value that the batch type is encoded to.
getProtocolCode() - Method in enum com.datastax.oss.driver.api.core.cql.DefaultBatchType
 
getProtocolCode() - Method in enum com.datastax.oss.driver.api.core.DefaultConsistencyLevel
 
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.type.CustomType
 
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.type.DataType
The code of the data type in the native protocol specification.
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.type.ListType
 
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.type.MapType
 
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.type.SetType
 
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.type.TupleType
 
getProtocolCode() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
getProtocolVersion() - Method in interface com.datastax.oss.driver.api.core.detach.AttachmentPoint
 
getQuery() - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
 
getQuery() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The CQL query to prepare.
getQuery() - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
 
getQueryParams() - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
The query parameters to send along the request.
getQueryTimestamp() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Returns the query timestamp, in microseconds, to send with the statement.
getQueryTrace() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
Convenience method to call ExecutionInfo.getQueryTraceAsync() and block for the result.
getQueryTraceAsync() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
Fetches the query trace asynchronously, if tracing was enabled for this query.
getRack() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The rack that this node belongs to (according to the server-side snitch).
getRawType() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns the raw type of T.
getReadConsistencyLevel() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The consistency level to use for the internal read queries that will be produced by this statement.
getReasonMap() - Method in exception com.datastax.oss.driver.api.core.servererrors.ReadFailureException
Returns the a failure reason code for each node that failed.
getReasonMap() - Method in exception com.datastax.oss.driver.api.core.servererrors.WriteFailureException
Returns the a failure reason code for each node that failed.
getReceived() - Method in exception com.datastax.oss.driver.api.core.servererrors.QueryConsistencyException
The number of replica that had acknowledged/responded to the operation before it failed.
getReconnectionPolicy() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getRegistry() - Method in interface com.datastax.oss.driver.api.core.metrics.Metrics
Returns the underlying Dropwizard registry.
getReplicas(CqlIdentifier, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The replicas for a given partition key in the given keyspace.
getReplicas(String, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
getReplicas(CqlIdentifier, Token) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The replicas for a given token in the given keyspace.
getReplicas(String, Token) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
getReplicas(CqlIdentifier, TokenRange) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The replicas for a given range in the given keyspace.
getReplicas(String, TokenRange) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
getReplication() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
The replication options defined for this keyspace.
getRequest() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
 
getRequestExecutionInfo() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
The execution information for this page of results.
getRequestExecutionInfo() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
The execution information for the query that have been performed to assemble this result set.
getRequestThrottler() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getRequestTracker() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getRequestTracker() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getRequestType() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
 
getRequired() - Method in exception com.datastax.oss.driver.api.core.servererrors.UnavailableException
The number of replica acknowledgements/responses required to perform the operation (with its required consistency level).
getResponseSizeInBytes() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The size of the binary response in bytes.
getResultMetadataId() - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
A unique identifier for result metadata (essentially a hash of PreparedStatement.getResultSetDefinitions()).
getResultSetDefinitions() - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
A description of the result set that will be returned when this prepared statement is bound and executed.
getRetryPolicies() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getRetryPolicy(String) - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getReturnType() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
The return type of this aggregate.
getReturnType() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
getRoutingKey() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Graph statements can't be routed, this method always returns null.
getRoutingKey() - Method in interface com.datastax.oss.driver.api.core.session.Request
The partition key to use for token-aware routing.
getRoutingKeyForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The routing key to use for the bound statements that will be created from the prepared statement.
getRoutingKeyspace() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Graph statements can't be routed, this method always returns null.
getRoutingKeyspace() - Method in interface com.datastax.oss.driver.api.core.session.Request
The keyspace to use for token-aware routing.
getRoutingKeyspaceForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The routing keyspace to use for the bound statements that will be created from the prepared statement.
getRoutingToken() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Graph statements can't be routed, this method always returns null.
getRoutingToken() - Method in interface com.datastax.oss.driver.api.core.session.Request
The token to use for token-aware routing.
getRoutingTokenForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The routing key to use for the bound statements that will be created from the prepared statement.
getSaslProperties() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
 
getSaslProtocol() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
 
getSchemaChangeListener() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getSchemaChangeListener() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getSchemaVersion() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The current version that is associated with the node's schema.
getScript() - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
The Gremlin-groovy script representing the graph query.
getSerialConsistencyLevel() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Returns the serial ConsistencyLevel to use for the statement.
getSerialConsistencyLevelForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The serial consistency level to use for the bound statements that will be created from the prepared statement or null to use the default value from the configuration.
getSession() - Method in interface com.datastax.oss.driver.api.mapper.MapperContext
 
getSessionMetric(SessionMetric, String) - Method in interface com.datastax.oss.driver.api.core.metrics.Metrics
Retrieves a session-level metric from the registry.
getSessionMetric(SessionMetric) - Method in interface com.datastax.oss.driver.api.core.metrics.Metrics
getSessionName() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
This is the same as Session.getName(), it's exposed here for components that only have a reference to the context.
getSet(CqlIdentifier, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java set.
getSet(int, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java set.
getSet(String, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java set.
getShort(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java primitive short.
getShort(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java primitive short.
getShort(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java primitive short.
getSignature() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
 
getSignature() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
getSource() - Method in interface com.datastax.oss.driver.api.core.cql.TraceEvent
The IP of the host having generated this event.
getSourceElapsedMicros() - Method in interface com.datastax.oss.driver.api.core.cql.TraceEvent
The number of microseconds elapsed on the source when this event occurred since the moment when the source started handling the query.
getSpeculativeExecutionCount() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
Deprecated.
The number of speculative executions that were started for this query.
getSpeculativeExecutionCount() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The number of speculative executions that were started for this query.
getSpeculativeExecutionPolicies() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getSpeculativeExecutionPolicy(String) - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getSslEngineFactory() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getSslEngineFactory() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getStart() - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
The start of the range (exclusive).
getStartedAt() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
The server-side timestamp of the start of this query.
getStartupApplicationName() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getStartupApplicationVersion() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getStartupClientId() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getState() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
 
getStateFuncSignature() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
The signature of the state function of this aggregate.
getStatement() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
Deprecated.
The statement that was executed.
getStatement() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
Deprecated.
getStatementsCount() - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
 
getStateType() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.AggregateMetadata
The state type of this aggregate.
getString(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getString(DriverOption, String) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getString(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java string.
getString(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java string.
getString(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java string.
getStringList(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getStringList(DriverOption, List<String>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getStringMap(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getStringMap(DriverOption, Map<String, String>) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
getSubject() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
 
getSubProtocol() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The DSE graph sub-protocol to use for this statement.
getSubtype(Class<?>) - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns subtype of this with subclass as the raw class.
getSuccessfulExecutionIndex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
Deprecated.
The index of the execution that completed this query.
getSuccessfulExecutionIndex() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The index of the execution that completed this query.
getSupertype(Class<? super T>) - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns the generic form of superclass.
getTable() - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinition
 
getTable() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
 
getTable(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getTable(String) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
GettableById - Interface in com.datastax.oss.driver.api.core.data
A data structure that provides methods to retrieve its values via a CQL identifier.
GettableByIndex - Interface in com.datastax.oss.driver.api.core.data
A data structure that provides methods to retrieve its values via an integer index.
GettableByName - Interface in com.datastax.oss.driver.api.core.data
A data structure that provides methods to retrieve its values via a name.
getTableId() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
The table used in the queries generated by this helper.
getTableId() - Method in interface com.datastax.oss.driver.api.mapper.MapperContext
If this context belongs to a DAO that was built with a table-parameterized mapper method, the value of that parameter.
getTables() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getTarget() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.IndexMetadata
 
getThreadName() - Method in interface com.datastax.oss.driver.api.core.cql.TraceEvent
The name of the thread on which this event occurred.
getTimeout() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
How long to wait for this request to complete.
getTimeout() - Method in interface com.datastax.oss.driver.api.core.session.Request
How long to wait for this request to complete.
getTimeoutForBoundStatements() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The timeout to use for the bound statements that will be created from the prepared statement.
getTimestamp() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Returns the timestamp of this bound.
getTimestamp() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Get the timestamp set on the statement.
getTimestamp() - Method in interface com.datastax.oss.driver.api.core.cql.TraceEvent
The server-side timestamp of the event.
getTimestampGenerator() - Method in interface com.datastax.oss.driver.api.core.context.DriverContext
 
getToken(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a token.
getToken(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a token.
getToken(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a token.
getTokenMap() - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
The token map for this cluster.
getTokenRanges() - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The token ranges that define data distribution on the ring.
getTokenRanges(Node) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The token ranges for which a given node is the primary replica.
getTokenRanges(CqlIdentifier, Node) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The token ranges that are replicated on the given node, for the given keyspace.
getTokenRanges(String, Node) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
getTokens(Node) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
The tokens owned by the given node.
getTracingId() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The tracing identifier if tracing was enabled for this query, otherwise null.
getTracingId() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
 
getTraversal() - Method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
The underlying TinkerPop object representing the traversal executed by this statement.
getTraversalsCount() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Returns the number of traversals added to this statement so far.
getTraversalSource() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The name of the traversal source to use for this statement.
getTupleValue(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a tuple value.
getTupleValue(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a tuple value.
getTupleValue(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a tuple value.
getType(int) - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
getType() - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinition
 
getType(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.AccessibleById
Returns the CQL type of the value for the first occurrence of id.
getType(int) - Method in interface com.datastax.oss.driver.api.core.data.AccessibleByIndex
Returns the CQL type of the ith value.
getType(String) - Method in interface com.datastax.oss.driver.api.core.data.AccessibleByName
Returns the CQL type of the value for the first occurrence of name.
getType(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
 
getType(String) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
 
getType() - Method in interface com.datastax.oss.driver.api.core.data.TupleValue
 
getType() - Method in interface com.datastax.oss.driver.api.core.data.UdtValue
 
getType() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ColumnMetadata
 
getType() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns the represented type.
getTypeCodecs() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
 
getTypeVariable() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericTypeParameter
 
getUdtValue(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a user defined type value.
getUdtValue(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a user defined type value.
getUdtValue(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a user defined type value.
getUnits() - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
 
getUpperBound() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns the upper bound of this range (inclusive), or empty if the range is single-bounded.
getUpSinceMillis() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
The last time that this node transitioned to the UP state, in milliseconds since the epoch, or -1 if it's not up at the moment.
getUserDefinedType(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getUserDefinedType(String) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
getUserDefinedTypes() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getUsername() - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.Credentials
 
getUuid(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Returns the value for the first occurrence of id as a Java UUID.
getUuid(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Returns the ith value as a Java UUID.
getUuid(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Returns the value for the first occurrence of name as a Java UUID.
getValue() - Method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder.RowsPerPartition
 
getValues() - Method in interface com.datastax.oss.driver.api.core.cql.BoundStatement
The values to bind, in their serialized form.
getValueType() - Method in interface com.datastax.oss.driver.api.core.type.MapType
 
getVariableDefinitions() - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
A description of the bind variables of this prepared statement.
getVersion() - Method in interface com.datastax.oss.driver.api.core.MavenCoordinates
 
getView(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getView(String) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
getViews() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
getViewsOnTable(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
Gets the views based on a given table.
getWarnings() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
Deprecated.
The server-side warnings for this query, if any (otherwise the list will be empty).
getWarnings() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
The server-side warnings for this query, if any (otherwise the list will be empty).
getWhereClause() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ViewMetadata
 
getWriteConsistencyLevel() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The consistency level to use for the internal write queries that will be produced by this statement.
getWriteType() - Method in exception com.datastax.oss.driver.api.core.servererrors.WriteFailureException
The type of the write for which this failure was raised.
getWriteType() - Method in exception com.datastax.oss.driver.api.core.servererrors.WriteTimeoutException
The type of the write for which a timeout was raised.
GraphExecutionInfo - Interface in com.datastax.dse.driver.api.core.graph
Deprecated.
This interface is not used by any driver component anymore; the driver now exposes instances of ExecutionInfo for all Graph queries.
graphName - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
GraphNode - Interface in com.datastax.dse.driver.api.core.graph
A node in a tree-like structure representing a Graph or a Graph component.
GraphResultSet - Interface in com.datastax.dse.driver.api.core.graph
The result of a synchronous Graph query.
GraphSession - Interface in com.datastax.dse.driver.api.core.graph
A session that has the ability to execute DSE Graph requests.
GraphStatement<SelfT extends GraphStatement<SelfT>> - Interface in com.datastax.dse.driver.api.core.graph
A request to execute a DSE Graph query.
GraphStatementBuilderBase<SelfT extends GraphStatementBuilderBase<SelfT,StatementT>,StatementT extends GraphStatement<StatementT>> - Class in com.datastax.dse.driver.api.core.graph
 
GraphStatementBuilderBase() - Constructor for class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
GraphStatementBuilderBase(StatementT) - Constructor for class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
groupBy(Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds the provided GROUP BY clauses to the query.
groupBy(Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Var-arg equivalent of Select.groupBy(Iterable).
groupBy(Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds the provided GROUP BY clause to the query.
groupBy(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
groupBy(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
groupByColumnIds(Iterable<CqlIdentifier>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Shortcut for Select.groupBy(Iterable) where all the clauses are simple columns.
groupByColumnIds(CqlIdentifier...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Var-arg equivalent of Select.groupByColumnIds(Iterable).
groupByColumns(Iterable<String>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Shortcut for Select.groupBy(Iterable) where all the clauses are simple columns.
groupByColumns(String...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Var-arg equivalent of Select.groupByColumns(Iterable).
GssApiAuthenticator(DseGssApiAuthProviderBase.GssApiOptions, EndPoint, String) - Constructor for class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
 

H

hashCode() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
 
hashCode() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
 
hashCode() - Method in class com.datastax.oss.driver.api.core.CqlIdentifier
 
hashCode() - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
 
hashCode() - Method in class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
 
hashCode() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
hashCode() - Method in class com.datastax.oss.driver.api.core.Version
 
hasMorePages() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Whether there are more pages of results.
hasMorePages() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
Whether there are more pages of results.
HeartbeatException - Exception in com.datastax.oss.driver.api.core.connection
Thrown when a heartbeat query fails.
HeartbeatException(SocketAddress, String, Throwable) - Constructor for exception com.datastax.oss.driver.api.core.connection.HeartbeatException
 
HeartbeatException(SocketAddress, String, ExecutionInfo, Throwable) - Constructor for exception com.datastax.oss.driver.api.core.connection.HeartbeatException
 
HierarchyScanStrategy - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
A strategy to define which ancestors to scan for annotations for Entity-annotated classes and Dao-annotated interfaces.

I

idempotent - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
if_(Condition) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Adds an IF condition.
if_(Iterable<Condition>) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Adds multiple IF conditions at once.
if_(Condition...) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Var-arg equivalent of ConditionalStatement.if_(Iterable).
ifColumn(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Adds an IF condition on a simple column, as in {@code DELETE...
ifColumn(String) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
ifElement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Adds an IF condition on an element in a collection column for a conditional statement, as in {@code DELETE...
ifElement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
ifExists() - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Adds an IF EXISTS condition.
ifExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.Drop
Adds 'IF EXISTS" to the drop specification.
ifField(CqlIdentifier, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Adds an IF condition on a field in a UDT column for a conditional statement, as in {@code DELETE...
ifField(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds IF NOT EXISTS to the create aggregate specification.
ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds IF NOT EXISTS to the create function specification.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.insert.Insert
Adds an IF NOT EXISTS clause to this statement.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateStart
Adds IF NOT EXISTS to the create aggregate specification.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionStart
Adds IF NOT EXISTS to the create function specification.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexStart
Adds IF NOT EXISTS to the create index specification.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateKeyspaceStart
Adds IF NOT EXISTS to the create keyspace specification.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewStart
Adds IF NOT EXISTS to the create table specification.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTableStart
Adds IF NOT EXISTS to the create table specification.
ifNotExists() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTypeStart
Adds IF NOT EXISTS to the create type specification.
ifRaw(String) - Method in interface com.datastax.oss.driver.api.querybuilder.condition.ConditionalStatement
Adds a raw CQL snippet as a condition.
in(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.InRelationBuilder
Builds an IN relation where the whole set of possible values is a bound variable, as in IN ?.
in(Iterable<Term>) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.InRelationBuilder
Builds an IN relation where the arguments are the possible values, as in IN (term1, term2...).
in(Term...) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.InRelationBuilder
Var-arg equivalent of InRelationBuilder.in(Iterable) .
includesAllColumns() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ViewMetadata
Whether this view does a SELECT * on its base table (this only affects the output of ViewMetadata.describe(boolean)).
increment(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Increments a counter, as in SET c+=?.
increment(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
increment(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Increments a counter by 1, as in SET c+=1 .
increment(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
increment(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Increments a counter, as in SET c+=?.
increment(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
increment(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Increments a counter by 1, as in SET c+=1 .
increment(String) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
IndexKind - Enum in com.datastax.oss.driver.api.core.metadata.schema
A kind of index in the schema.
IndexMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A secondary index in the schema metadata.
INET - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
INET - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
INET_ADDRESS - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
init(Map<UUID, Node>, LoadBalancingPolicy.DistanceReporter) - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy
Initializes this policy with the nodes discovered during driver initialization.
initialResponse() - Method in interface com.datastax.oss.driver.api.core.auth.Authenticator
Obtain an initial response token for initializing the SASL handshake.
initialResponse() - Method in interface com.datastax.oss.driver.api.core.auth.SyncAuthenticator
 
initialResponseSync() - Method in class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
 
initialResponseSync() - Method in interface com.datastax.oss.driver.api.core.auth.SyncAuthenticator
Obtain an initial response token for initializing the SASL handshake.
InRelationBuilder<ResultT> - Interface in com.datastax.oss.driver.api.querybuilder.relation
 
Insert - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that inserts an instance of an Entity-annotated class.
insert() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Builds an insert query for this entity.
Insert - Interface in com.datastax.oss.driver.api.querybuilder.insert
A complete INSERT statement that is ready to be built.
InsertInto - Interface in com.datastax.oss.driver.api.querybuilder.insert
The beginning of an INSERT statement; at this point only the table is known, it might become a JSON insert or a regular one, depending on which method is called next.
insertInto(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts an INSERT query for a qualified table.
insertInto(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
insertInto(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts an INSERT query for an unqualified table.
insertInto(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
inside(Point, double, Geo.Unit) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Finds whether an entity is inside the given circular area using a geo coordinate system.
inside(Point, double) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Finds whether an entity is inside the given circular area using a cartesian coordinate system.
inside(Polygon) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Finds whether an entity is inside the given polygon.
INSTANT - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
INT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
INT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
INTEGER - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
intersects(TokenRange) - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Whether this range intersects another one.
intersectWith(TokenRange) - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Computes the intersection of this range with another one, producing one or more ranges.
InvalidConfigurationInQueryException - Exception in com.datastax.oss.driver.api.core.servererrors
Indicates that a query is invalid because of some configuration problem.
InvalidConfigurationInQueryException(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.InvalidConfigurationInQueryException
 
InvalidKeyspaceException - Exception in com.datastax.oss.driver.api.core
Thrown when a session gets created with an invalid keyspace.
InvalidKeyspaceException(String) - Constructor for exception com.datastax.oss.driver.api.core.InvalidKeyspaceException
 
InvalidQueryException - Exception in com.datastax.oss.driver.api.core.servererrors
Indicates a syntactically correct, but invalid query.
InvalidQueryException(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.InvalidQueryException
 
isArray() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns true if this type is known to be an array type, such as int[], T[], <? extends Map<String, Integer>[]> etc.
isBeta() - Method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
 
isBeta() - Method in enum com.datastax.oss.driver.api.core.DefaultProtocolVersion
 
isBeta() - Method in interface com.datastax.oss.driver.api.core.ProtocolVersion
Whether the protocol version is in a beta status.
isCalledOnNullInput() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.FunctionMetadata
 
isClosed() - Method in interface com.datastax.oss.driver.api.core.AsyncAutoCloseable
Whether shutdown has completed.
isCompactStorage() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
 
isDcLocal() - Method in interface com.datastax.oss.driver.api.core.ConsistencyLevel
Whether this consistency level applies to the local datacenter only.
isDcLocal() - Method in enum com.datastax.oss.driver.api.core.DefaultConsistencyLevel
 
isDefined(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.DriverExecutionProfile
 
isDetached() - Method in interface com.datastax.oss.driver.api.core.detach.Detachable
 
isDeterministic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseAggregateMetadata
Deprecated.
isDeterministic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Deprecated.
isDurableWrites() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
Whether durable writes are set on this keyspace.
isEdge() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Edge, and false otherwise.
isEmpty() - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Whether this range is empty.
isEqualTo(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ArithmeticRelationBuilder
Builds an '=' relation with the given term.
isFrozen() - Method in interface com.datastax.oss.driver.api.core.type.ListType
 
isFrozen() - Method in interface com.datastax.oss.driver.api.core.type.MapType
 
isFrozen() - Method in interface com.datastax.oss.driver.api.core.type.SetType
 
isFrozen() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
isFullRing() - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Whether this range represents the full ring.
isFullyFetched() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
Whether all pages have been fetched from the database.
isGreaterThan(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ArithmeticRelationBuilder
Builds a '>' relation with the given term.
isGreaterThanOrEqualTo(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ArithmeticRelationBuilder
Builds a '>=' relation with the given term.
isIdempotent - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
isIdempotent() - Method in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
Whether the request is idempotent; that is, whether applying the request twice leaves the database in the same state.
isIdempotent() - Method in interface com.datastax.oss.driver.api.core.session.Request
Whether the request is idempotent; that is, whether applying the request twice leaves the database in the same state.
isIdempotent() - Method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Whether this relation is idempotent.
isIdempotent() - Method in interface com.datastax.oss.driver.api.querybuilder.term.Term
Whether the term is idempotent.
isIdempotent() - Method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Whether this assignment is idempotent.
isLessThan(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ArithmeticRelationBuilder
Builds a '<' relation with the given term.
isLessThanOrEqualTo(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ArithmeticRelationBuilder
Builds a '<=' relation with the given term.
isList() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a List, and false otherwise.
isMap() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Map, and false otherwise.
isMonotonic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Deprecated.
isNotEqualTo(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ArithmeticRelationBuilder
Builds a '!=' relation with the given term.
isNotNull() - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ColumnRelationBuilder
Builds an IS NOT NULL relation for the column.
isNull() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Whether this node represents a null value.
isNull(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
Indicates whether the value for the first occurrence of id is a CQL NULL.
isNull(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
Indicates whether the ith value is a CQL NULL.
isNull(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
Indicates whether the value for the first occurrence of name is a CQL NULL.
isPath() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Path, and false otherwise.
isPrimitive() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns true if this type is one of the nine primitive types (including void).
isProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Property, and false otherwise.
isReconnecting() - Method in interface com.datastax.oss.driver.api.core.metadata.Node
Whether the driver is currently trying to reconnect to this node.
isSchemaInAgreement() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
Whether the cluster reached schema agreement after the execution of this query.
isSchemaMetadataEnabled() - Method in interface com.datastax.oss.driver.api.core.session.Session
Whether schema metadata is currently enabled.
isSerial() - Method in interface com.datastax.oss.driver.api.core.ConsistencyLevel
Whether this consistency level is serial, that is, applies only to the "paxos" phase of a lightweight transaction.
isSerial() - Method in enum com.datastax.oss.driver.api.core.DefaultConsistencyLevel
 
isSet() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Set, and false otherwise.
isSet(int) - Method in interface com.datastax.oss.driver.api.core.cql.Bindable
Whether the ith value has been set.
isSet(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.Bindable
Whether the value for the first occurrence of id has been set.
isSet(String) - Method in interface com.datastax.oss.driver.api.core.cql.Bindable
Whether the value for the first occurrence of name has been set.
isSingleBounded() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns whether this range is single-bounded, i.e.
isStatic() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.ColumnMetadata
 
isSubtypeOf(GenericType<?>) - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns true if this type is a subtype of the given type.
isSupertypeOf(GenericType<?>) - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns true if this type is a supertype of the given type.
isSystemQuery() - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Whether the statement is a system query, or null if it defaults to the value defined in the configuration.
isTracing() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Whether tracing information should be recorded for this statement.
isTracing() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Whether tracing information should be recorded for this statement.
isUnbounded() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Whether this bound is unbounded (i.e.
isValue() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a simple scalar value, (i.e., string, boolean or number), and false otherwise.
isVertex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Vertex, and false otherwise.
isVertexProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a VertexProperty, and false otherwise.
isVirtual() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
Whether this keyspace is virtual
isVirtual() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
Whether this table is virtual
isWrappedAround() - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Whether this range wraps around the end of the ring.

J

JMX_PORT - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The JMX port used by this node.
json(String) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.InsertInto
Makes this statement an INSERT JSON with the provided JSON string.
json(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.InsertInto
Makes this statement an INSERT JSON with a bind marker, as in INSERT JSON ?.
json(Object, CodecRegistry) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.InsertInto
Makes this statement an INSERT JSON with a custom type mapping.
json(T, TypeCodec<T>) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.InsertInto
Makes this statement an INSERT JSON with a custom type mapping.
json() - Method in interface com.datastax.oss.driver.api.querybuilder.select.SelectFrom
 
JsonInsert - Interface in com.datastax.oss.driver.api.querybuilder.insert
An INSERT JSON statement.

K

keys() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
The keys of this map node, or an empty iterator if it is not a map.
keyspace - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
KeyspaceMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A keyspace in the schema metadata.
KeyspaceOptions<SelfT extends KeyspaceOptions<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
KeyspaceReplicationOptions<TargetT> - Interface in com.datastax.oss.driver.api.querybuilder.schema
 

L

LeveledCompactionStrategy<SelfT extends LeveledCompactionStrategy<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema.compaction
 
leveledCompactionStrategy() - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Compaction options for Leveled Compaction Strategy (LCS).
like(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.ColumnRelationBuilder
Builds a LIKE relation for the column.
limit(int) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds a LIMIT clause to this query with a literal value.
limit(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds a LIMIT clause to this query with a bind marker.
LINE_STRING - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
LINE_STRING - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
LineString - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation for DSE's LineString.
lineString(Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a line string from the given (at least 2) points.
lineString(double...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a line string from the coordinates of its points.
listOf(TypeCodec<T>) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
listOf(DataType) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
listOf(DataType, boolean) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
listOf(Class<T>) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
listOf(GenericType<T>) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
listOf(Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a group of elements as a list, as in SELECT [a,b,c].
listOf(Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Var-arg equivalent of OngoingSelection.listOf(Iterable).
listOf(Iterable<Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a group of elements as a list, as in SELECT [a,b,c].
listOf(Selector...) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Var-arg equivalent of Selector.listOf(Iterable).
ListType - Interface in com.datastax.oss.driver.api.core.type
 
Literal - Interface in com.datastax.oss.driver.api.querybuilder
A value that will be appended as a CQL literal.
literal(Object) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A literal term, as in WHERE k = 1.
literal(Object, CodecRegistry) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A literal term, as in WHERE k = 1.
literal(T, TypeCodec<T>) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A literal term, as in WHERE k = 1.
literal(Object) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects literal value, as in WHERE k = 1.
literal(Object, CodecRegistry) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a literal value, as in WHERE k = 1.
literal(T, TypeCodec<T>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a literal value, as in WHERE k = 1.
LoadBalancingPolicy - Interface in com.datastax.oss.driver.api.core.loadbalancing
Decides which Cassandra nodes to contact for each query.
LoadBalancingPolicy.DistanceReporter - Interface in com.datastax.oss.driver.api.core.loadbalancing
An object that the policy uses to signal decisions it makes about node distances.
LOCAL_DATE - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
LOCAL_ONE - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
LOCAL_QUORUM - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
LOCAL_SERIAL - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
LOCAL_TIME - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
LOGGED - Static variable in interface com.datastax.oss.driver.api.core.cql.BatchType
 
LONG - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
lowerBound(ZonedDateTime, DateRangePrecision) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Creates a date range lower bound from the given date and precision.

M

map(Function<? super ElementT, ? extends TargetT>) - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
Creates a new instance by transforming each element of this iterable with the provided function.
map(Function<? super ElementT, ? extends TargetElementT>) - Method in interface com.datastax.oss.driver.api.core.PagingIterable
Creates a new instance by transforming each element of this iterable with the provided function.
mapOf(TypeCodec<K>, TypeCodec<V>) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
mapOf(DataType, DataType) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
mapOf(DataType, DataType, boolean) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
mapOf(Class<K>, Class<V>) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
mapOf(GenericType<K>, GenericType<V>) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
mapOf(Map<Selector, Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a group of elements as a map, as in SELECT {a:b,c:d}.
mapOf(Map<Selector, Selector>, DataType, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a group of elements as a map and force the resulting map type, as in SELECT (map<int,text>){a:b,c:d}.
mapOf(Map<Selector, Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a group of elements as a map, as in SELECT {a:b,c:d}.
mapOf(Map<Selector, Selector>, DataType, DataType) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a group of elements as a map and force the resulting map type, as in SELECT (map<int,text>){a:b,c:d}.
MappedAsyncPagingIterable<ElementT> - Interface in com.datastax.oss.driver.api.core
The result of calling AsyncPagingIterable.map(Function) on another async iterable.
MappedReactiveResultSet<EntityT> - Interface in com.datastax.dse.driver.api.mapper.reactive
A Publisher of mapped entities returned by DAO methods.
Mapper - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates an interface that will serve as the entry point to mapper features.
MapperBuilder<MapperT> - Class in com.datastax.oss.driver.api.mapper
Builds an instance of a Mapper-annotated interface wrapping a CqlSession.
MapperBuilder(CqlSession) - Constructor for class com.datastax.oss.driver.api.mapper.MapperBuilder
 
MapperContext - Interface in com.datastax.oss.driver.api.mapper
A runtime context that gets passed from the mapper to DAO components to share global resources and configuration.
MapperException - Exception in com.datastax.oss.driver.api.mapper
A runtime issue with the object mapper.
MapperException(String, Throwable) - Constructor for exception com.datastax.oss.driver.api.mapper.MapperException
 
MapperException(String) - Constructor for exception com.datastax.oss.driver.api.mapper.MapperException
 
MapType - Interface in com.datastax.oss.driver.api.core.type
 
mapValue(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Builds a relation testing a value in a map (Cassandra 4 and above).
mapValue(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
MavenCoordinates - Interface in com.datastax.oss.driver.api.core
 
maxTimeUuid(Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in maxTimeUuid function as a term.
mergeWith(TokenRange) - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Merges this range with another one.
Metadata - Interface in com.datastax.oss.driver.api.core.metadata
The metadata of the Cassandra cluster that this driver instance is connected to.
Metrics - Interface in com.datastax.oss.driver.api.core.metrics
A wrapper around a MetricRegistry to expose the driver's metrics.
minTimeUuid(Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in minTimeUuid function as a term.
monotonic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC" to create function specification.
monotonicOn(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC ON" to create function specification.
monotonicOn(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
MultiColumnRelationBuilder<ResultT> - Interface in com.datastax.oss.driver.api.querybuilder.relation
 
multiply(Term, Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
The product of two terms, as in WHERE k = left * right.
multiply(Selector, Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the product of two arguments, as in SELECT col1 * col2.
multiply(Selector, Selector) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the product of two arguments, as in SELECT col1 * col2.
MutableCodecRegistry - Interface in com.datastax.oss.driver.api.core.type.codec.registry
A codec registry that can be extended with new user codecs at runtime.

N

name() - Method in interface com.datastax.oss.driver.api.core.ConsistencyLevel
The textual representation of the level in configuration files.
name() - Method in interface com.datastax.oss.driver.api.core.ProtocolVersion
A string representation of the version.
name() - Method in interface com.datastax.oss.driver.api.core.servererrors.WriteType
The textual representation that the write type is encoded to in protocol frames.
nameBased(UUID, String) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new name-based (version 3) UUID from the given namespace UUID and the given string representing the name part.
nameBased(UUID, byte[]) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new name-based (version 3) UUID from the given namespace UUID and the given byte array representing the name part.
nameBased(UUID, String, int) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new name-based (version 3 or version 5) UUID from the given namespace UUID and the given string representing the name part.
nameBased(UUID, byte[], int) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new name-based (version 3 or version 5) UUID from the given namespace UUID and the given byte array representing the name part.
nameBased(byte[]) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new name-based (version 3) UUID from the given byte array containing the namespace UUID and the name parts concatenated together.
nameBased(byte[], int) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new name-based (version 3 or version 5) UUID from the given byte array containing the namespace UUID and the name parts concatenated together.
NameConverter - Interface in com.datastax.oss.driver.api.mapper.entity.naming
A custom converter to infer CQL column names from the names used in an Entity-annotated class.
NAMESPACE_DNS - Static variable in class com.datastax.oss.driver.api.core.uuid.Uuids
The namespace UUID for fully-qualified domain names, as defined in Appendix C of RFC-4122.
NAMESPACE_OID - Static variable in class com.datastax.oss.driver.api.core.uuid.Uuids
The namespace UUID for OIDs, as defined in Appendix C of RFC-4122.
NAMESPACE_URL - Static variable in class com.datastax.oss.driver.api.core.uuid.Uuids
The namespace UUID for URLs, as defined in Appendix C of RFC-4122.
NAMESPACE_X500 - Static variable in class com.datastax.oss.driver.api.core.uuid.Uuids
The namespace UUID for X.500 domain names, as defined in Appendix C of RFC-4122.
NamingConvention - Enum in com.datastax.oss.driver.api.mapper.entity.naming
A built-in convention to infer CQL column names from the names used in an Entity-annotated class.
NamingStrategy - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates an Entity to indicate how CQL names will be inferred from the names in the Java class.
NATIVE_TRANSPORT_PORT - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The port for the native transport connections on the DSE node.
NATIVE_TRANSPORT_PORT_SSL - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The port for the encrypted native transport connections on the DSE node.
negate(Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
The opposite of a term, as in WHERE k = -argument.
negate(Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the opposite of an argument, as in SELECT -col1.
negate(Selector) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the opposite of an argument, as in SELECT -col1.
newAuthenticator(EndPoint, String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
 
newAuthenticator(EndPoint, String) - Method in interface com.datastax.oss.driver.api.core.auth.AuthProvider
The authenticator to use when connecting to host.
newAuthenticator(EndPoint, String) - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase
 
newControlConnectionSchedule(boolean) - Method in interface com.datastax.oss.driver.api.core.connection.ReconnectionPolicy
Creates a new schedule for the control connection.
newInstance() - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new, empty instance.
newInstance(Iterable<GraphTraversal>) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new instance from the given list of traversals.
newInstance(GraphTraversal...) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new instance from the given list of traversals.
newInstance(GraphTraversal<?, ?>) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a new instance from the given traversal.
newInstance(String) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a new instance from the given script.
newInstance(BatchType) - Static method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Creates an instance of the default implementation for the given batch type.
newInstance(BatchType, Iterable<BatchableStatement<?>>) - Static method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Creates an instance of the default implementation for the given batch type, containing the given statements.
newInstance(BatchType, BatchableStatement<?>...) - Static method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Creates an instance of the default implementation for the given batch type, containing the given statements.
newInstance(String) - Static method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Shortcut to create an instance of the default implementation with only a CQL query (see SimpleStatementBuilder for the defaults for the other fields).
newInstance(String, Object...) - Static method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Shortcut to create an instance of the default implementation with only a CQL query and positional values (see SimpleStatementBuilder for the defaults for the other fields).
newInstance(String, Map<String, Object>) - Static method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Shortcut to create an instance of the default implementation with only a CQL query and named values (see SimpleStatementBuilder for the defaults for other fields).
newInstance(int, int, long) - Static method in class com.datastax.oss.driver.api.core.data.CqlDuration
Creates a duration with the given number of months, days and nanoseconds.
newNodeSchedule(Node) - Method in interface com.datastax.oss.driver.api.core.connection.ReconnectionPolicy
Creates a new schedule for the given node.
newQueryPlan(Request, Session) - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy
Returns the coordinators to use for a new query.
newSslEngine(EndPoint) - Method in class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
 
newSslEngine(EndPoint) - Method in interface com.datastax.oss.driver.api.core.ssl.SslEngineFactory
Creates a new SSL engine each time a connection is established.
newToken(ByteBuffer...) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
Builds a token from a partition key.
newTokenRange(Token, Token) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
 
newValue() - Method in interface com.datastax.oss.driver.api.core.type.TupleType
 
newValue(Object...) - Method in interface com.datastax.oss.driver.api.core.type.TupleType
Creates a new instance with the specified values for the fields.
newValue() - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
 
newValue(Object...) - Method in interface com.datastax.oss.driver.api.core.type.UserDefinedType
Creates a new instance with the specified values for the fields.
next() - Method in interface com.datastax.oss.driver.api.core.time.TimestampGenerator
Returns the next timestamp, in microseconds.
nextDelay() - Method in interface com.datastax.oss.driver.api.core.connection.ReconnectionPolicy.ReconnectionSchedule
How long to wait before the next reconnection attempt.
nextExecution(Node, CqlIdentifier, Request, int) - Method in interface com.datastax.oss.driver.api.core.specex.SpeculativeExecutionPolicy
 
nextStable() - Method in class com.datastax.oss.driver.api.core.Version
The next stable version, i.e.
node - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
node - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
Node - Interface in com.datastax.oss.driver.api.core.metadata
Metadata about a Cassandra node in the cluster.
NodeDistance - Enum in com.datastax.oss.driver.api.core.loadbalancing
Determines how the driver will manage connections to a Cassandra node.
NodeMetric - Interface in com.datastax.oss.driver.api.core.metrics
A node-level metric exposed through Session.getMetrics().
NodeState - Enum in com.datastax.oss.driver.api.core.metadata
The state of a node, as viewed from the driver.
NodeStateListener - Interface in com.datastax.oss.driver.api.core.metadata
A listener that gets notified when nodes states change.
NodeStateListenerBase - Class in com.datastax.oss.driver.api.core.metadata
Convenience class for listener implementations that that don't need to override all methods (all methods in this class are empty).
NodeStateListenerBase() - Constructor for class com.datastax.oss.driver.api.core.metadata.NodeStateListenerBase
 
NONE - Static variable in interface com.datastax.oss.driver.api.core.detach.AttachmentPoint
 
NONE - Static variable in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder.RowsPerPartition
 
NoNodeAvailableException - Exception in com.datastax.oss.driver.api.core
Specialization of AllNodesFailedException when no coordinators were tried.
NoNodeAvailableException() - Constructor for exception com.datastax.oss.driver.api.core.NoNodeAvailableException
 
now() - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in now function as a term.
NullSavingStrategy - Enum in com.datastax.oss.driver.api.mapper.entity.saving
Defines how null Entity properties will be handled during data insertion.

O

of(Class<T>) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
of(Type) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
onAdd(Node) - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy
Called when a node is added to the cluster.
onAdd(Node) - Method in interface com.datastax.oss.driver.api.core.metadata.NodeStateListener
Invoked when a node is first added to the cluster.
onAdd(Node) - Method in class com.datastax.oss.driver.api.core.metadata.NodeStateListenerBase
 
onAggregateCreated(AggregateMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onAggregateCreated(AggregateMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onAggregateDropped(AggregateMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onAggregateDropped(AggregateMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onAggregateUpdated(AggregateMetadata, AggregateMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onAggregateUpdated(AggregateMetadata, AggregateMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onAuthenticationSuccess(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.auth.Authenticator
Called when authentication is successful with the last information optionally sent by the server.
onAuthenticationSuccess(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.auth.SyncAuthenticator
 
onAuthenticationSuccessSync(ByteBuffer) - Method in class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
 
onAuthenticationSuccessSync(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.auth.SyncAuthenticator
Called when authentication is successful with the last information optionally sent by the server.
onDown(Node) - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy
Called when a node is determined to be down.
onDown(Node) - Method in interface com.datastax.oss.driver.api.core.metadata.NodeStateListener
Invoked when a node's state switches to NodeState.DOWN or NodeState.FORCED_DOWN.
onDown(Node) - Method in class com.datastax.oss.driver.api.core.metadata.NodeStateListenerBase
 
onDriverInit(DriverContext) - Method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Called when the driver initializes.
one() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Returns the next node, or null if the result set is exhausted.
one() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
Returns the next node, or null if the result set is exhausted.
one() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
Returns the next element, or null if the results are exhausted.
ONE - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
one() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
Returns the next element, or null if the iterable is exhausted.
onError(Request, Throwable, long, DriverExecutionProfile, Node) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Deprecated.
This method only exists for backward compatibility. Override RequestTracker.onError(Request, Throwable, long, DriverExecutionProfile, Node, String) instead.
onError(Request, Throwable, long, DriverExecutionProfile, Node, String) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Invoked each time a request fails.
onErrorResponse(Request, CoordinatorException, int) - Method in interface com.datastax.oss.driver.api.core.retry.RetryPolicy
Whether to retry when the server replied with a recoverable error (other than READ_TIMEOUT, WRITE_TIMEOUT or UNAVAILABLE).
onFunctionCreated(FunctionMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onFunctionCreated(FunctionMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onFunctionDropped(FunctionMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onFunctionDropped(FunctionMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onFunctionUpdated(FunctionMetadata, FunctionMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onFunctionUpdated(FunctionMetadata, FunctionMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
OngoingAssignment - Interface in com.datastax.oss.driver.api.querybuilder.update
 
OngoingConfigOptions<SelfT extends OngoingConfigOptions<SelfT>> - Interface in com.datastax.oss.driver.api.core.config
An object where config options can be set programmatically.
OngoingCreateType - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
OngoingPartitionKey - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
OngoingSelection - Interface in com.datastax.oss.driver.api.querybuilder.select
A SELECT query that accepts additional selectors (that is, elements in the SELECT clause to return as columns in the result set, as in: SELECT count(*), sku, price...).
OngoingValues - Interface in com.datastax.oss.driver.api.querybuilder.insert
 
OngoingWhereClause<SelfT extends OngoingWhereClause<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.relation
A statement that is ready to accept relations in its WHERE clause.
onKeyspaceCreated(KeyspaceMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onKeyspaceCreated(KeyspaceMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onKeyspaceDropped(KeyspaceMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onKeyspaceDropped(KeyspaceMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onKeyspaceUpdated(KeyspaceMetadata, KeyspaceMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onKeyspaceUpdated(KeyspaceMetadata, KeyspaceMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onMissingChallenge(EndPoint) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
 
onMissingChallenge(EndPoint) - Method in interface com.datastax.oss.driver.api.core.auth.AuthProvider
What to do if the server does not send back an authentication challenge (in other words, lets the client connect without any form of authentication).
onMissingChallenge(EndPoint) - Method in class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase
 
onNodeError(Request, Throwable, long, DriverExecutionProfile, Node) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Deprecated.
This method only exists for backward compatibility. Override RequestTracker.onNodeError(Request, Throwable, long, DriverExecutionProfile, Node, String) instead.
onNodeError(Request, Throwable, long, DriverExecutionProfile, Node, String) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Invoked each time a request fails at the node level.
onNodeSuccess(Request, long, DriverExecutionProfile, Node) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Deprecated.
This method only exists for backward compatibility. Override RequestTracker.onNodeSuccess(Request, long, DriverExecutionProfile, Node, String) instead.
onNodeSuccess(Request, long, DriverExecutionProfile, Node, String) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Invoked each time a request succeeds at the node level.
onReadTimeout(Request, ConsistencyLevel, int, int, boolean, int) - Method in interface com.datastax.oss.driver.api.core.retry.RetryPolicy
Whether to retry when the server replied with a READ_TIMEOUT error; this indicates a server-side timeout during a read query, i.e.
onRemove(Node) - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy
Called when a node is removed from the cluster.
onRemove(Node) - Method in interface com.datastax.oss.driver.api.core.metadata.NodeStateListener
Invoked when a node leaves the cluster.
onRemove(Node) - Method in class com.datastax.oss.driver.api.core.metadata.NodeStateListenerBase
 
onRequestAborted(Request, Throwable, int) - Method in interface com.datastax.oss.driver.api.core.retry.RetryPolicy
Whether to retry when a request was aborted before we could get a response from the server.
onSuccess(Request, long, DriverExecutionProfile, Node) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Deprecated.
This method only exists for backward compatibility. Override RequestTracker.onSuccess(Request, long, DriverExecutionProfile, Node, String) instead.
onSuccess(Request, long, DriverExecutionProfile, Node, String) - Method in interface com.datastax.oss.driver.api.core.tracker.RequestTracker
Invoked each time a request succeeds.
onTable(CqlIdentifier, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexStart
Indicates which table this index is on.
onTable(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexStart
Indicates which table this index is on.
onTable(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexStart
onTable(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexStart
onTableCreated(TableMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onTableCreated(TableMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onTableDropped(TableMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onTableDropped(TableMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onTableUpdated(TableMetadata, TableMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onTableUpdated(TableMetadata, TableMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onThrottleFailure(RequestThrottlingException) - Method in interface com.datastax.oss.driver.api.core.session.throttling.Throttled
Invoked by the throttler to indicate that the request cannot be fulfilled.
onThrottleReady(boolean) - Method in interface com.datastax.oss.driver.api.core.session.throttling.Throttled
Invoked by the throttler to indicate that the request can now start.
onUnavailable(Request, ConsistencyLevel, int, int, int) - Method in interface com.datastax.oss.driver.api.core.retry.RetryPolicy
Whether to retry when the server replied with an UNAVAILABLE error; this indicates that the coordinator determined that there were not enough replicas alive to perform a query with the requested consistency level.
onUp(Node) - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy
Called when a node is determined to be up.
onUp(Node) - Method in interface com.datastax.oss.driver.api.core.metadata.NodeStateListener
Invoked when a node's state switches to NodeState.UP.
onUp(Node) - Method in class com.datastax.oss.driver.api.core.metadata.NodeStateListenerBase
 
onUserDefinedTypeCreated(UserDefinedType) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onUserDefinedTypeCreated(UserDefinedType) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onUserDefinedTypeDropped(UserDefinedType) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onUserDefinedTypeDropped(UserDefinedType) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onUserDefinedTypeUpdated(UserDefinedType, UserDefinedType) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onUserDefinedTypeUpdated(UserDefinedType, UserDefinedType) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onViewCreated(ViewMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onViewCreated(ViewMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onViewDropped(ViewMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onViewDropped(ViewMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onViewUpdated(ViewMetadata, ViewMetadata) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListener
 
onViewUpdated(ViewMetadata, ViewMetadata) - Method in class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
onWriteTimeout(Request, ConsistencyLevel, WriteType, int, int, int) - Method in interface com.datastax.oss.driver.api.core.retry.RetryPolicy
Whether to retry when the server replied with a WRITE_TIMEOUT error; this indicates a server-side timeout during a write query, i.e.
OptionProvider<SelfT extends OptionProvider<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
orderBy(Map<String, ClusteringOrder>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Shortcut for Select.orderByIds(Map) with the columns specified as case-insensitive names.
orderBy(CqlIdentifier, ClusteringOrder) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds the provided ORDER BY clause to the query.
orderBy(String, ClusteringOrder) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
orderByIds(Map<CqlIdentifier, ClusteringOrder>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds the provided ORDER BY clauses to the query.
orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds OR REPLACE to the create aggregate specification.
orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds OR REPLACE to the create function specification.
orReplace() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateStart
Adds OR REPLACE to the create aggregate specification.
orReplace() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionStart
Adds OR REPLACE to the create function specification.
OSS_DRIVER_COORDINATES - Static variable in interface com.datastax.oss.driver.api.core.session.Session
The Maven coordinates of the core driver artifact.
OverloadedException - Exception in com.datastax.oss.driver.api.core.servererrors
Thrown when the coordinator reported itself as being overloaded.
OverloadedException(Node) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.OverloadedException
 

P

pageNumber() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousAsyncResultSet
Returns the current page's number.
pageSize - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
PagingIterable<ElementT> - Interface in com.datastax.oss.driver.api.core
An iterable of elements which are fetched synchronously by the driver, possibly in multiple requests.
pagingState - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
parse(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRange
Parses the given string as a date range.
parse(String) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
Builds a token from its string representation.
parse(String) - Method in interface com.datastax.oss.driver.api.core.type.codec.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.oss.driver.api.core.Version
Parses a version from a string.
parseLowerBound(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Parses the given input as a lower date range bound.
parseUpperBound(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Parses the given input as an upper date range bound.
PartitionKey - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates the field or getter of an Entity property, to indicate that it's part of the partition key.
perPartitionLimit(int) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds a PER PARTITION LIMIT clause to this query with a literal value.
perPartitionLimit(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.select.Select
Adds a PER PARTITION LIMIT clause to this query with a bind marker.
phrase(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports finding words which are a within a specific distance away (case insensitive).
PID_SYSTEM_PROPERTY - Static variable in class com.datastax.oss.driver.api.core.uuid.Uuids
The system property to use to force the value of the process ID ("com.datastax.oss.driver.PID").
PlainTextAuthenticator(PlainTextAuthProviderBase.Credentials, EndPoint, String) - Constructor for class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.PlainTextAuthenticator
 
PlainTextAuthenticator(PlainTextAuthProviderBase.Credentials) - Constructor for class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase.PlainTextAuthenticator
Deprecated.
Preserved for backward compatibility, implementors should use #PlainTextAuthenticator(Credentials, EndPoint, String) instead.
PlainTextAuthProviderBase - Class in com.datastax.oss.driver.api.core.auth
Common infrastructure for plain text auth providers.
PlainTextAuthProviderBase(String) - Constructor for class com.datastax.oss.driver.api.core.auth.PlainTextAuthProviderBase
 
PlainTextAuthProviderBase.Credentials - Class in com.datastax.oss.driver.api.core.auth
 
PlainTextAuthProviderBase.PlainTextAuthenticator - Class in com.datastax.oss.driver.api.core.auth
 
Point - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation of DSE's Point.
point(double, double) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a point from the given coordinates.
POINT - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
POINT - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
Polygon - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation of DSE's Polygon.
polygon(Point, Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a polygon from the given (at least 3) points.
polygon(double...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a polygon from the coordinates of its points.
POLYGON - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
POLYGON - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
Polygon.Builder - Interface in com.datastax.dse.driver.api.core.data.geometry
Provides a simple DSL to build a polygon.
prefix(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search for a specific prefix at the beginning of the text property targeted (case sensitive).
prepare(SimpleStatement) - Method in interface com.datastax.oss.driver.api.core.cql.SyncCqlSession
Prepares a CQL statement synchronously (the calling thread blocks until the statement is prepared).
prepare(String) - Method in interface com.datastax.oss.driver.api.core.cql.SyncCqlSession
Prepares a CQL statement synchronously (the calling thread blocks until the statement is prepared).
prepare(PrepareRequest) - Method in interface com.datastax.oss.driver.api.core.cql.SyncCqlSession
Prepares a CQL statement synchronously (the calling thread blocks until the statement is prepared).
prepareAsync(SimpleStatement) - Method in interface com.datastax.oss.driver.api.core.cql.AsyncCqlSession
Prepares a CQL statement asynchronously (the call returns as soon as the prepare query was sent, generally before the statement is prepared).
prepareAsync(String) - Method in interface com.datastax.oss.driver.api.core.cql.AsyncCqlSession
Prepares a CQL statement asynchronously (the call returns as soon as the prepare query was sent, generally before the statement is prepared).
prepareAsync(PrepareRequest) - Method in interface com.datastax.oss.driver.api.core.cql.AsyncCqlSession
Prepares a CQL statement asynchronously (the call returns as soon as the prepare query was sent, generally before the statement is prepared).
PreparedStatement - Interface in com.datastax.oss.driver.api.core.cql
A query with bind variables that has been pre-parsed by the database.
PrepareRequest - Interface in com.datastax.oss.driver.api.core.cql
A request to prepare a CQL query.
prepend(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Prepends to a collection column, as in SET l=[1,2,3]+l.
prepend(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
prepend(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Prepends to a collection column, as in SET l=[1,2,3]+l.
prepend(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
prependListElement(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Prepends a single element to a list column, as in SET l=[?]+l.
prependListElement(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
prependListElement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Prepends a single element to a list column, as in SET l=[?]+l.
prependListElement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
prependMapEntry(CqlIdentifier, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Prepends a single entry to a map column, as in SET m={?:?}+m.
prependMapEntry(String, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
prependMapEntry(CqlIdentifier, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Prepends a single entry to a map column, as in SET m={?:?}+m.
prependMapEntry(String, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
prependSetElement(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Prepends a single element to a set column, as in SET s={?}+s.
prependSetElement(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
prependSetElement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Prepends a single element to a set column, as in SET s={?}+s.
prependSetElement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
PrimitiveBooleanCodec - Interface in com.datastax.oss.driver.api.core.type.codec
A specialized boolean codec that knows how to deal with primitive types.
PrimitiveByteCodec - Interface in com.datastax.oss.driver.api.core.type.codec
A specialized byte codec that knows how to deal with primitive types.
PrimitiveDoubleCodec - Interface in com.datastax.oss.driver.api.core.type.codec
A specialized double codec that knows how to deal with primitive types.
PrimitiveFloatCodec - Interface in com.datastax.oss.driver.api.core.type.codec
A specialized float codec that knows how to deal with primitive types.
PrimitiveIntCodec - Interface in com.datastax.oss.driver.api.core.type.codec
A specialized integer codec that knows how to deal with primitive types.
PrimitiveLongCodec - Interface in com.datastax.oss.driver.api.core.type.codec
A specialized long codec that knows how to deal with primitive types.
PrimitiveShortCodec - Interface in com.datastax.oss.driver.api.core.type.codec
A specialized short codec that knows how to deal with primitive types.
ProgrammaticArguments - Class in com.datastax.oss.driver.api.core.session
The arguments that can be set programmatically when building a session.
ProgrammaticArguments.Builder - Class in com.datastax.oss.driver.api.core.session
 
programmaticArgumentsBuilder - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
programmaticBuilder() - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
Deprecated.
This method only exists for backward compatibility. It delegates to DriverConfigLoader.programmaticBuilder(), which you should call directly instead.
programmaticBuilder() - Static method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Starts a builder that allows configuration options to be overridden programmatically.
programmaticContactPoints - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
ProgrammaticDriverConfigLoaderBuilder - Interface in com.datastax.oss.driver.api.core.config
A builder that allows the creation of a config loader where options are overridden programmatically.
ProgrammaticSslEngineFactory - Class in com.datastax.oss.driver.api.core.ssl
An SSL engine factory that allows you to configure the driver programmatically, by passing your own SSLContext.
ProgrammaticSslEngineFactory(SSLContext) - Constructor for class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
Creates an instance with the given SSLContext, default cipher suites and no host name validation.
ProgrammaticSslEngineFactory(SSLContext, String[]) - Constructor for class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
Creates an instance with the given SSLContext and cipher suites, and no host name validation.
ProgrammaticSslEngineFactory(SSLContext, String[], boolean) - Constructor for class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
Creates an instance with the given SSLContext, cipher suites and host name validation.
ProtocolError - Exception in com.datastax.oss.driver.api.core.servererrors
Indicates that the contacted node reported a protocol error.
ProtocolError(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.ProtocolError
 
protocolVersion() - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
protocolVersion() - Method in interface com.datastax.oss.driver.api.core.data.Data
Returns the protocol version that is currently used to convert values for this instance.
ProtocolVersion - Interface in com.datastax.oss.driver.api.core
A version of the native protocol used by the driver to communicate with the server.
ProxyAuthentication - Class in com.datastax.dse.driver.api.core.auth
 
ProxyAuthentication() - Constructor for class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
 

Q

Query - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that executes a user-provided query.
QueryBuilder - Class in com.datastax.oss.driver.api.querybuilder
A Domain-Specific Language to build CQL queries using Java code.
QueryBuilder() - Constructor for class com.datastax.oss.driver.api.querybuilder.QueryBuilder
 
QueryConsistencyException - Exception in com.datastax.oss.driver.api.core.servererrors
A failure to reach the required consistency level during the execution of a query.
QueryConsistencyException(Node, String, ConsistencyLevel, int, int, ExecutionInfo, boolean) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.QueryConsistencyException
 
QueryExecutionException - Exception in com.datastax.oss.driver.api.core.servererrors
A server-side error thrown when a valid query cannot be executed.
QueryExecutionException(Node, String, ExecutionInfo, boolean) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.QueryExecutionException
 
QueryProvider - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that delegates the execution of the query to a user-provided class.
QueryTrace - Interface in com.datastax.oss.driver.api.core.cql
Tracing information for a query.
QueryValidationException - Exception in com.datastax.oss.driver.api.core.servererrors
A server-side error thrown when a query cannot be executed because it is syntactically incorrect, invalid or unauthorized.
QueryValidationException(Node, String, ExecutionInfo, boolean) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.QueryValidationException
 
QUORUM - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 

R

random() - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new random (version 4) UUID.
range(Selector, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a slice in a collection column, as in SELECT s[4..8].
range(CqlIdentifier, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut for slice selection when the target collection is a simple column.
range(String, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
range(Selector, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a slice in a collection column, as in SELECT s[4..8].
range(CqlIdentifier, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut for slice selection when the target collection is a simple column.
range(String, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
raw(String) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Specifies an element to delete as a raw CQL snippet.
raw(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A raw CQL snippet.
Raw - Interface in com.datastax.oss.driver.api.querybuilder
A raw CQL snippet that will be appended to the query as-is, without any syntax checking or escaping.
raw(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects an arbitrary expression expressed as a raw string.
ReactiveQueryMetadata - Interface in com.datastax.dse.driver.api.core.cql.reactive
Interface implemented by all the reactive result set publishers provided by the driver, and notably by ReactiveResultSet.
ReactiveResultSet - Interface in com.datastax.dse.driver.api.core.cql.reactive
A Publisher of ReactiveRows returned by a ReactiveSession.
ReactiveRow - Interface in com.datastax.dse.driver.api.core.cql.reactive
A row produced by a reactive result set.
ReactiveSession - Interface in com.datastax.dse.driver.api.core.cql.reactive
A Session that offers utility methods to issue queries using reactive-style programming.
readConsistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
ReadFailureException - Exception in com.datastax.oss.driver.api.core.servererrors
A non-timeout error during a read query.
ReadFailureException(Node, ConsistencyLevel, int, int, int, boolean, Map<InetAddress, Integer>) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.ReadFailureException
 
ReadTimeoutException - Exception in com.datastax.oss.driver.api.core.servererrors
A server-side timeout during a read query.
ReadTimeoutException(Node, ConsistencyLevel, int, int, boolean) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.ReadTimeoutException
 
ReconnectionPolicy - Interface in com.datastax.oss.driver.api.core.connection
Decides how often the driver tries to re-establish lost connections.
ReconnectionPolicy.ReconnectionSchedule - Interface in com.datastax.oss.driver.api.core.connection
The reconnection schedule from the time a connection is lost, to the time all connections to this node have been restored.
refreshSchema() - Method in interface com.datastax.oss.driver.api.core.session.Session
Convenience method to call Session.refreshSchemaAsync() and block for the result.
refreshSchemaAsync() - Method in interface com.datastax.oss.driver.api.core.session.Session
Force an immediate refresh of the schema metadata, even if it is currently disabled (either in the configuration or via Session.setSchemaMetadataEnabled(Boolean)).
regex(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search for this regular expression inside the text property targeted (case sensitive).
register(Throttled) - Method in interface com.datastax.oss.driver.api.core.session.throttling.RequestThrottler
Registers a new request to be throttled.
register(TypeCodec<?>) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.MutableCodecRegistry
Adds the given codec to the registry.
register(TypeCodec<?>...) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.MutableCodecRegistry
Invokes MutableCodecRegistry.register(TypeCodec) for every codec in the given list.
register(Iterable<TypeCodec<?>>) - Method in interface com.datastax.oss.driver.api.core.type.codec.registry.MutableCodecRegistry
Invokes MutableCodecRegistry.register(TypeCodec) for every codec in the given list.
RegularInsert - Interface in com.datastax.oss.driver.api.querybuilder.insert
A regular (not JSON) INSERT statement.
Relation - Interface in com.datastax.oss.driver.api.querybuilder.relation
A relation in a WHERE clause.
RelationMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A table or materialized view in the schema metadata.
RelationOptions<SelfT extends RelationOptions<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
RelationStructure<SelfT extends RelationStructure<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema
 
reload() - Method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Triggers an immediate reload attempt.
remainder(Term, Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
The remainder of two terms, as in WHERE k = left % right.
remainder(Selector, Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the remainder of two arguments, as in SELECT col1 % col2.
remainder(Selector, Selector) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the remainder of two arguments, as in SELECT col1 % col2.
remaining() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
How many rows are left before the current page is exhausted.
remaining() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
How many rows are left before the current page is exhausted.
remoteConnectionBuilder(CqlSession) - Static method in class com.datastax.dse.driver.api.core.graph.DseGraph
Returns a builder helper class to help create RemoteConnection implementations that seamlessly connect to DSE Graph using the CqlSession in parameter.
remove(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Removes elements from a collection, as in SET l=l-[1,2,3].
remove(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
remove(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Removes elements from a collection, as in SET l=l-[1,2,3].
remove(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
removeListElement(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Removes a single element from a list column, as in SET l=l-[?].
removeListElement(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
removeListElement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Removes a single element to a list column, as in SET l=l-[?].
removeListElement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
removeMapEntry(CqlIdentifier, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Removes a single entry from a map column, as in SET m=m-{?:?}.
removeMapEntry(String, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
removeMapEntry(CqlIdentifier, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Removes a single entry to a map column, as in SET m=m-{?:?}.
removeMapEntry(String, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
removeQueryParam(String) - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Removes a binding for the given name from this statement.
removeQueryParam(String) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
Removes a parameter.
removeSetElement(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Removes a single element from a set column, as in SET s=s-{?}.
removeSetElement(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
removeSetElement(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Removes a single element to a set column, as in SET s=s-{?}.
removeSetElement(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
renameColumn(CqlIdentifier, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableRenameColumn
Adds a column rename to ALTER TABLE specification.
renameColumn(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTableRenameColumn
renameField(CqlIdentifier, CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTypeRenameField
Adds a field rename to ALTER TYPE specification.
renameField(String, String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.AlterTypeRenameField
Request - Interface in com.datastax.oss.driver.api.core.session
A request executed by a Session.
RequestThrottler - Interface in com.datastax.oss.driver.api.core.session.throttling
Limits the number of concurrent requests executed by the driver.
RequestThrottlingException - Exception in com.datastax.oss.driver.api.core
Thrown if the session uses a request throttler, and it didn't allow the current request to execute.
RequestThrottlingException(String) - Constructor for exception com.datastax.oss.driver.api.core.RequestThrottlingException
 
RequestTracker - Interface in com.datastax.oss.driver.api.core.tracker
Tracks request execution for a session.
requireHostnameValidation - Variable in class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
 
resolve() - Method in interface com.datastax.oss.driver.api.core.metadata.EndPoint
Resolves this instance to a socket address.
ResultSet - Interface in com.datastax.oss.driver.api.core.cql
The result of a synchronous CQL query.
RetryDecision - Enum in com.datastax.oss.driver.api.core.retry
A decision from the RetryPolicy on how to handle a retry.
RetryPolicy - Interface in com.datastax.oss.driver.api.core.retry
Defines the behavior to adopt when a request fails.
returnsNullOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds RETURNS NULL ON NULL to the create function specification.
returnsNullOnNull() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionStart
Adds RETURNS NULL ON NULL to the create function specification.
returnsType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithNullOption
Adds RETURNS to the create function specification.
returnsType(DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionWithNullOption
Adds RETURNS to the create function specification.
reword(String) - Method in exception com.datastax.oss.driver.api.core.AllNodesFailedException
 
roundDown(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Rounds down the given timestamp to this precision.
roundUp(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Rounds up the given timestamp to this precision.
routingKey - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
routingKeyspace - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
routingToken - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
Row - Interface in com.datastax.oss.driver.api.core.cql
A row from a CQL table.
rows(int) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder.RowsPerPartition
 

S

SASL_SERVICE_NAME_PROPERTY - Static variable in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
The name of the system property to use to specify the SASL service name.
SchemaBuilder - Class in com.datastax.oss.driver.api.querybuilder
A Domain-Specific Language to build CQL DDL queries using Java code.
SchemaBuilder() - Constructor for class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
 
SchemaBuilder.RowsPerPartition - Class in com.datastax.oss.driver.api.querybuilder
Specifies the rows_per_partition configuration for table caching options.
SchemaChangeListener - Interface in com.datastax.oss.driver.api.core.metadata.schema
Tracks schema changes.
SchemaChangeListenerBase - Class in com.datastax.oss.driver.api.core.metadata.schema
Convenience class for listener implementations that that don't need to override all methods (all methods in this class are empty).
SchemaChangeListenerBase() - Constructor for class com.datastax.oss.driver.api.core.metadata.schema.SchemaChangeListenerBase
 
ScriptGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
A graph statement that uses a Gremlin-groovy script the query.
ScriptGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
A builder to create a script graph statement.
ScriptGraphStatementBuilder(String) - Constructor for class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
 
ScriptGraphStatementBuilder(ScriptGraphStatement) - Constructor for class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
 
Search - Interface in com.datastax.dse.driver.api.core.graph.predicates
 
Select - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that selects one or more rows, and maps them to instances of an Entity-annotated class.
Select - Interface in com.datastax.oss.driver.api.querybuilder.select
A complete SELECT query.
selectByPrimaryKey() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Builds a select query to fetch an instance of the entity by primary key (partition key + clustering columns).
selectFrom(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts a SELECT query for a qualified table.
selectFrom(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
selectFrom(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts a SELECT query for an unqualified table.
selectFrom(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
SelectFrom - Interface in com.datastax.oss.driver.api.querybuilder.select
The beginning of a SELECT query.
selector(Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Adds a selector.
selector(Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Adds a selector.
Selector - Interface in com.datastax.oss.driver.api.querybuilder.select
A selected element in a SELECT query.
selectors(Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Adds multiple selectors at once.
selectors(Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
selectors(Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Adds multiple selectors at once.
selectors(Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
selectStart() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Builds the beginning of a select query to fetch one or more instances of the entity.
self - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
SERIAL - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
serialConsistencyLevel - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
SERVER_ID - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The value of the server_id field in the peers system table for this node.
ServerError - Exception in com.datastax.oss.driver.api.core.servererrors
Indicates that the contacted node reported an internal error.
ServerError(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.ServerError
 
Session - Interface in com.datastax.oss.driver.api.core.session
A nexus to send requests to a Cassandra cluster.
session - Variable in class com.datastax.oss.driver.api.mapper.MapperBuilder
 
SessionBuilder<SelfT extends SessionBuilder,SessionT> - Class in com.datastax.oss.driver.api.core.session
Base implementation to build session instances.
SessionBuilder() - Constructor for class com.datastax.oss.driver.api.core.session.SessionBuilder
 
SessionMetric - Interface in com.datastax.oss.driver.api.core.metrics
A session-level metric exposed through Session.getMetrics().
set(CqlIdentifier, ValueT, TypeCodec<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id, using the given codec for the conversion.
set(CqlIdentifier, ValueT, GenericType<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id, converting it to the given Java type.
set(CqlIdentifier, ValueT, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Returns the value for the first occurrence of id, converting it to the given Java type.
set(int, ValueT, TypeCodec<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value, using the given codec for the conversion.
set(int, ValueT, GenericType<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value, converting it to the given Java type.
set(int, ValueT, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Returns the ith value, converting it to the given Java type.
set(String, ValueT, TypeCodec<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name, using the given codec for the conversion.
set(String, ValueT, GenericType<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name, converting it to the given Java type.
set(String, ValueT, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Returns the value for the first occurrence of name, converting it to the given Java type.
set(EntityT, SettableT, NullSavingStrategy) - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Sets the properties of an entity instance into a target data structure.
set(Assignment) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Adds an assignment to this statement, as in UPDATE foo SET v=1.
set(Iterable<Assignment>) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Adds multiple assignments at once.
set(Assignment...) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Var-arg equivalent of OngoingAssignment.set(Iterable).
setBatchType(BatchType) - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Sets the batch type.
setBigDecimal(CqlIdentifier, BigDecimal) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java big decimal.
setBigDecimal(int, BigDecimal) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java big decimal.
setBigDecimal(String, BigDecimal) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java big decimal.
setBigInteger(CqlIdentifier, BigInteger) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java big integer.
setBigInteger(int, BigInteger) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java big integer.
setBigInteger(String, BigInteger) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java big integer.
setBoolean(CqlIdentifier, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java primitive boolean.
setBoolean(int, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java primitive boolean.
setBoolean(String, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java primitive boolean.
setByte(CqlIdentifier, byte) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java primitive byte.
setByte(int, byte) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java primitive byte.
setByte(String, byte) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java primitive byte.
setByteBuffer(CqlIdentifier, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java byte buffer.
setByteBuffer(int, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java byte buffer.
setByteBuffer(String, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java byte buffer.
setBytesUnsafe(int, ByteBuffer) - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
setBytesUnsafe(CqlIdentifier, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the raw binary representation of the value for the first occurrence of id.
setBytesUnsafe(int, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the raw binary representation of the ith value.
setBytesUnsafe(String, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the raw binary representation of the value for the first occurrence of name.
setColumn(CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Assigns a value to a column, as in SET c=?.
setColumn(String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
setColumn(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Assigns a value to a column, as in SET c=1.
setColumn(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
setConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the consistency level to use for this statement.
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the ConsistencyLevel to use for this statement.
setConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setCqlDuration(CqlIdentifier, CqlDuration) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided duration.
setCqlDuration(int, CqlDuration) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided duration.
setCqlDuration(String, CqlDuration) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided duration.
setCustomPayload(Map<String, ByteBuffer>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the custom payload to use for execution.
setCustomPayload(Map<String, ByteBuffer>) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the custom payload to use for execution.
setDistance(Node, NodeDistance) - Method in interface com.datastax.oss.driver.api.core.loadbalancing.LoadBalancingPolicy.DistanceReporter
 
setDouble(CqlIdentifier, double) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java primitive double.
setDouble(int, double) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java primitive double.
setDouble(String, double) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java primitive double.
SetEntity - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that fills a core driver data structure from an instance of an Entity class.
setExecutionInfo(ExecutionInfo) - Method in exception com.datastax.oss.driver.api.core.DriverException
This is for internal use by the driver, a client application has no reason to call it.
setExecutionProfile(DriverExecutionProfile) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the configuration profile to use for execution.
setExecutionProfile(DriverExecutionProfile) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setExecutionProfile(DriverExecutionProfile) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the execution profile to use for this statement.
setExecutionProfile(DriverExecutionProfile) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setExecutionProfileName(String) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the name of the driver configuration profile that will be used for execution.
setExecutionProfileName(String) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setExecutionProfileName(String) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the name of the execution profile that will be used for this statement.
setExecutionProfileName(String) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setField(CqlIdentifier, CqlIdentifier, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Assigns a value to a field of a UDT, as in SET address.zip=?.
setField(String, String, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
setField(CqlIdentifier, CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Assigns a value to a field of a UDT, as in SET address.zip=?.
setField(String, String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
setFloat(CqlIdentifier, float) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java primitive float.
setFloat(int, float) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java primitive float.
setFloat(String, float) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java primitive float.
setGraphName(String) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the graph name.
setGraphName(String) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setIdempotence(Boolean) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setIdempotence(Boolean) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setIdempotent(Boolean) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Set the idempotence to use for execution.
setIdempotent(Boolean) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the idempotence to use for execution.
setInetAddress(CqlIdentifier, InetAddress) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java IP address.
setInetAddress(int, InetAddress) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java IP address.
setInetAddress(String, InetAddress) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java IP address.
setInstant(CqlIdentifier, Instant) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java instant.
setInstant(int, Instant) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java instant.
setInstant(String, Instant) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java instant.
setInt(CqlIdentifier, int) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java primitive integer.
setInt(int, int) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java primitive integer.
setInt(String, int) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java primitive integer.
setKeyspace(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
Sets the CQL keyspace to associate with this batch.
setKeyspace(String) - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
setKeyspace(CqlIdentifier) - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
Sets the CQL keyspace to execute this batch in.
setKeyspace(String) - Method in class com.datastax.oss.driver.api.core.cql.BatchStatementBuilder
Sets the CQL keyspace to execute this batch in.
setKeyspace(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Sets the CQL keyspace to associate with the query.
setKeyspace(String) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
setKeyspace(CqlIdentifier) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
setKeyspace(String) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
setList(CqlIdentifier, List<ElementT>, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java list.
setList(int, List<ElementT>, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java list.
setList(String, List<ElementT>, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java list.
setListValue(CqlIdentifier, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Assigns a value to an index in a list column, as in SET list[?]=?.
setListValue(String, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
setListValue(CqlIdentifier, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Assigns a value to an index in a list column, as in SET list[?]=?.
setListValue(String, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
setLocalDate(CqlIdentifier, LocalDate) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java local date.
setLocalDate(int, LocalDate) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java local date.
setLocalDate(String, LocalDate) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java local date.
setLocalTime(CqlIdentifier, LocalTime) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java local time.
setLocalTime(int, LocalTime) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java local time.
setLocalTime(String, LocalTime) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java local time.
setLong(CqlIdentifier, long) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java primitive long.
setLong(int, long) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java primitive long.
setLong(String, long) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java primitive long.
setMap(CqlIdentifier, Map<KeyT, ValueT>, Class<KeyT>, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java map.
setMap(int, Map<KeyT, ValueT>, Class<KeyT>, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java map.
setMap(String, Map<KeyT, ValueT>, Class<KeyT>, Class<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java map.
setMapValue(CqlIdentifier, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
Assigns a value to an entry in a map column, as in SET map[?]=?.
setMapValue(String, Term, Term) - Static method in interface com.datastax.oss.driver.api.querybuilder.update.Assignment
setMapValue(CqlIdentifier, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
Assigns a value to an entry in a map column, as in SET map[?]=?.
setMapValue(String, Term, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.update.OngoingAssignment
setNamedValues(Map<String, Object>) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Shortcut for SimpleStatement.setNamedValuesWithIds(Map) with raw strings as value names.
setNamedValuesWithIds(Map<CqlIdentifier, Object>) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Sets the named values to bind to named placeholders.
setNode(Node) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the Node that should handle this query.
setNode(Node) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setNode(Node) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the Node that should handle this query.
setNode(Node) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setOf(TypeCodec<T>) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
setOf(DataType) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
setOf(DataType, boolean) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
 
setOf(Class<T>) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
setOf(GenericType<T>) - Static method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
setOf(Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a group of elements as a set, as in SELECT {a,b,c}.
setOf(Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Var-arg equivalent of OngoingSelection.setOf(Iterable).
setOf(Iterable<Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a group of elements as a set, as in SELECT {a,b,c}.
setOf(Selector...) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Var-arg equivalent of Selector.setOf(Iterable).
setPageSize(int) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Configures how many rows will be retrieved simultaneously in a single network roundtrip (the goal being to avoid loading too many results in memory at the same time).
setPageSize(int) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setPagingState(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the paging state to send with the statement, or null if this statement has no paging state.
setPagingState(ByteBuffer) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setPositionalValues(List<Object>) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Sets the positional values to bind to anonymous placeholders.
setQuery(String) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
Sets the CQL query to execute.
setQuery(String) - Method in class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
setQueryParam(String, Object) - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Set a value for a parameter defined in the Groovy script.
setQueryParam(String, Object) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
Set a value for a parameter defined in the script query.
setQueryParams(Map<String, Object>) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
Set multiple values for named parameters defined in the script query.
setQueryTimestamp(long) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the query timestamp, in microseconds, to send with the statement.
setQueryTimestamp(long) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setReadConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the read consistency level.
setReadConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setResultMetadata(ByteBuffer, ColumnDefinitions) - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
setRoutingKey(ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the key to use for token-aware routing.
setRoutingKey(ByteBuffer...) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the key to use for token-aware routing, when the partition key has multiple components.
setRoutingKey(ByteBuffer) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setRoutingKey(ByteBuffer...) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setRoutingKeyspace(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the keyspace to use for token-aware routing.
setRoutingKeyspace(String) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
setRoutingKeyspace(CqlIdentifier) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setRoutingKeyspace(String) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
setRoutingToken(Token) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the token to use for token-aware routing.
setRoutingToken(Token) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setSchemaMetadataEnabled(Boolean) - Method in interface com.datastax.oss.driver.api.core.session.Session
Enable or disable schema metadata programmatically.
setSerialConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets the serial ConsistencyLevel to use for this statement.
setSerialConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setSet(CqlIdentifier, Set<ElementT>, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java set.
setSet(int, Set<ElementT>, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java set.
setSet(String, Set<ElementT>, Class<ElementT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java set.
setShort(CqlIdentifier, short) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java primitive short.
setShort(int, short) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java primitive short.
setShort(String, short) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java primitive short.
setString(CqlIdentifier, String) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java string.
setString(int, String) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java string.
setString(String, String) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java string.
setSubProtocol(String) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the sub-protocol.
setSubProtocol(String) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setSystemQuery(Boolean) - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Defines if this statement is a system query.
setSystemQuery(Boolean) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
 
SettableById<SelfT extends SettableById<SelfT>> - Interface in com.datastax.oss.driver.api.core.data
A data structure that provides methods to set its values via a CQL identifier.
SettableByIndex<SelfT extends SettableByIndex<SelfT>> - Interface in com.datastax.oss.driver.api.core.data
A data structure that provides methods to set its values via an integer index.
SettableByName<SelfT extends SettableByName<SelfT>> - Interface in com.datastax.oss.driver.api.core.data
A data structure that provides methods to set its values via a name.
setTimeout(Duration) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets how long to wait for this request to complete.
setTimeout(Duration) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setTimeout(Duration) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets how long to wait for this request to complete.
setTimeout(Duration) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setTimestamp(long) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Set the timestamp to use for execution.
setTimestamp(long) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setToken(CqlIdentifier, Token) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided token.
setToken(int, Token) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided token.
setToken(String, Token) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided token.
setToNull(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to CQL NULL.
setToNull(int) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to CQL NULL.
setToNull(String) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to CQL NULL.
setTracing(boolean) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
Sets tracing for execution.
setTracing() - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
This method is a shortcut to StatementBuilder.setTracing(boolean) with an argument of true.
setTracing(boolean) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
setTraversalSource(String) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the traversal source.
setTraversalSource(String) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setTupleValue(CqlIdentifier, TupleValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided tuple value.
setTupleValue(int, TupleValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided tuple value.
setTupleValue(String, TupleValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided tuple value.
SetType - Interface in com.datastax.oss.driver.api.core.type
 
setUdtValue(CqlIdentifier, UdtValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided user defined type value.
setUdtValue(int, UdtValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided user defined type value.
setUdtValue(String, UdtValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided user defined type value.
setUuid(CqlIdentifier, UUID) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
Sets the value for the first occurrence of id to the provided Java UUID.
setUuid(int, UUID) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
Sets the ith value to the provided Java UUID.
setUuid(String, UUID) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
Sets the value for the first occurrence of name to the provided Java UUID.
setWriteConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Sets the write consistency level.
setWriteConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
shallowEquals(Object) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
 
SHORT - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
signalError(Throttled, Throwable) - Method in interface com.datastax.oss.driver.api.core.session.throttling.RequestThrottler
Signals that a request has failed.
signalSuccess(Throttled) - Method in interface com.datastax.oss.driver.api.core.session.throttling.RequestThrottler
Signals that a request has succeeded.
signalTimeout(Throttled) - Method in interface com.datastax.oss.driver.api.core.session.throttling.RequestThrottler
Signals that a request has timed out.
SIMPLE - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
SimpleStatement - Interface in com.datastax.oss.driver.api.core.cql
A one-off CQL statement consisting of a query string with optional placeholders, and a set of values for these placeholders.
SimpleStatementBuilder - Class in com.datastax.oss.driver.api.core.cql
A builder to create a simple statement.
SimpleStatementBuilder(String) - Constructor for class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
SimpleStatementBuilder(SimpleStatement) - Constructor for class com.datastax.oss.driver.api.core.cql.SimpleStatementBuilder
 
size() - Method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Get the number of traversals already added to this statement.
size() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
The size of the current node, if it is a list or map, or 0 otherwise.
size() - Method in interface com.datastax.oss.driver.api.core.cql.BatchStatement
 
size() - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
 
size() - Method in interface com.datastax.oss.driver.api.core.cql.ColumnDefinitions
 
size() - Method in interface com.datastax.oss.driver.api.core.data.AccessibleByIndex
Returns the number of values.
SizeTieredCompactionStrategy<SelfT extends SizeTieredCompactionStrategy<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema.compaction
 
sizeTieredCompactionStrategy() - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Compaction options for Size Tiered Compaction Strategy (STCS).
SMALLINT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
SMALLINT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
SpeculativeExecutionPolicy - Interface in com.datastax.oss.driver.api.core.specex
The policy that decides if the driver will send speculative queries to the next nodes when the current node takes too long to respond.
spliterator() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
splitEvenly(int) - Method in interface com.datastax.oss.driver.api.core.metadata.token.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).
sslContext - Variable in class com.datastax.oss.driver.api.core.ssl.ProgrammaticSslEngineFactory
 
SslEngineFactory - Interface in com.datastax.oss.driver.api.core.ssl
Extension point to configure SSL based on the built-in JDK implementation.
startOf(long) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a "fake" time-based UUID that sorts as the smallest possible version 1 UUID generated at the provided timestamp.
startProfile(String) - Method in interface com.datastax.oss.driver.api.core.config.ProgrammaticDriverConfigLoaderBuilder
Starts the definition of a new profile.
Statement<SelfT extends Statement<SelfT>> - Interface in com.datastax.oss.driver.api.core.cql
A request to execute a CQL query.
StatementAttributes - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
A set of compile time parameters to use for mapped queries (this can be used for methods annotated with Delete, Insert, Query, Select or Update).
StatementBuilder<SelfT extends StatementBuilder<SelfT,StatementT>,StatementT extends Statement<StatementT>> - Class in com.datastax.oss.driver.api.core.cql
Handle options common to all statement builders.
StatementBuilder() - Constructor for class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
StatementBuilder(StatementT) - Constructor for class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
STORAGE_PORT - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The storage port used by the DSE node.
STORAGE_PORT_SSL - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The encrypted storage port used by the DSE node.
STRING - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
subProtocol - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
subtract(Term, Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
The difference of two terms, as in WHERE k = left - right.
subtract(Selector, Selector) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects the difference of two terms, as in SELECT col1 - col2.
subtract(Selector, Selector) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects the difference of two arguments, as in SELECT col1 - col2.
subtractFrom(Temporal) - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
supportsReloading() - Method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
Whether this implementation supports programmatic reloading with the DriverConfigLoader.reload() method.
SYNC - Static variable in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The type returned when a graph statement is executed synchronously.
SYNC - Static variable in interface com.datastax.oss.driver.api.core.cql.PrepareRequest
The type returned when a CQL statement is prepared synchronously.
SYNC - Static variable in interface com.datastax.oss.driver.api.core.cql.Statement
The type returned when a CQL statement is executed synchronously.
SyncAuthenticator - Interface in com.datastax.oss.driver.api.core.auth
An authenticator that performs all of its operations synchronously, on the calling thread.
SyncCqlSession - Interface in com.datastax.oss.driver.api.core.cql
A session that offers user-friendly methods to execute CQL requests synchronously.
SyntaxError - Exception in com.datastax.oss.driver.api.core.servererrors
A syntax error in a query.
SyntaxError(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.SyntaxError
 

T

TableMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A table in the schema metadata.
Term - Interface in com.datastax.oss.driver.api.querybuilder.term
A simple expression that doesn't reference columns.
TEXT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
TEXT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
THREE - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
Throttled - Interface in com.datastax.oss.driver.api.core.session.throttling
A request that may be subjected to throttling by a RequestThrottler.
TIME - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
TIME - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
timeBased() - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Creates a new time-based (version 1) UUID.
timeout - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
timeout - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
timestamp - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
timestamp - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
TIMESTAMP - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
TIMESTAMP - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
TimestampGenerator - Interface in com.datastax.oss.driver.api.core.time
Generates client-side, microsecond-precision query timestamps.
TIMEUUID - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
TIMEUUID - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
TimeWindowCompactionStrategy<SelfT extends TimeWindowCompactionStrategy<SelfT>> - Interface in com.datastax.oss.driver.api.querybuilder.schema.compaction
 
timeWindowCompactionStrategy() - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Compaction options for Time Window Compaction Strategy (TWCS).
TimeWindowCompactionStrategy.CompactionWindowUnit - Enum in com.datastax.oss.driver.api.querybuilder.schema.compaction
 
TimeWindowCompactionStrategy.TimestampResolution - Enum in com.datastax.oss.driver.api.querybuilder.schema.compaction
 
TINYINT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
TINYINT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
toCassandraName(String) - Method in interface com.datastax.oss.driver.api.mapper.entity.naming.NameConverter
Convert the given Java name into a CQL name.
toDate(Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in toDate function as a term.
toDate(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut to select the result of the built-in toDate function.
toDate(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
toDate(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut to select the result of the built-in toDate function on a simple column.
toDate(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
toDegrees(double) - Method in enum com.datastax.dse.driver.api.core.graph.predicates.Geo.Unit
Convert distance to degrees (used internally only).
toHexString(ByteBuffer) - Static method in class com.datastax.oss.driver.api.core.data.ByteUtils
Converts a blob to its CQL hex string representation.
toHexString(byte[]) - Static method in class com.datastax.oss.driver.api.core.data.ByteUtils
Converts a blob to its CQL hex string representation.
token(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of a certain token within the text property targeted (case insensitive).
Token - Interface in com.datastax.oss.driver.api.core.metadata.token
A token on the ring.
token(CqlIdentifier...) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Var-arg equivalent of Relation.tokenFromIds(Iterable).
token(Iterable<String>) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Equivalent of Relation.tokenFromIds(Iterable) with raw strings; the names are converted with CqlIdentifier.fromCql(String).
token(String...) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Var-arg equivalent of Relation.token(Iterable).
tokenFromIds(Iterable<CqlIdentifier>) - Static method in interface com.datastax.oss.driver.api.querybuilder.relation.Relation
Builds a relation testing a token generated from a set of columns.
tokenFuzzy(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm after having tokenized the data stored (case insensitive).
TokenMap - Interface in com.datastax.oss.driver.api.core.metadata
Utility component to work with the tokens of a given driver instance.
tokenPrefix(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of a certain token prefix within the text property targeted (case insensitive).
TokenRange - Interface in com.datastax.oss.driver.api.core.metadata.token
A range of tokens on the Cassandra ring.
tokenRegex(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of the provided regular expression for the targeted property (case insensitive).
TokenRelationBuilder<ResultT> - Interface in com.datastax.oss.driver.api.querybuilder.relation
 
toString() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns the string representation of this range, in a format compatible with Apache Solr DateRageField syntax
toString() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Returns this bound as a Lucene-compliant string.
toString() - Method in interface com.datastax.oss.driver.api.core.cql.Row
Returns an abstract representation of this object, that may not include the row's contents.
toString() - Method in class com.datastax.oss.driver.api.core.CqlIdentifier
 
toString() - Method in class com.datastax.oss.driver.api.core.data.CqlDuration
 
toString() - Method in interface com.datastax.oss.driver.api.core.data.TupleValue
Returns an abstract representation of this object, that may not include the tuple's contents.
toString() - Method in interface com.datastax.oss.driver.api.core.data.UdtValue
Returns an abstract representation of this object, that may not include the UDT's contents.
toString() - Method in class com.datastax.oss.driver.api.core.metadata.schema.FunctionSignature
 
toString() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
toString() - Method in class com.datastax.oss.driver.api.core.Version
 
toTimestamp(Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in toTimestamp function as a term.
toTimestamp(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut to select the result of the built-in toTimestamp function.
toTimestamp(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
toTimestamp(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut to select the result of the built-in toTimestamp function on a simple column.
toTimestamp(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
toUnixTimestamp(Term) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
A call to the built-in toUnixTimestamp function as a term.
toUnixTimestamp(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut to select the result of the built-in toUnixTimestamp function.
toUnixTimestamp(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
toUnixTimestamp(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut to select the result of the built-in toUnixTimestamp function on a simple column.
toUnixTimestamp(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
TraceEvent - Interface in com.datastax.oss.driver.api.core.cql
An event in a QueryTrace.
tracing - Variable in class com.datastax.oss.driver.api.core.cql.StatementBuilder
 
Transient - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates the field or getter of an Entity property, to indicate that it will not be mapped to any column (neither during reads nor writes).
TransientProperties - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates an Entity to indicate which properties should be considered 'transient', meaning that they should not be mapped to any column (neither during reads nor writes).
translate(InetSocketAddress) - Method in interface com.datastax.oss.driver.api.core.addresstranslation.AddressTranslator
Translates an address reported by a Cassandra node into the address that the driver will use to connect.
traversalSource - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
truncate(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Creates a new TRUNCATE query.
truncate(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Creates a new TRUNCATE query.
truncate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Creates a new TRUNCATE query.
truncate(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Creates a new TRUNCATE query.
Truncate - Interface in com.datastax.oss.driver.api.querybuilder.truncate
A buildable TRUNCATE statement.
TruncateException - Exception in com.datastax.oss.driver.api.core.servererrors
An error during a truncation operation.
TruncateException(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.TruncateException
 
ttl(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut to select the result of the built-in ttl function, as in SELECT ttl(c).
ttl(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
ttl(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut to select the result of the built-in ttl function, as in SELECT ttl(c).
ttl(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
tuple(Iterable<? extends Term>) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
An ordered set of anonymous terms, as in WHERE (a, b) = (1, 2) (on the right-hand side).
tuple(Term...) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Var-arg equivalent of QueryBuilder.tuple(Iterable).
TUPLE_VALUE - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
tupleOf(TupleType) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
tupleOf(DataType...) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
Builds a new, detached tuple type.
tupleOf(Iterable<Selector>) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Selects a group of elements as a tuple, as in SELECT (a,b,c).
tupleOf(Selector...) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Var-arg equivalent of OngoingSelection.tupleOf(Iterable).
tupleOf(Iterable<Selector>) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Selects a group of elements as a tuple, as in SELECT (a,b,c).
tupleOf(Selector...) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Var-arg equivalent of Selector.tupleOf(Iterable).
TupleType - Interface in com.datastax.oss.driver.api.core.type
 
TupleValue - Interface in com.datastax.oss.driver.api.core.data
Driver-side representation of a CQL tuple value.
TWO - Static variable in interface com.datastax.oss.driver.api.core.ConsistencyLevel
 
TypeCodec<JavaTypeT> - Interface in com.datastax.oss.driver.api.core.type.codec
Manages the two-way conversion between a CQL type and a Java type.
TypeCodecs - Class in com.datastax.oss.driver.api.core.type.codec
Constants and factory methods to obtain type codec instances.
TypeCodecs() - Constructor for class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
typeHint(Term, DataType) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Provides a type hint for an expression, as in WHERE k = (double)1/3.
typeHint(Selector, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Provides a type hint for a selector, as in SELECT (double)1/3.
typeHint(Selector, DataType) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Provides a type hint for a selector, as in SELECT (double)1/3.

U

udt(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Shortcut to reference a UDT in methods that use a DataType, such as QueryBuilder.typeHint(Term, DataType) and Selector.cast(Selector, DataType).
udt(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
udt(CqlIdentifier, boolean) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
Shortcut for creating a user-defined DataType for use in UDT and Table builder definitions, such as CreateTable.withColumn(CqlIdentifier, DataType).
udt(String, boolean) - Static method in class com.datastax.oss.driver.api.querybuilder.SchemaBuilder
UDT_VALUE - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
udtOf(UserDefinedType) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
UdtValue - Interface in com.datastax.oss.driver.api.core.data
Driver-side representation of an instance of a CQL user defined type.
UnauthorizedException - Exception in com.datastax.oss.driver.api.core.servererrors
Indicates that a query cannot be performed due to the authorization restrictions of the logged user.
UnauthorizedException(Node, String) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.UnauthorizedException
 
UnavailableException - Exception in com.datastax.oss.driver.api.core.servererrors
Thrown when the coordinator knows there is not enough replicas alive to perform a query with the requested consistency level.
UnavailableException(Node, ConsistencyLevel, int, int) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.UnavailableException
 
UNBOUNDED - Static variable in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
The unbounded DateRangeBound instance.
UnfitClientException - Exception in com.datastax.dse.driver.api.core.servererrors
A server-side error triggered when DSE can't send asynchronous results back to the client.
UnfitClientException(Node, String) - Constructor for exception com.datastax.dse.driver.api.core.servererrors.UnfitClientException
 
unixTimestamp(UUID) - Static method in class com.datastax.oss.driver.api.core.uuid.Uuids
Returns the Unix timestamp contained by the provided time-based UUID.
UNLOGGED - Static variable in interface com.datastax.oss.driver.api.core.cql.BatchType
 
UNLOGGED_BATCH - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
unset(int) - Method in interface com.datastax.oss.driver.api.core.cql.Bindable
Unsets the ith value.
unset(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.cql.Bindable
Unsets the value for the first occurrence of id.
unset(String) - Method in interface com.datastax.oss.driver.api.core.cql.Bindable
Unsets the value for the first occurrence of name.
UnsupportedProtocolVersionException - Exception in com.datastax.oss.driver.api.core
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* 2.1 node with protocol version 4).
UnsupportedProtocolVersionException(EndPoint, String, List<ProtocolVersion>) - Constructor for exception com.datastax.oss.driver.api.core.UnsupportedProtocolVersionException
 
unwrap() - Method in interface com.datastax.oss.driver.api.core.metadata.token.TokenRange
Splits this range into a list of two non-wrapping ranges.
unwrap() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns the corresponding primitive type if this is a wrapper type; otherwise returns this itself.
Update - Annotation Type in com.datastax.oss.driver.api.mapper.annotations
Annotates a Dao method that updates one or more instances of an Entity-annotated class.
update(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts an UPDATE query for a qualified table.
update(String, String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
update(CqlIdentifier) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Starts an UPDATE query for an unqualified table.
update(String) - Static method in class com.datastax.oss.driver.api.querybuilder.QueryBuilder
Update - Interface in com.datastax.oss.driver.api.querybuilder.update
A buildable UPDATE statement that has at least one assignment and one WHERE clause.
updateByPrimaryKey() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Builds a Update query to update an instance of the entity by primary key (partition key + clustering columns).
updateStart() - Method in interface com.datastax.oss.driver.api.mapper.entity.EntityHelper
Builds the beginning of a Update query to update an entity.
UpdateStart - Interface in com.datastax.oss.driver.api.querybuilder.update
The beginning of an UPDATE statement.
UpdateWithAssignments - Interface in com.datastax.oss.driver.api.querybuilder.update
An UPDATE statement that has at least one assignment.
upperBound(ZonedDateTime, DateRangePrecision) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Creates a date range upper bound from the given date and precision.
UserDefinedType - Interface in com.datastax.oss.driver.api.core.type
 
usingSASI() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndexStart
Declares that the index is a "SSTable Attached Secondary Index" (SASI) type index.
usingTimestamp(long) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Adds a USING TIMESTAMP clause to this statement with a literal value.
usingTimestamp(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.delete.DeleteSelection
Adds a USING TIMESTAMP clause to this statement with a bind marker.
usingTimestamp(long) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.Insert
Adds a USING TIMESTAMP clause to this statement with a literal value.
usingTimestamp(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.Insert
Adds a USING TIMESTAMP clause to this statement with a bind marker.
usingTimestamp(long) - Method in interface com.datastax.oss.driver.api.querybuilder.update.UpdateStart
Adds a USING TIMESTAMP clause to this statement with a literal value.
usingTimestamp(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.update.UpdateStart
Adds a USING TIMESTAMP clause to this statement with a bind marker.
usingTtl(int) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.Insert
Adds a USING TTL clause to this statement with a literal value.
usingTtl(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.Insert
Adds a USING TTL clause to this statement with a bind marker.
usingTtl(int) - Method in interface com.datastax.oss.driver.api.querybuilder.update.UpdateStart
Adds a USING TTL clause to this statement with a literal value.
usingTtl(BindMarker) - Method in interface com.datastax.oss.driver.api.querybuilder.update.UpdateStart
Adds a USING TTL clause to this statement with a bind marker.
UUID - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
UUID - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
UUID - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
Uuids - Class in com.datastax.oss.driver.api.core.uuid
Utility methods to help working with UUIDs, and more specifically, with time-based UUIDs (also known as Version 1 UUIDs).

V

V2_1_0 - Static variable in class com.datastax.oss.driver.api.core.Version
 
V2_2_0 - Static variable in class com.datastax.oss.driver.api.core.Version
 
V3 - Static variable in interface com.datastax.oss.driver.api.core.ProtocolVersion
 
V3_0_0 - Static variable in class com.datastax.oss.driver.api.core.Version
 
V4 - Static variable in interface com.datastax.oss.driver.api.core.ProtocolVersion
 
V4_0_0 - Static variable in class com.datastax.oss.driver.api.core.Version
 
V5 - Static variable in interface com.datastax.oss.driver.api.core.ProtocolVersion
 
V5_0_0 - Static variable in class com.datastax.oss.driver.api.core.Version
 
V6_7_0 - Static variable in class com.datastax.oss.driver.api.core.Version
 
value(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.OngoingValues
Sets a value for a column, as in {@code INSERT INTO ...
value(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.OngoingValues
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.config.DseDriverOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.graph.predicates.Geo.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata.Monotonicity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.metrics.DseSessionMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.config.DefaultDriverOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.cql.DefaultBatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.DefaultConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.DefaultProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.loadbalancing.NodeDistance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.metadata.NodeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.metadata.schema.ClusteringOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.metadata.schema.IndexKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.metrics.DefaultNodeMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.metrics.DefaultSessionMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.retry.RetryDecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.core.servererrors.DefaultWriteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.mapper.entity.naming.NamingConvention
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.mapper.entity.saving.NullSavingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.querybuilder.schema.compaction.TimeWindowCompactionStrategy.CompactionWindowUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.oss.driver.api.querybuilder.schema.compaction.TimeWindowCompactionStrategy.TimestampResolution
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datastax.dse.driver.api.core.config.DseDriverOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.api.core.graph.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.driver.api.core.metadata.schema.DseFunctionMetadata.Monotonicity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.api.core.metrics.DseSessionMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.config.DefaultDriverOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.cql.DefaultBatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.DefaultConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.DefaultProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.loadbalancing.NodeDistance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.metadata.NodeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.metadata.schema.ClusteringOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.metadata.schema.IndexKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.metrics.DefaultNodeMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.metrics.DefaultSessionMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.retry.RetryDecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.core.servererrors.DefaultWriteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.mapper.entity.naming.NamingConvention
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.mapper.entity.saving.NullSavingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values(Map<String, Term>) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.OngoingValues
Shortcut for OngoingValues.valuesByIds(Map) when the keys are plain strings.
values() - Static method in enum com.datastax.oss.driver.api.querybuilder.schema.compaction.TimeWindowCompactionStrategy.CompactionWindowUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.oss.driver.api.querybuilder.schema.compaction.TimeWindowCompactionStrategy.TimestampResolution
Returns an array containing the constants of this enum type, in the order they are declared.
valuesByIds(Map<CqlIdentifier, Term>) - Method in interface com.datastax.oss.driver.api.querybuilder.insert.OngoingValues
Sets values for multiple columns in one call, as in {@code INSERT INTO ...
VARINT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
 
VARINT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
 
Version - Class in com.datastax.oss.driver.api.core
A structured version number.
VIEW - Static variable in interface com.datastax.oss.driver.api.core.servererrors.WriteType
 
ViewMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
A materialized view in the schema metadata.

W

wasApplied() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveQueryMetadata
If the query that produced this result was a conditional update, indicates whether it was successfully applied.
wasApplied() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveRow
If the query that produced this result was a conditional update, indicates whether it was successfully applied.
wasApplied() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
If the query that produced this result was a CQL conditional update, indicate whether it was successfully applied.
wasApplied() - Method in interface com.datastax.oss.driver.api.core.cql.AsyncResultSet
If the query that produced this result was a CQL conditional update, indicate whether it was successfully applied.
wasApplied() - Method in interface com.datastax.oss.driver.api.core.cql.ResultSet
If the query that produced this result was a CQL conditional update, indicate whether it was successfully applied.
wasApplied() - Method in interface com.datastax.oss.driver.api.core.PagingIterable
If the query that produced this result was a CQL conditional update, indicate whether it was successfully applied.
wasDataPresent() - Method in exception com.datastax.oss.driver.api.core.servererrors.ReadFailureException
Whether the actual data was amongst the received replica responses.
wasDataPresent() - Method in exception com.datastax.oss.driver.api.core.servererrors.ReadTimeoutException
Whether the actual data was amongst the received replica responses.
where(GenericTypeParameter<X>, GenericType<X>) - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Substitutes a free type variable with an actual type.
where(GenericTypeParameter<X>, Class<X>) - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Substitutes a free type variable with an actual type.
where(Relation) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds a relation in the WHERE clause.
where(Iterable<Relation>) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds multiple relations at once.
where(Relation...) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Var-arg equivalent of OngoingWhereClause.where(Iterable).
whereColumn(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds a relation testing a column.
whereColumn(String) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
whereColumnIds(Iterable<CqlIdentifier>) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds a multi-column relation, as in WHERE (c1, c2, c3) IN ....
whereColumns(CqlIdentifier...) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
whereColumns(Iterable<String>) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Equivalent of OngoingWhereClause.whereColumnIds(Iterable) with raw strings; the names are converted with CqlIdentifier.fromCql(String).
whereColumns(String...) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
whereCustomIndex(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds a relation on a custom index.
whereCustomIndex(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
whereMapValue(CqlIdentifier, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds a relation testing a value in a map (Cassandra 4 and above).
whereMapValue(String, Term) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
whereRaw(String) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds a raw CQL snippet as a relation.
whereToken(CqlIdentifier...) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
whereToken(Iterable<String>) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Equivalent of OngoingWhereClause.whereTokenFromIds(Iterable) with raw strings; the names are converted with CqlIdentifier.fromCql(String).
whereToken(String...) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
whereTokenFromIds(Iterable<CqlIdentifier>) - Method in interface com.datastax.oss.driver.api.querybuilder.relation.OngoingWhereClause
Adds a relation testing a token generated from a set of columns.
withApplicationName(String) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
The name of the application using the created session.
withApplicationVersion(String) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
The version of the application using the created session.
withAuthCredentials(String, String) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Configures the session to use plaintext authentication with the given username and password.
withAuthCredentials(String, String, String) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Configures the session to use DSE plaintext authentication with the given username and password, and perform proxy authentication with the given authorization id.
withAuthorizationId(String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
Sets the authorization ID (allows proxy authentication).
withAuthProvider(AuthProvider) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withAuthProvider(AuthProvider) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Registers an authentication provider to use with the session.
withBloomFilterFpChance(double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the false-positive probability for SSTable bloom filters.
withBoolean(DriverOption, boolean) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withBooleanList(DriverOption, List<Boolean>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withBucketHigh(double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.SizeTieredCompactionStrategy
 
withBucketLow(double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.SizeTieredCompactionStrategy
 
withBytes(DriverOption, long) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withBytesList(DriverOption, List<Long>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withCaching(boolean, SchemaBuilder.RowsPerPartition) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the caching criteria.
withCDC(boolean) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines whether or not change data capture is enabled.
withClass(DriverOption, Class<?>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
Note that this is just a shortcut to call OngoingConfigOptions.withString(DriverOption, String) with value.getName().
withClassLoader(ClassLoader) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withClassLoader(ClassLoader) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
The ClassLoader to use to reflectively load class names defined in configuration.
withClientId(UUID) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
A unique identifier for the created session.
withCloudProxyAddress(InetSocketAddress) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withCloudProxyAddress(InetSocketAddress) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Configures this SessionBuilder to use the provided Cloud proxy endpoint.
withCloudSecureConnectBundle(Path) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Configures this SessionBuilder for Cloud deployments by retrieving connection information from the provided Path.
withCloudSecureConnectBundle(URL) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Configures this SessionBuilder for Cloud deployments by retrieving connection information from the provided URL.
withCloudSecureConnectBundle(InputStream) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Configures this SessionBuilder for Cloud deployments by retrieving connection information from the provided InputStream.
withClusteringColumn(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewPrimaryKey
Adds a clustering column to primary key definition.
withClusteringColumn(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewPrimaryKey
withClusteringColumn(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTable
Adds a clustering column definition in the CREATE TABLE statement.
withClusteringColumn(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTable
withClusteringOrder(Map<String, ClusteringOrder>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationStructure
Shortcut for RelationStructure.withClusteringOrderByIds(Map) with the columns specified as case-insensitive names.
withClusteringOrder(CqlIdentifier, ClusteringOrder) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationStructure
Adds the provided clustering order.
withClusteringOrder(String, ClusteringOrder) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationStructure
withClusteringOrderByIds(Map<CqlIdentifier, ClusteringOrder>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationStructure
Adds the provided CLUSTERING ORDER.
withColdReadsToOmit(double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.SizeTieredCompactionStrategy
 
withColumn(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTable
Adds a column definition in the CREATE TABLE statement.
withColumn(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTable
withComment(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines documentation for this relation.
withCompaction(CompactionStrategy<?>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the compaction strategy to use.
withCompactionWindow(long, TimeWindowCompactionStrategy.CompactionWindowUnit) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.TimeWindowCompactionStrategy
 
withCompactStorage() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTableWithOptions
Enables COMPACT STORAGE in the CREATE TABLE statement.
withCompression(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the given algorithm using the default configuration (64kb chunk_length, and 1.0 crc_check_chance).
withCompression(String, int, double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the given algorithm, chunk length and crc check chance.
withConfigLoader(DriverConfigLoader) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Sets the configuration loader to use.
withCustomState(Object, Object) - Method in class com.datastax.oss.driver.api.mapper.MapperBuilder
Stores custom state that will be propagated to MapperContext.getCustomState().
withDcLocalReadRepairChance(double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the probability of read repairs being invoked over all replicas in the current data center.
withDefaultKeyspace(CqlIdentifier) - Method in class com.datastax.oss.driver.api.mapper.MapperBuilder
Specifies a default keyspace that will be used for all DAOs built with this mapper (unless they specify their own keyspace).
withDefaultKeyspace(String) - Method in class com.datastax.oss.driver.api.mapper.MapperBuilder
withDefaultTimeToLiveSeconds(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the default 'time to live' (expiration time) of writes in seconds.
withDeflateCompression(int, double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the Deflate algorithm with the given chunk length and crc check chance.
withDeflateCompression() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the Deflate algorithm using the default configuration (64kb chunk_length, and 1.0 crc_check_chance).
withDouble(DriverOption, double) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withDoubleList(DriverOption, List<Double>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withDurableWrites(boolean) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.KeyspaceOptions
Adjusts durable writes configuration for this keyspace.
withDuration(DriverOption, Duration) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withDurationList(DriverOption, List<Duration>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withEnabled(boolean) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.CompactionStrategy
 
withExecutionProfile(DriverExecutionProfile) - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
Set a configuration profile that will be used for every traversal built using the remote connection.
withExecutionProfileName(String) - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
Set the name of an execution profile that will be used for every traversal using from the remote connection.
withField(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.OngoingCreateType
Adds a field definition in the CREATE TYPE statement.
withField(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.OngoingCreateType
Shortcut for OngoingCreateType.withField(CqlIdentifier, DataType) (CqlIdentifier, DataType) withField(CqlIdentifier.asCql(columnName), dataType)}.
withFinalFunc(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds FINALFUNC to the create aggregate query.
withFinalFunc(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
withFinalFunc(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateEnd
Adds FINALFUNC to the create aggregate query.
withFinalFunc(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateEnd
withGcGraceSeconds(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the time to wait before garbage collecting tombstones (deletion markers).
withInitCond(Term) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds INITCOND to the aggregate query.
withInitCond(Term) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateEnd
Adds INITCOND to the aggregate query.
withInt(DriverOption, int) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withIntList(DriverOption, List<Integer>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withJavaLanguage() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "LANGUAGE java" to create function specification.
withJavaLanguage() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionWithType
Adds "LANGUAGE java" to create function specification.
withJavaScriptLanguage() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "LANGUAGE javascript" to create function specification.
withJavaScriptLanguage() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionWithType
Adds "LANGUAGE javascript" to create function specification.
withKeyspace(CqlIdentifier) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Sets the keyspace to connect the session to.
withKeyspace(String) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
withLanguage(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds LANGUAGE to the create function specification.
withLanguage(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionWithType
Adds LANGUAGE to the create function specification.
withLocalDatacenter(String, String) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withLocalDatacenter(String, String) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Specifies the datacenter that is considered "local" by the load balancing policy.
withLocalDatacenter(String) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Alias to SessionBuilder.withLocalDatacenter(String, String) for the default profile.
withLocalDatacenters(Map<String, String>) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withLoginConfiguration(Configuration) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
Sets a login configuration that will be used to create a LoginContext.
withLong(DriverOption, long) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withLongList(DriverOption, List<Long>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withLZ4Compression(int, double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the LZ4 algorithm with the given chunk length and crc check chance.
withLZ4Compression() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the LZ4 algorithm using the default configuration (64kb chunk_length, and 1.0 crc_check_chance).
withMaxIndexInterval(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the maximum index interval.
withMaxThreshold(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.SizeTieredCompactionStrategy
 
withMemtableFlushPeriodInMs(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the memtable flush period in milliseconds.
withMinIndexInterval(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the minimum index interval.
withMinSSTableSizeInBytes(long) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.SizeTieredCompactionStrategy
 
withMinThreshold(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.SizeTieredCompactionStrategy
 
withNetworkTopologyStrategy(Map<String, Integer>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.KeyspaceReplicationOptions
Adds NetworkTopologyStrategy replication options with the given data center replication factors.
withNoCompression() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines that compression should be disabled.
withNodeFilter(String, Predicate<Node>) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withNodeFilter(String, Predicate<Node>) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Adds a custom filter to include/exclude nodes for a particular execution profile.
withNodeFilter(Predicate<Node>) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Alias to SessionBuilder.withNodeFilter(String, Predicate) for the default profile.
withNodeFilters(Map<String, Predicate<Node>>) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withNodeStateListener(NodeStateListener) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withNodeStateListener(NodeStateListener) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Registers a node state listener to use with the session.
withOnlyPurgeRepairedTombstones(boolean) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.SizeTieredCompactionStrategy
 
withOption(String, Object) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.OptionProvider
Adds a free-form option.
without(DriverOption) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withParameter(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds a parameter definition in the CREATE AGGREGATE statement.
withParameter(CqlIdentifier, DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds a parameter definition in the CREATE FUNCTION statement.
withParameter(String, DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
withParameter(DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateStart
Adds a parameter definition in the CREATE AGGREGATE statement.
withParameter(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionStart
Adds a parameter definition in the CREATE FUNCTION statement.
withParameter(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateFunctionStart
withPartitionKey(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewPrimaryKeyStart
Adds a partition key to primary key definition.
withPartitionKey(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateMaterializedViewPrimaryKeyStart
withPartitionKey(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.OngoingPartitionKey
Adds a partition key column definition.
withPartitionKey(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.OngoingPartitionKey
withReadRepairChance(double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the probability with which read repairs should be invoked on non-quorum reads.
withReplicationOptions(Map<String, Object>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.KeyspaceReplicationOptions
Adds 'replication' options.
withRequestTracker(RequestTracker) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withRequestTracker(RequestTracker) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Registers a request tracker to use with the session.
withSASIOptions(Map<String, Object>) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateIndex
Convenience method for when CreateIndexStart.usingSASI() is used, provides SASI specific options that are provided under the index 'OPTIONS' property.
withSaslProtocol(String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
Sets the SASL protocol name to use; should match the username of the Kerberos service principal used by the DSE server.
withSchemaChangeListener(SchemaChangeListener) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withSchemaChangeListener(SchemaChangeListener) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Registers a schema change listener to use with the session.
withSFunc(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds SFUNC to the create aggregate specification.
withSFunc(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
withSFunc(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateStart
Adds SFUNC to the create aggregate specification.
withSFunc(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateStart
withSimpleStrategy(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.KeyspaceReplicationOptions
Adds SimpleStrategy replication options with the given replication factor.
withSnappyCompression(int, double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the Snappy algorithm with the given chunk length and crc check chance.
withSnappyCompression() - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Configures compression using the Snappy algorithm using the default configuration (64kb chunk_length, and 1.0 crc_check_chance).
withSpeculativeRetry(String) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.RelationOptions
Defines the configuration for coordinator to replica speculative retries.
withSslContext(SSLContext) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Configures the session to use SSL with the given context.
withSslEngineFactory(SslEngineFactory) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withSslEngineFactory(SslEngineFactory) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
Registers an SSL engine factory for the session.
withSSTableSizeInMB(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.LeveledCompactionStrategy
 
withStartupApplicationName(String) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withStartupApplicationVersion(String) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withStartupClientId(UUID) - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
 
withStaticColumn(CqlIdentifier, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTable
Adds a static column definition in the CREATE TABLE statement.
withStaticColumn(String, DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateTable
withString(DriverOption, String) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withStringList(DriverOption, List<String>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withStringMap(DriverOption, Map<String, String>) - Method in interface com.datastax.oss.driver.api.core.config.OngoingConfigOptions
 
withSType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStateFunc
Adds STYPE to the create aggregate query.
withSType(DataType) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.CreateAggregateStateFunc
Adds STYPE to the create aggregate query.
withSubject(Subject) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
Sets a previously authenticated subject to reuse.
withTimestampResolution(TimeWindowCompactionStrategy.TimestampResolution) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.TimeWindowCompactionStrategy
 
withTombstoneCompactionIntervalInSeconds(int) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.CompactionStrategy
 
withTombstoneThreshold(double) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.CompactionStrategy
 
withUncheckedTombstoneCompaction(boolean) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.CompactionStrategy
 
withUnsafeAggressiveSSTableExpiration(boolean) - Method in interface com.datastax.oss.driver.api.querybuilder.schema.compaction.TimeWindowCompactionStrategy
 
wrap(CqlSession) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
Deprecated.
 
wrap(CqlSession) - Method in class com.datastax.oss.driver.api.core.CqlSessionBuilder
 
wrap(CqlSession) - Method in class com.datastax.oss.driver.api.core.session.SessionBuilder
 
wrap() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
Returns the corresponding wrapper type if this is a primitive type; otherwise returns this itself.
writeConsistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
WriteFailureException - Exception in com.datastax.oss.driver.api.core.servererrors
A non-timeout error during a write query.
WriteFailureException(Node, ConsistencyLevel, int, int, WriteType, int, Map<InetAddress, Integer>) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.WriteFailureException
 
writeTime(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
Shortcut to select the result of the built-in writetime function, as in SELECT writetime(c).
writeTime(String) - Method in interface com.datastax.oss.driver.api.querybuilder.select.OngoingSelection
writeTime(CqlIdentifier) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
Shortcut to select the result of the built-in writetime function, as in SELECT writetime(c).
writeTime(String) - Static method in interface com.datastax.oss.driver.api.querybuilder.select.Selector
WriteTimeoutException - Exception in com.datastax.oss.driver.api.core.servererrors
A server-side timeout during a write query.
WriteTimeoutException(Node, ConsistencyLevel, int, int, WriteType) - Constructor for exception com.datastax.oss.driver.api.core.servererrors.WriteTimeoutException
 
WriteType - Interface in com.datastax.oss.driver.api.core.servererrors
The type of a Cassandra write query.

X

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

Y

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

Z

ZONED_DATE_TIME - Static variable in class com.datastax.oss.driver.api.core.type.reflect.GenericType
 
ZONED_TIMESTAMP_SYSTEM - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
A codec that handles Apache Cassandra(R)'s timestamp type and maps it to Java's ZonedDateTime, using the system's default time zone as its source of time zone information.
ZONED_TIMESTAMP_UTC - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
A codec that handles Apache Cassandra(R)'s timestamp type and maps it to Java's ZonedDateTime, using ZoneOffset.UTC as its source of time zone information.
zonedTimestampAt(ZoneId) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
Returns a codec that handles Apache Cassandra(R)'s timestamp type and maps it to Java's ZonedDateTime, using the supplied ZoneId as its source of time zone information.

_

__getToken() - Method in class com.datastax.oss.driver.api.core.type.reflect.GenericType
This method is for internal use, DO NOT use it from client code.
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 © 2017–2020. All rights reserved.