- 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
-
- 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
-
- 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
-
- clearDatacenters() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments.Builder
-
- 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 session 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.SafeInitNodeStateListener
-
- 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
-
- CLOUD_SECURE_CONNECT_BUNDLE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The location of the cloud secure bundle used to connect to Datastax Apache Cassandra as a
service.
- cloudConfigInputStream - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
-
- ClusteringOrder - Enum in com.datastax.oss.driver.api.core.metadata.schema
-
The order of a clustering column in a table or materialized view.
- COALESCER_INTERVAL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The coalescer reschedule interval.
- COALESCER_MAX_RUNS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
- 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
-
- 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.
- 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.
- ColumnMetadata - Interface in com.datastax.oss.driver.api.core.metadata.schema
-
A column in the schema metadata.
- 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.graph.reactive - package com.datastax.dse.driver.api.core.graph.reactive
-
- 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.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.paging - package com.datastax.oss.driver.api.core.paging
-
- 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.internal - package com.datastax.oss.driver.internal
-
Internal implementation details of the driver.
- compareTo(Version) - Method in class com.datastax.oss.driver.api.core.Version
-
- compose(DriverConfigLoader, DriverConfigLoader) - Static method in interface com.datastax.oss.driver.api.core.config.DriverConfigLoader
-
Composes two existing config loaders to form a new one.
- 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.
- CONFIG_RELOAD_INTERVAL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
How often the driver tries to reload the configuration.
- configLoader - Variable in class com.datastax.oss.driver.api.core.session.SessionBuilder
-
- CONNECTION_CONNECT_TIMEOUT - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The timeout to use when establishing driver connections.
- CONNECTION_INIT_QUERY_TIMEOUT - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The timeout to use for internal queries that run as part of the initialization process.
- CONNECTION_MAX_ORPHAN_REQUESTS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of "orphaned" requests before a connection gets closed automatically.
- CONNECTION_MAX_REQUESTS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of requests that can be executed concurrently on a connection.
- CONNECTION_POOL_LOCAL_SIZE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The number of connections in the LOCAL pool.
- CONNECTION_POOL_REMOTE_SIZE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The number of connections in the REMOTE pool.
- CONNECTION_SET_KEYSPACE_TIMEOUT - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The timeout to use when the driver changes the keyspace on a connection at runtime.
- CONNECTION_WARN_INIT_ERROR - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether to log non-fatal errors when the driver tries to open a new connection.
- 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
-
- CONTACT_POINTS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The contact points to use for the initial connection to the cluster.
- contains(Geometry) - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
-
Tests whether this geospatial type instance contains another instance.
- contains(V) - Static method in class com.datastax.dse.driver.api.core.graph.predicates.CqlCollection
-
Checks if the target collection contains the given value.
- 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
-
- containsKey(K) - Static method in class com.datastax.dse.driver.api.core.graph.predicates.CqlCollection
-
Checks if the target map contains the given key.
- containsValue(V) - Static method in class com.datastax.dse.driver.api.core.graph.predicates.CqlCollection
-
Checks if the target map contains the given value.
- CONTINUOUS_PAGING_MAX_ENQUEUED_PAGES - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of continuous pages that can be stored in the local queue.
- CONTINUOUS_PAGING_MAX_PAGES - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of continuous pages to return.
- CONTINUOUS_PAGING_MAX_PAGES_PER_SECOND - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of continuous pages per second.
- CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_DIGITS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The number of significant decimal digits to which internal structures will maintain for
continuous requests.
- CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_HIGHEST - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The largest latency that we expect to record for continuous requests.
- CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_INTERVAL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The interval at which percentile data is refreshed for continuous requests.
- CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_LOWEST - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The shortest latency that we expect to record for continuous requests.
- CONTINUOUS_PAGING_METRICS_SESSION_CQL_REQUESTS_SLO - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Optional service-level objectives to meet, as a list of latencies to track.
- CONTINUOUS_PAGING_PAGE_SIZE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The page size for continuous paging.
- CONTINUOUS_PAGING_PAGE_SIZE_BYTES - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
- CONTINUOUS_PAGING_TIMEOUT_FIRST_PAGE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
How long to wait for the coordinator to send the first continuous page.
- CONTINUOUS_PAGING_TIMEOUT_OTHER_PAGES - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
How long to wait for the coordinator to send subsequent continuous pages.
- ContinuousAsyncResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
-
- ContinuousReactiveResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
-
- 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.
- CONTROL_CONNECTION_AGREEMENT_INTERVAL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The interval between each schema agreement check attempt.
- CONTROL_CONNECTION_AGREEMENT_TIMEOUT - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The timeout after which schema agreement fails.
- CONTROL_CONNECTION_AGREEMENT_WARN - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether to log a warning if schema agreement fails.
- CONTROL_CONNECTION_TIMEOUT - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
How long the driver waits for responses to control 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.CrcMismatchException
-
- 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
-
- 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
-
The default codec that maps CQL type counter
to Java's long
.
- 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
-
- CqlCollection - Class in com.datastax.dse.driver.api.core.graph.predicates
-
Predicates that can be used on CQL collections (lists, sets and maps).
- CqlCollection() - Constructor for class com.datastax.dse.driver.api.core.graph.predicates.CqlCollection
-
- 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).
- 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
-
- CqlSessionBuilder() - Constructor for class com.datastax.oss.driver.api.core.CqlSessionBuilder
-
- CrcMismatchException - Exception in com.datastax.oss.driver.api.core.connection
-
Thrown when the checksums in a server response don't match (protocol v5 or above).
- CrcMismatchException(String) - Constructor for exception com.datastax.oss.driver.api.core.connection.CrcMismatchException
-
- 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.
- 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.
- custom(DataType) - Static method in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
-
Builds a new codec that maps a CQL custom type to Java's
ByteBuffer
.
- custom(String) - Static method in class com.datastax.oss.driver.api.core.type.DataTypes
-
- CustomType - Interface in com.datastax.oss.driver.api.core.type
-
- g - Static variable in class com.datastax.dse.driver.api.core.graph.DseGraph
-
- 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
-
- 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(String, TypedDriverOption<ValueT>) - Method in class com.datastax.oss.driver.api.core.config.OptionsMap
-
Returns the value to which the specified option is mapped in the specified profile, or null
if the option is not defined.
- get(TypedDriverOption<ValueT>) - Method in class com.datastax.oss.driver.api.core.config.OptionsMap
-
Returns the value to which the specified option is mapped in the default profile, or null
if the option is not defined.
- 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 i
th 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 i
th 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 i
th 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.
- 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
-
- getAggregates() - Method in interface com.datastax.oss.driver.api.core.metadata.schema.KeyspaceMetadata
-
- 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
-
- 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 i
th 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 i
th 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
-
- getBool(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.GettableById
-
- getBool(int) - Method in interface com.datastax.oss.driver.api.core.data.GettableByIndex
-
- getBool(String) - Method in interface com.datastax.oss.driver.api.core.data.GettableByName
-
- 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 i
th 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 i
th 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 i
th 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 i
th 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
-
- getClusterName() - Method in interface com.datastax.oss.driver.api.core.metadata.Metadata
-
The cluster name to which this session is connected.
- 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.
- getCodecRegistry() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
-
- 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
-
- 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
-
- getCoordinator() - Method in exception com.datastax.oss.driver.api.core.servererrors.CoordinatorException
-
- getCoordinatorAddress() - Method in interface com.datastax.oss.driver.api.core.cql.QueryTrace
-
The IP and port of the node that coordinated the query.
- 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 i
th 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 class com.datastax.oss.driver.api.core.type.codec.MappingCodec
-
- 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.
- 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
-
- getDefaultTimestamp() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
-
- 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 i
th 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.
- getEdge() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseGraphTableMetadata
-
The edge metadata if this table represents an edge in graph, otherwise empty.
- getElements() - Method in interface com.datastax.oss.driver.api.core.paging.OffsetPager.Page
-
The elements in the page.
- 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.
- 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
-
- 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
-
- 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.dse.driver.api.core.graph.reactive.ReactiveGraphNode
-
The execution information for the paged request that produced this result.
- getExecutionInfo() - Method in interface com.datastax.oss.driver.api.core.AsyncPagingIterable
-
- 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
-
- getExecutionInfos() - Method in interface com.datastax.dse.driver.api.core.graph.reactive.ReactiveGraphResultSet
-
- 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.
- getExpectedType() - Method in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
- 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.
- getFetchSize() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
-
- 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 i
th 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.
- getFromClusteringColumns() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The columns in this table that match the clustering columns of the incoming vertex table.
- getFromLabel() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The label of the incoming vertex in graph.
- getFromPartitionKeyColumns() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The columns in this table that match the partition key of the incoming vertex table.
- getFromTable() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The identifier of the table representing the incoming vertex.
- 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
-
- getGraphEngine() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseGraphKeyspaceMetadata
-
The graph engine that will be used to interpret this keyspace.
- 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).
- getIndex(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
-
- getIndex(String) - Method in interface com.datastax.oss.driver.api.core.metadata.schema.TableMetadata
-
- 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 i
th 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
-
- getInnerJavaType() - Method in class com.datastax.oss.driver.api.core.type.codec.MappingCodec
-
- 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 i
th 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 i
th 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 class com.datastax.oss.driver.api.core.type.codec.MappingCodec
-
- 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
-
- 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
-
- getLabelName() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The label of the edge in graph.
- getLabelName() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseVertexMetadata
-
The label of the vertex in graph.
- 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 i
th 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 i
th 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 i
th 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 i
th 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 i
th 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.
- getMetricRegistry() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
-
- getMetrics() - Method in interface com.datastax.oss.driver.api.core.session.Session
-
Returns a gateway to the driver's DropWizard metrics, or
Optional.empty()
if all
metrics are disabled, or if the driver has been configured to use MicroProfile or Micrometer
instead of DropWizard (see
advanced.metrics.factory.class
in the configuration).
- 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
-
- 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
-
- 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
-
- getNodeDistanceEvaluators() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
-
- getNodeFilters() - Method in class com.datastax.oss.driver.api.core.session.ProgrammaticArguments
-
Deprecated.
- 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
-
- getNowInSeconds() - Method in interface com.datastax.oss.driver.api.core.cql.Statement
-
A custom "now in seconds" to use when applying the request (for testing purposes).
- 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 i
th 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(EndPoint, String) - Method in class com.datastax.dse.driver.api.core.auth.ProgrammaticDseGssApiAuthProvider
-
- 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.
- getPage(PagingIterable<ElementT>, int) - Method in class com.datastax.oss.driver.api.core.paging.OffsetPager
-
Extracts a page from a synchronous result set, by skipping rows until we get to the requested
offset.
- getPage(IterableT, int) - Method in class com.datastax.oss.driver.api.core.paging.OffsetPager
-
Extracts a page from an asynchronous result set, by skipping rows until we get to the requested
offset.
- getPageNumber() - Method in interface com.datastax.oss.driver.api.core.paging.OffsetPager.Page
-
The page number (1 for the first page, 2 for the second page, etc).
- 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, in its raw form.
- 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
-
- getPartitioner() - Method in interface com.datastax.oss.driver.api.core.cql.PreparedStatement
-
The partitioner to use for token-aware routing.
- getPartitioner() - Method in interface com.datastax.oss.driver.api.core.session.Request
-
The partitioner to use for token-aware routing.
- 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
-
- 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.DseNodeMetric
-
- 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.
- getPreparedStatement() - Method in class com.datastax.oss.driver.api.core.cql.BoundStatementBuilder
-
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
-
- 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).
- getRawOption() - Method in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
- getRawPagingState() - Method in interface com.datastax.oss.driver.api.core.cql.PagingState
-
- 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, Partitioner, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
-
The replicas for a given partition key in the given keyspace.
- getReplicas(CqlIdentifier, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
-
- getReplicas(String, Partitioner, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.metadata.TokenMap
-
- 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
-
- 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.
- getRetryDecision() - Method in interface com.datastax.oss.driver.api.core.retry.RetryVerdict
-
- 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
-
- getRetryRequest(RequestT) - Method in interface com.datastax.oss.driver.api.core.retry.RetryVerdict
-
Returns the request to retry, based on the request that was just executed (and failed).
- 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.
- getSafePagingState() - Method in interface com.datastax.oss.driver.api.core.cql.ExecutionInfo
-
The paging state of the query, in a safe wrapper that checks if it's reused on the right
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
-
- 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.
- 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 i
th 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 i
th 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
-
- getSourceAddress() - Method in interface com.datastax.oss.driver.api.core.cql.TraceEvent
-
The IP and Port 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
-
- 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 i
th 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.
- 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
-
- getToClusteringColumns() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The columns in this table that match the clustering columns of the outgoing vertex table.
- 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 i
th 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.
- getToLabel() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The label of the outgoing vertex in graph.
- getToPartitionKeyColumns() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The columns in this table that match the partition key of the outgoing vertex table.
- getToTable() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseEdgeMetadata
-
The identifier of the table representing the outgoing vertex.
- 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 i
th 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 i
th 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 i
th 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 i
th 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.
- 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
-
- getVertex() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseGraphTableMetadata
-
The vertex metadata if this table represents a vertex in graph, otherwise empty.
- 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.
- GRAPH_CONTINUOUS_PAGING_MAX_ENQUEUED_PAGES - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of Graph continuous pages that can be stored in the local queue.
- GRAPH_CONTINUOUS_PAGING_MAX_PAGES - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of Graph continuous pages to return.
- GRAPH_CONTINUOUS_PAGING_MAX_PAGES_PER_SECOND - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of Graph continuous pages per second.
- GRAPH_CONTINUOUS_PAGING_PAGE_SIZE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The page size for Graph continuous paging.
- GRAPH_IS_SYSTEM_QUERY - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether a script statement represents a system query.
- GRAPH_NAME - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The name of the graph targeted by graph statements.
- GRAPH_PAGING_ENABLED - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether to enable paging for Graph queries.
- GRAPH_READ_CONSISTENCY_LEVEL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The read consistency level to use for graph statements.
- GRAPH_SUB_PROTOCOL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The sub-protocol the driver will use to communicate with DSE Graph, on top of the Cassandra
native protocol.
- GRAPH_TIMEOUT - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
How long the driver waits for a graph request to complete.
- GRAPH_TRAVERSAL_SOURCE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The traversal source to use for graph statements.
- GRAPH_WRITE_CONSISTENCY_LEVEL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The write consistency level to use for graph statements.
- GraphExecutionInfo - Interface in com.datastax.dse.driver.api.core.graph
-
- 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
-
- GssApiAuthenticator(DseGssApiAuthProviderBase.GssApiOptions, EndPoint, String) - Constructor for class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
-
- SafeInitNodeStateListener - Class in com.datastax.oss.driver.api.core.metadata
-
A node state listener wrapper that delays (or ignores) init events until after the session is
ready.
- SafeInitNodeStateListener(NodeStateListener, boolean) - Constructor for class com.datastax.oss.driver.api.core.metadata.SafeInitNodeStateListener
-
Creates a new instance.
- 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.
- 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() - Constructor for class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
-
- 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
-
- 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_KEYSPACE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The name of the keyspace that the session should initially be connected to.
- SESSION_LEAK_THRESHOLD - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of live sessions that are allowed to coexist in a given VM.
- SESSION_NAME - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
A name that uniquely identifies the driver instance.
- 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
-
- set(CqlIdentifier, ValueT, TypeCodec<ValueT>) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
-
Sets the value for all occurrences 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 all occurrences 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 all occurrences 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 i
th 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 i
th 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 i
th 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 all occurrences 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 all occurrences 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 all occurrences of name
, converting it to the given Java type.
- 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 all occurrences of id
to the provided Java big decimal.
- setBigDecimal(int, BigDecimal) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java big integer.
- setBigInteger(int, BigInteger) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences of name
to the provided Java big integer.
- setBool(CqlIdentifier, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
-
- setBool(int, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
- setBool(String, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
- setBoolean(CqlIdentifier, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
-
Sets the value for all occurrences of id
to the provided Java primitive boolean.
- setBoolean(int, boolean) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java primitive byte.
- setByte(int, byte) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java byte buffer.
- setByteBuffer(int, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
.
- setBytesUnsafe(int, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the raw binary representation of the i
th value.
- setBytesUnsafe(String, ByteBuffer) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the raw binary representation of the value for all occurrences of name
.
- 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
-
- 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 all occurrences of id
to the provided duration.
- setCqlDuration(int, CqlDuration) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th value to the provided duration.
- setCqlDuration(String, CqlDuration) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the value for all occurrences 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.
- setDefaultTimestamp(long) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
-
- setDefaultTimestamp(long) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
-
- 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 all occurrences of id
to the provided Java primitive double.
- setDouble(int, double) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences of name
to the provided Java primitive double.
- 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
-
- setFetchSize(int) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
-
- setFetchSize(int) - Method in class com.datastax.oss.driver.api.core.cql.StatementBuilder
-
- setFloat(CqlIdentifier, float) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
-
Sets the value for all occurrences of id
to the provided Java primitive float.
- setFloat(int, float) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java IP address.
- setInetAddress(int, InetAddress) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java instant.
- setInstant(int, Instant) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th value to the provided Java instant.
- setInstant(String, Instant) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the value for all occurrences 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 all occurrences of id
to the provided Java primitive integer.
- setInt(int, int) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences 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 i
th 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 all occurrences of name
to the provided Java list.
- setLocalDate(CqlIdentifier, LocalDate) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
-
Sets the value for all occurrences of id
to the provided Java local date.
- setLocalDate(int, LocalDate) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java local time.
- setLocalTime(int, LocalTime) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java primitive long.
- setLong(int, long) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences 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 i
th 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 all occurrences of name
to the provided Java map.
- setNamedValues(Map<String, Object>) - Method in interface com.datastax.oss.driver.api.core.cql.SimpleStatement
-
- 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
-
- setNowInSeconds(int) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
-
Sets the "now in seconds" to use when applying the request (for testing purposes).
- setNowInSeconds(int) - 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
-
Builds a new codec that maps a CQL set to a Java set, using the given codec to map each
element.
- 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
-
- 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(PagingState) - 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(PagingState, Session) - Method in interface com.datastax.oss.driver.api.core.cql.Statement
-
- 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.
- setScript(String) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
-
- setSerialConsistencyLevel(ConsistencyLevel) - Method in interface com.datastax.oss.driver.api.core.cql.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 all occurrences 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 i
th 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 all occurrences 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 all occurrences of id
to the provided Java primitive short.
- setShort(int, short) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th 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 all occurrences 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 all occurrences of id
to the provided Java string.
- setString(int, String) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th value to the provided Java string.
- setString(String, String) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the value for all occurrences 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 all occurrences of id
to the provided token.
- setToken(int, Token) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th value to the provided token.
- setToken(String, Token) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the value for all occurrences of name
to the provided token.
- setToNull(CqlIdentifier) - Method in interface com.datastax.oss.driver.api.core.data.SettableById
-
Sets the value for all occurrences of id
to CQL NULL
.
- setToNull(int) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th value to CQL NULL
.
- setToNull(String) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the value for all occurrences 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
-
- 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 all occurrences of id
to the provided tuple value.
- setTupleValue(int, TupleValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th value to the provided tuple value.
- setTupleValue(String, TupleValue) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the value for all occurrences 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 all occurrences 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 i
th 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 all occurrences 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 all occurrences of id
to the provided Java UUID.
- setUuid(int, UUID) - Method in interface com.datastax.oss.driver.api.core.data.SettableByIndex
-
Sets the i
th value to the provided Java UUID.
- setUuid(String, UUID) - Method in interface com.datastax.oss.driver.api.core.data.SettableByName
-
Sets the value for all occurrences 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
-
- SHORT_LIST_TO_ARRAY - Static variable in class com.datastax.oss.driver.api.core.type.codec.ExtraTypeCodecs
-
A codec that maps CQL type list<smallint>
to Java's short[]
.
- 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.
- SMALLINT - Static variable in class com.datastax.oss.driver.api.core.type.codec.TypeCodecs
-
The default codec that maps CQL type smallint
to Java's short
.
- SMALLINT - Static variable in class com.datastax.oss.driver.api.core.type.DataTypes
-
- SOCKET_KEEP_ALIVE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether or not to enable TCP keep-alive probes.
- SOCKET_LINGER_INTERVAL - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Sets the linger interval.
- SOCKET_RECEIVE_BUFFER_SIZE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Sets a hint to the size of the underlying buffers for incoming network I/O.
- SOCKET_REUSE_ADDRESS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether or not to allow address reuse.
- SOCKET_SEND_BUFFER_SIZE - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Sets a hint to the size of the underlying buffers for outgoing network I/O.
- SOCKET_TCP_NODELAY - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether or not to disable the Nagle algorithm.
- SPECULATIVE_EXECUTION_DELAY - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The delay between each execution.
- SPECULATIVE_EXECUTION_MAX - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The maximum number of executions.
- SPECULATIVE_EXECUTION_POLICY_CLASS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The class of the speculative execution policy.
- 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).
- SSL_CIPHER_SUITES - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The cipher suites to enable when creating an SSLEngine for a connection.
- SSL_ENGINE_FACTORY_CLASS - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The class of the SSL Engine Factory.
- SSL_HOSTNAME_VALIDATION - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
Whether or not to require validation that the hostname of the server certificate's common name
matches the hostname of the server being connected to.
- SSL_KEYSTORE_PASSWORD - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The keystore password.
- SSL_KEYSTORE_PATH - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The location of the keystore file.
- SSL_TRUSTSTORE_PASSWORD - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The truststore password.
- SSL_TRUSTSTORE_PATH - Static variable in class com.datastax.oss.driver.api.core.config.TypedDriverOption
-
The location of the truststore file.
- 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.
- 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
-
- 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
-
- supportsShardingInfo() - Method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
-
- supportsShardingInfo() - Method in enum com.datastax.oss.driver.api.core.DefaultProtocolVersion
-
- supportsShardingInfo() - Method in interface com.datastax.oss.driver.api.core.ProtocolVersion
-
Whether sharding info is supported in this protocol version
- 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
-