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

A

accepts(Class<?>) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
accepts(Object) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
accepts(Class<?>) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
accepts(Object) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
accepts(Class<?>) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
accepts(Object) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
accepts(Class<?>) - Method in class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
addCustomPayload(String, ByteBuffer) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
addRing(Point, Point, Point, Point...) - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon.Builder
Adds a new ring for this polygon.
addRing(Point, Point, Point, Point...) - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultPolygon.Builder
 
addTraversal(GraphTraversal) - Method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Add a traversal to this statement.
addTraversal(GraphTraversal) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add a traversal to this builder to include in the generated BatchGraphStatement.
addTraversal(GraphTraversal) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultBatchGraphStatement
 
addTraversals(Iterable<GraphTraversal>) - Method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Adds several traversals to this statement.
addTraversals(Iterable<GraphTraversal>) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add several traversals to this builder to include in the generated BatchGraphStatement.
addTraversals(GraphTraversal...) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add several traversals to this builder to include in the generated BatchGraphStatement.
addTraversals(Iterable<GraphTraversal>) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultBatchGraphStatement
 
all() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
Returns all the remaining nodes as a list; not recommended for paginated queries that return a large number of nodes.
APPLICATION_NAME_KEY - Static variable in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
 
APPLICATION_VERSION_KEY - Static variable in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
 
as(Class<ResultT>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as an instance of clazz.
as(GenericType<ResultT>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as an instance of the given type.
as(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithLanguage
Adds AS to the create function specification.
as(Class<ResultT>) - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
as(GenericType<ResultT>) - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
as(Class<T>) - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
as(GenericType<T>) - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
as(String) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
asBoolean() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
This node as a boolean, or false if it can't be converted.
asBoolean() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asBoolean() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asCql() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
asCql() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
asDouble() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a long integer, or 0.0D if it can't be converted.
asDouble() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asDouble() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asEdge() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Edge.
asEdge() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asEdge() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asGeoJson() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a JSON representation of this geospatial type.
asGeoJson() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
asGeoJson() - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
The distance type has no equivalent in the GeoJSON standard: this method throws an UnsupportedOperationException.
asInt() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
This node as an integer, or 0 if it can't be converted.
asInt() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asInt() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asList() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as a List.
asList() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asList() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asLong() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a long integer, or 0L if it can't be converted.
asLong() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asLong() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asMap() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as a Map.
asMap() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asMap() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asPath() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Path.
asPath() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asPath() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Property.
asProperty() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asProperty() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asQuoted(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithLanguage
Adds AS to the create function specification and quotes the function body.
asSet() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Deserializes and returns this node as a Set.
asSet() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asSet() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asString() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
A valid string representation of this node, if the node is a simple node (i.e.
asString() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asString() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asVertex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop Vertex.
asVertex() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asVertex() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asVertexProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns this node as a Tinkerpop VertexProperty.
asVertexProperty() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
asVertexProperty() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
asWellKnownBinary() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a Well-known Binary (WKB) representation of this geospatial type.
asWellKnownBinary() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
asWellKnownBinary() - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
The distance type has no equivalent in the OGC standard: this method throws an UnsupportedOperationException.
asWellKnownText() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a Well-known Text (WKT) representation of this geospatial type.
asWellKnownText() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
asWellKnownText() - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
Returns a Well-known Text (WKT) representation of this geospatial type.
ASYNC - Static variable in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The type returned when a graph statement is executed asynchronously.
AsyncGraphResultSet - Interface in com.datastax.dse.driver.api.core.graph
The result of an asynchronous graph query.
AuthUtils - Class in com.datastax.dse.driver.internal.core.auth
 
AuthUtils() - Constructor for class com.datastax.dse.driver.internal.core.auth.AuthUtils
 

B

BaseDseAuthenticator - Class in com.datastax.dse.driver.internal.core.auth
Base class for SyncAuthenticator implementations that want to make use of the authentication scheme negotiation in DseAuthenticator.
BatchGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
A graph statement that groups multiple mutating traversals together, to be executed in the same transaction.
BatchGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
 
BatchGraphStatementBuilder() - Constructor for class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
BatchGraphStatementBuilder(BatchGraphStatement) - Constructor for class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
BoundedConcurrentQueue<ElementT> - Class in com.datastax.dse.driver.internal.core.util.concurrent
A concurrent queue with a limited size.
BoundedConcurrentQueue(int) - Constructor for class com.datastax.dse.driver.internal.core.util.concurrent.BoundedConcurrentQueue
 
build() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon.Builder
 
build() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
build() - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
Build the remote connection that was configured with this builder.
build() - Method in class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
build() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
Create the statement with the configuration defined by this builder object.
build() - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
 
build() - Method in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
 
build() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultPolygon.Builder
Builds the polygon.
build() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultDseRemoteConnectionBuilder
 
buildContext(DriverConfigLoader, List<TypeCodec<?>>, NodeStateListener, SchemaChangeListener, RequestTracker, Map<String, String>, Map<String, Predicate<Node>>, ClassLoader) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
 
buildCustomPayload() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
builder() - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Returns a polygon builder.
builder() - Static method in interface com.datastax.dse.driver.api.core.DseSession
 
builder() - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a builder helper object to start creating a new instance.
builder(BatchGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder(GraphTraversal<?, ?>) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a builder object to start creating a new instance from the given traversal.
builder(FluentGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder(String) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a builder object to start creating a new instance from the given script.
builder(ScriptGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder() - Static method in class com.datastax.dse.driver.internal.core.config.typesafe.DefaultDseDriverConfigLoader
Constructs a builder that may be used to provide additional configuration beyond those defined in your configuration files programmatically.
Builder() - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultPolygon.Builder
 
buildFrameCodec() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildLoadBalancingPolicies() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildMetricsFactory() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildProtocolVersionRegistry() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildReplicationStrategyFactory() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildRequestProcessorRegistry() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildRequestTracker(RequestTracker) - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildSchemaParserFactory() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildSchemaQueriesFactory() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildStartupOptions() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
buildTopologyMonitor() - Method in class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
BytecodeGraphStatement - Class in com.datastax.dse.driver.internal.core.graph
A dedicated statement implementation for implicit traversal execution via a DseGraphRemoteConnection.
BytecodeGraphStatement(Bytecode, DriverExecutionProfile, String) - Constructor for class com.datastax.dse.driver.internal.core.graph.BytecodeGraphStatement
 

C

calledOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds CALLED ON NULL to the create function specification.
calledOnNull() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
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.
cancel() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
cancel() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
cancel() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.ReactiveResultSetSubscription
 
cancel() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
cancel() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultAsyncGraphResultSet
 
cancel() - Method in class com.datastax.dse.driver.internal.core.graph.SinglePageGraphResultSet
 
canProcess(Request, GenericType<?>) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestAsyncProcessor
 
canProcess(Request, GenericType<?>) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestSyncProcessor
 
canProcess(Request, GenericType<?>) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.reactive.ContinuousCqlRequestReactiveProcessor
 
canProcess(Request, GenericType<?>) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.CqlRequestReactiveProcessor
 
canProcess(Request, GenericType<?>) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestAsyncProcessor
 
canProcess(Request, GenericType<?>) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestSyncProcessor
 
clear() - Method in class com.datastax.dse.driver.internal.core.util.concurrent.BoundedConcurrentQueue
Note that this does not complete a pending call to BoundedConcurrentQueue.offer(Object).
clearCustomPayload() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
clearQueryParams() - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
Clears all the parameters previously added to this builder.
clearTraversals() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Clears all the traversals previously added to this builder.
CLIENT_ID_KEY - Static variable in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
 
close() - Method in class com.datastax.dse.driver.internal.core.auth.DseGssApiAuthProvider
 
close() - Method in class com.datastax.dse.driver.internal.core.auth.DsePlainTextAuthProvider
 
close() - Method in class com.datastax.dse.driver.internal.core.graph.DseGraphRemoteConnection
 
close() - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
close() - Method in class com.datastax.dse.driver.internal.core.tracker.MultiplexingRequestTracker
 
com.datastax.dse.driver - package com.datastax.dse.driver
 
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
 
com.datastax.dse.driver.api.core.data.geometry - package com.datastax.dse.driver.api.core.data.geometry
 
com.datastax.dse.driver.api.core.data.time - package com.datastax.dse.driver.api.core.data.time
 
com.datastax.dse.driver.api.core.graph - package com.datastax.dse.driver.api.core.graph
 
com.datastax.dse.driver.api.core.graph.predicates - package com.datastax.dse.driver.api.core.graph.predicates
 
com.datastax.dse.driver.api.core.metadata - package com.datastax.dse.driver.api.core.metadata
 
com.datastax.dse.driver.api.core.metadata.schema - package com.datastax.dse.driver.api.core.metadata.schema
 
com.datastax.dse.driver.api.core.servererrors - package com.datastax.dse.driver.api.core.servererrors
 
com.datastax.dse.driver.api.core.type - package com.datastax.dse.driver.api.core.type
 
com.datastax.dse.driver.api.core.type.codec - package com.datastax.dse.driver.api.core.type.codec
 
com.datastax.dse.driver.api.querybuilder - package com.datastax.dse.driver.api.querybuilder
This package effectively mirrors the Cassandra OSS Query Builder package to allow DSE extended schema and query building for the DSE driver.
com.datastax.dse.driver.api.querybuilder.schema - package com.datastax.dse.driver.api.querybuilder.schema
This package effectively mirrors the Cassandra OSS Schema interfaces to allow extended schema and query building for the DSE driver.
com.datastax.dse.driver.internal.core - package com.datastax.dse.driver.internal.core
 
com.datastax.dse.driver.internal.core.auth - package com.datastax.dse.driver.internal.core.auth
 
com.datastax.dse.driver.internal.core.config.typesafe - package com.datastax.dse.driver.internal.core.config.typesafe
 
com.datastax.dse.driver.internal.core.context - package com.datastax.dse.driver.internal.core.context
 
com.datastax.dse.driver.internal.core.cql - package com.datastax.dse.driver.internal.core.cql
 
com.datastax.dse.driver.internal.core.cql.continuous - package com.datastax.dse.driver.internal.core.cql.continuous
 
com.datastax.dse.driver.internal.core.cql.continuous.reactive - package com.datastax.dse.driver.internal.core.cql.continuous.reactive
 
com.datastax.dse.driver.internal.core.cql.reactive - package com.datastax.dse.driver.internal.core.cql.reactive
 
com.datastax.dse.driver.internal.core.data.geometry - package com.datastax.dse.driver.internal.core.data.geometry
 
com.datastax.dse.driver.internal.core.graph - package com.datastax.dse.driver.internal.core.graph
 
com.datastax.dse.driver.internal.core.loadbalancing - package com.datastax.dse.driver.internal.core.loadbalancing
 
com.datastax.dse.driver.internal.core.metadata - package com.datastax.dse.driver.internal.core.metadata
 
com.datastax.dse.driver.internal.core.metadata.schema - package com.datastax.dse.driver.internal.core.metadata.schema
 
com.datastax.dse.driver.internal.core.metadata.schema.parsing - package com.datastax.dse.driver.internal.core.metadata.schema.parsing
 
com.datastax.dse.driver.internal.core.metadata.schema.queries - package com.datastax.dse.driver.internal.core.metadata.schema.queries
 
com.datastax.dse.driver.internal.core.metadata.token - package com.datastax.dse.driver.internal.core.metadata.token
 
com.datastax.dse.driver.internal.core.metrics - package com.datastax.dse.driver.internal.core.metrics
 
com.datastax.dse.driver.internal.core.search - package com.datastax.dse.driver.internal.core.search
 
com.datastax.dse.driver.internal.core.session - package com.datastax.dse.driver.internal.core.session
 
com.datastax.dse.driver.internal.core.tracker - package com.datastax.dse.driver.internal.core.tracker
 
com.datastax.dse.driver.internal.core.type.codec.geometry - package com.datastax.dse.driver.internal.core.type.codec.geometry
 
com.datastax.dse.driver.internal.core.type.codec.time - package com.datastax.dse.driver.internal.core.type.codec.time
 
com.datastax.dse.driver.internal.core.util.concurrent - package com.datastax.dse.driver.internal.core.util.concurrent
 
com.datastax.dse.driver.internal.querybuilder.schema - package com.datastax.dse.driver.internal.querybuilder.schema
This package effectively mirrors the Cassandra OSS default query and schema implementations to allow extended schema and query building for the DSE driver.
computeReplicasByToken(Map<Token, Node>, List<Token>) - Method in class com.datastax.dse.driver.internal.core.metadata.token.EverywhereStrategy
 
consistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
contains(Geometry) - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Tests whether this geospatial type instance contains another instance.
contains(Geometry) - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
contains(Geometry) - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
 
CONTINUOUS_REACTIVE_RESULT_SET - Static variable in class com.datastax.dse.driver.internal.core.cql.continuous.reactive.ContinuousCqlRequestReactiveProcessor
 
CONTINUOUS_RESULT_ASYNC - Static variable in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestAsyncProcessor
 
CONTINUOUS_RESULT_SYNC - Static variable in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestSyncProcessor
 
ContinuousAsyncResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
ContinuousCqlRequestAsyncProcessor - Class in com.datastax.dse.driver.internal.core.cql.continuous
 
ContinuousCqlRequestAsyncProcessor() - Constructor for class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestAsyncProcessor
 
ContinuousCqlRequestHandler - Class in com.datastax.dse.driver.internal.core.cql.continuous
Handles a request that supports multiple response messages (a.k.a.
ContinuousCqlRequestHandler(Statement<?>, DefaultSession, InternalDriverContext, String) - Constructor for class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
 
ContinuousCqlRequestReactiveProcessor - Class in com.datastax.dse.driver.internal.core.cql.continuous.reactive
 
ContinuousCqlRequestReactiveProcessor(ContinuousCqlRequestAsyncProcessor) - Constructor for class com.datastax.dse.driver.internal.core.cql.continuous.reactive.ContinuousCqlRequestReactiveProcessor
 
ContinuousCqlRequestSyncProcessor - Class in com.datastax.dse.driver.internal.core.cql.continuous
 
ContinuousCqlRequestSyncProcessor(ContinuousCqlRequestAsyncProcessor) - Constructor for class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestSyncProcessor
 
ContinuousReactiveResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
A marker interface for publishers returned by ContinuousReactiveSession.
ContinuousReactiveSession - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
A Session that offers utility methods to issue queries using reactive-style programming and continuous paging, combined together.
ContinuousResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
ContinuousSession - Interface in com.datastax.dse.driver.api.core.cql.continuous
A session that has the ability to execute continuous paging queries.
copy() - Method in exception com.datastax.dse.driver.api.core.servererrors.UnfitClientException
 
CqlRequestReactiveProcessor - Class in com.datastax.dse.driver.internal.core.cql.reactive
 
CqlRequestReactiveProcessor(CqlRequestAsyncProcessor) - Constructor for class com.datastax.dse.driver.internal.core.cql.reactive.CqlRequestReactiveProcessor
 
createAggregate(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name.
createAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name for the given keyspace name.
createAggregate(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createAggregate(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createDseAggregate(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name.
createDseAggregate(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE AGGREGATE query with the given aggregate name for the given keyspace name.
createDseAggregate(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createDseAggregate(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
CreateDseAggregateEnd - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseAggregateStart - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseAggregateStateFunc - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
createDseFunction(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name.
createDseFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name for the given keyspace name.
createDseFunction(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createDseFunction(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
CreateDseFunctionEnd - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionStart - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionWithLanguage - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionWithNullOption - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
CreateDseFunctionWithType - Interface in com.datastax.dse.driver.api.querybuilder.schema
 
createFunction(CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name.
createFunction(CqlIdentifier, CqlIdentifier) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
Starts a CREATE FUNCTION query with the given function name for the given keyspace name.
createFunction(String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
createFunction(String, String) - Static method in class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
currentPage() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
The nodes in the current page.
currentPage() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
currentPage() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultAsyncGraphResultSet
 

D

DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
DateRange - Class in com.datastax.dse.driver.api.core.data.time
A date range, as defined by the server type org.apache.cassandra.db.marshal.DateRangeType, corresponding to the Apache Solr type DateRangeField.
DateRange(DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
Creates a "single bounded" instance, i.e., a date range whose upper and lower bounds are identical.
DateRange(DateRangeBound, DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
Creates an instance composed of two distinct bounds.
DateRangeBound - Class in com.datastax.dse.driver.api.core.data.time
A date range bound.
DateRangeCodec - Class in com.datastax.dse.driver.internal.core.type.codec.time
 
DateRangeCodec() - Constructor for class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
DateRangePrecision - Enum in com.datastax.dse.driver.api.core.data.time
The precision of a DateRangeBound.
DateRangeUtil - Class in com.datastax.dse.driver.internal.core.search
 
DateRangeUtil() - Constructor for class com.datastax.dse.driver.internal.core.search.DateRangeUtil
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
 
decode(ByteBuffer, ProtocolVersion) - Method in class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
DEFAULT_EDIT_DISTANCE - Static variable in class com.datastax.dse.driver.internal.core.graph.EditDistance
 
DEFAULT_SASL_SERVICE_NAME - Static variable in class com.datastax.dse.driver.internal.core.auth.DseGssApiAuthProvider
The default SASL service name used by this auth provider.
DefaultAsyncGraphResultSet - Class in com.datastax.dse.driver.internal.core.graph
 
DefaultAsyncGraphResultSet(GraphExecutionInfo, Queue<GraphNode>) - Constructor for class com.datastax.dse.driver.internal.core.graph.DefaultAsyncGraphResultSet
 
DefaultBatchGraphStatement - Class in com.datastax.dse.driver.internal.core.graph
 
DefaultBatchGraphStatement(Iterable<GraphTraversal>, Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Constructor for class com.datastax.dse.driver.internal.core.graph.DefaultBatchGraphStatement
 
defaultConfigLoader() - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
 
DefaultContinuousAsyncResultSet - Class in com.datastax.dse.driver.internal.core.cql.continuous
 
DefaultContinuousAsyncResultSet(CountingIterator<Row>, ColumnDefinitions, int, boolean, ExecutionInfo, ContinuousCqlRequestHandler) - Constructor for class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
DefaultContinuousReactiveResultSet - Class in com.datastax.dse.driver.internal.core.cql.continuous.reactive
 
DefaultContinuousReactiveResultSet(Callable<CompletionStage<ContinuousAsyncResultSet>>) - Constructor for class com.datastax.dse.driver.internal.core.cql.continuous.reactive.DefaultContinuousReactiveResultSet
 
DefaultContinuousResultSet - Class in com.datastax.dse.driver.internal.core.cql.continuous
This class is roughly equivalent to MultiPageResultSet, except that RowIterator#maybeMoveToNextPage() needs to check for cancellation before fetching the next page.
DefaultContinuousResultSet(ContinuousAsyncResultSet) - Constructor for class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
DefaultCreateDseAggregate - Class in com.datastax.dse.driver.internal.querybuilder.schema
Implements DSE extended interfaces for creating aggregates.
DefaultCreateDseAggregate(CqlIdentifier) - Constructor for class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
DefaultCreateDseAggregate(CqlIdentifier, CqlIdentifier) - Constructor for class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
DefaultCreateDseAggregate(CqlIdentifier, CqlIdentifier, boolean, boolean, ImmutableList<DataType>, CqlIdentifier, DataType, CqlIdentifier, Term, boolean) - Constructor for class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
DefaultCreateDseFunction - Class in com.datastax.dse.driver.internal.querybuilder.schema
Implements DSE extended interfaces for creating functions.
DefaultCreateDseFunction(CqlIdentifier) - Constructor for class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
DefaultCreateDseFunction(CqlIdentifier, CqlIdentifier) - Constructor for class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
DefaultCreateDseFunction(CqlIdentifier, CqlIdentifier, boolean, boolean, ImmutableMap<CqlIdentifier, DataType>, boolean, DataType, String, String, boolean, boolean, CqlIdentifier) - Constructor for class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
DefaultDseAggregateMetadata - Class in com.datastax.dse.driver.internal.core.metadata.schema
 
DefaultDseAggregateMetadata(CqlIdentifier, FunctionSignature, FunctionSignature, Object, DataType, FunctionSignature, DataType, TypeCodec<Object>, boolean) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseAggregateMetadata
 
DefaultDseColumnMetadata - Class in com.datastax.dse.driver.internal.core.metadata.schema
 
DefaultDseColumnMetadata(CqlIdentifier, CqlIdentifier, CqlIdentifier, DataType, boolean) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseColumnMetadata
 
DefaultDseDriverConfigLoader - Class in com.datastax.dse.driver.internal.core.config.typesafe
The default loader for DSE; it is based on Typesafe Config and reloads at a configurable interval.
DefaultDseDriverConfigLoader() - Constructor for class com.datastax.dse.driver.internal.core.config.typesafe.DefaultDseDriverConfigLoader
 
DefaultDseDriverConfigLoader(Supplier<Config>) - Constructor for class com.datastax.dse.driver.internal.core.config.typesafe.DefaultDseDriverConfigLoader
Builds an instance with custom arguments, if you want to load the configuration from somewhere else.
DefaultDseFunctionMetadata - Class in com.datastax.dse.driver.internal.core.metadata.schema
 
DefaultDseFunctionMetadata(CqlIdentifier, FunctionSignature, List<CqlIdentifier>, String, boolean, String, DataType, boolean, boolean, List<CqlIdentifier>) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseFunctionMetadata
 
DefaultDseIndexMetadata - Class in com.datastax.dse.driver.internal.core.metadata.schema
 
DefaultDseIndexMetadata(CqlIdentifier, CqlIdentifier, CqlIdentifier, IndexKind, String, Map<String, String>) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseIndexMetadata
 
DefaultDseKeyspaceMetadata - Class in com.datastax.dse.driver.internal.core.metadata.schema
 
DefaultDseKeyspaceMetadata(CqlIdentifier, boolean, boolean, Map<String, String>, Map<CqlIdentifier, UserDefinedType>, Map<CqlIdentifier, TableMetadata>, Map<CqlIdentifier, ViewMetadata>, Map<FunctionSignature, FunctionMetadata>, Map<FunctionSignature, AggregateMetadata>) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
DefaultDseRemoteConnectionBuilder - Class in com.datastax.dse.driver.internal.core.graph
 
DefaultDseRemoteConnectionBuilder(DseSession) - Constructor for class com.datastax.dse.driver.internal.core.graph.DefaultDseRemoteConnectionBuilder
 
DefaultDseSession - Class in com.datastax.dse.driver.internal.core.session
Implementation note: metadata methods perform unchecked casts, relying on the fact that the metadata manager returns the appropriate runtime type.
DefaultDseSession(Session) - Constructor for class com.datastax.dse.driver.internal.core.session.DefaultDseSession
 
DefaultDseTableMetadata - Class in com.datastax.dse.driver.internal.core.metadata.schema
 
DefaultDseTableMetadata(CqlIdentifier, CqlIdentifier, UUID, boolean, boolean, List<ColumnMetadata>, Map<ColumnMetadata, ClusteringOrder>, Map<CqlIdentifier, ColumnMetadata>, Map<CqlIdentifier, Object>, Map<CqlIdentifier, IndexMetadata>) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
DefaultDseViewMetadata - Class in com.datastax.dse.driver.internal.core.metadata.schema
 
DefaultDseViewMetadata(CqlIdentifier, CqlIdentifier, CqlIdentifier, boolean, String, UUID, ImmutableList<ColumnMetadata>, ImmutableMap<ColumnMetadata, ClusteringOrder>, ImmutableMap<CqlIdentifier, ColumnMetadata>, Map<CqlIdentifier, Object>) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
DefaultFluentGraphStatement - Class in com.datastax.dse.driver.internal.core.graph
 
DefaultFluentGraphStatement(GraphTraversal<?, ?>, Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Constructor for class com.datastax.dse.driver.internal.core.graph.DefaultFluentGraphStatement
 
DefaultGeometry - Class in com.datastax.dse.driver.internal.core.data.geometry
 
DefaultGeometry(OGCGeometry) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
DefaultGraphExecutionInfo - Class in com.datastax.dse.driver.internal.core.graph
 
DefaultGraphExecutionInfo(GraphStatement<?>, Node, int, int, List<Map.Entry<Node, Throwable>>, Frame) - Constructor for class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
DefaultLineString - Class in com.datastax.dse.driver.internal.core.data.geometry
 
DefaultLineString(Point, Point, Point...) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultLineString
 
DefaultLineString(OGCLineString) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultLineString
 
DefaultPoint - Class in com.datastax.dse.driver.internal.core.data.geometry
 
DefaultPoint(double, double) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultPoint
 
DefaultPoint(OGCPoint) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultPoint
 
DefaultPolygon - Class in com.datastax.dse.driver.internal.core.data.geometry
 
DefaultPolygon(Point, Point, Point, Point...) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultPolygon
 
DefaultPolygon(OGCPolygon) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DefaultPolygon
 
DefaultPolygon.Builder - Class in com.datastax.dse.driver.internal.core.data.geometry
 
DefaultReactiveResultSet - Class in com.datastax.dse.driver.internal.core.cql.reactive
 
DefaultReactiveResultSet(Callable<CompletionStage<AsyncResultSet>>) - Constructor for class com.datastax.dse.driver.internal.core.cql.reactive.DefaultReactiveResultSet
 
DefaultScriptGraphStatement - Class in com.datastax.dse.driver.internal.core.graph
 
DefaultScriptGraphStatement(String, Map<String, Object>, Boolean, Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Constructor for class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
dequeueOrCreatePending() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
Dequeue a response or, if the queue is empty, create the future that will get notified of the next response, when it arrives.
describe(boolean) - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseAggregateMetadata
 
describe(boolean) - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
 
deterministic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds "DETERMINISTIC" to create aggregate specification.
deterministic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "DETERMINISTIC" to create function specification.
deterministic() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
deterministic() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
Distance - Class in com.datastax.dse.driver.internal.core.data.geometry
The driver-side representation of DSE's Geo.distance.
Distance(Point, double) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.Distance
Creates a new distance with the given center and radius.
distance - Variable in class com.datastax.dse.driver.internal.core.graph.EditDistance
 
DistanceSerializationProxy - Class in com.datastax.dse.driver.internal.core.data.geometry
A thin wrapper around Distance, that gets substituted during the serialization / deserialization process.
DistanceSerializationProxy(Distance) - Constructor for class com.datastax.dse.driver.internal.core.data.geometry.DistanceSerializationProxy
 
DriverObjectsModule() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DriverObjectsModule
 
DriverObjectsModule() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DriverObjectsModule
 
DSE_DRIVER_COORDINATES - Static variable in interface com.datastax.dse.driver.api.core.DseSession
The Maven coordinates of the core DSE driver artifact.
DSE_VERSION - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The DSE version that the node is running.
DSE_WORKLOADS - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The DSE workloads that the node is running.
DseAggregateMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized aggregate metadata for the DSE driver.
DseAggregateParser - Class in com.datastax.dse.driver.internal.core.metadata.schema.parsing
 
DseAggregateParser(DataTypeParser, InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseAggregateParser
 
DseColumnMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized column metadata for the DSE driver.
DseConversions - Class in com.datastax.dse.driver.internal.core.cql
 
DseConversions() - Constructor for class com.datastax.dse.driver.internal.core.cql.DseConversions
 
DseDataTypes - Class in com.datastax.dse.driver.api.core.type
Extends DataTypes to handle DSE-specific types.
DseDataTypes() - Constructor for class com.datastax.dse.driver.api.core.type.DseDataTypes
 
DseDriverContext - Class in com.datastax.dse.driver.internal.core.context
Extends the default driver context to plug-in DSE-specific implementations.
DseDriverContext(DriverConfigLoader, List<TypeCodec<?>>, NodeStateListener, SchemaChangeListener, RequestTracker, Map<String, String>, Map<String, Predicate<Node>>, ClassLoader, UUID, String, String) - Constructor for class com.datastax.dse.driver.internal.core.context.DseDriverContext
 
DseDriverOption - Enum in com.datastax.dse.driver.api.core.config
 
DseDropwizardMetricsFactory - Class in com.datastax.dse.driver.internal.core.metrics
 
DseDropwizardMetricsFactory(InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metrics.DseDropwizardMetricsFactory
 
DseDropwizardSessionMetricUpdater - Class in com.datastax.dse.driver.internal.core.metrics
 
DseDropwizardSessionMetricUpdater(Set<SessionMetric>, MetricRegistry, InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metrics.DseDropwizardSessionMetricUpdater
 
DseFunctionMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized function metadata for the DSE driver.
DseFunctionParser - Class in com.datastax.dse.driver.internal.core.metadata.schema.parsing
 
DseFunctionParser(DataTypeParser, InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseFunctionParser
 
DseGraph - Class in com.datastax.dse.driver.api.core.graph
General purpose utility class for interaction with DSE Graph via the DataStax Enterprise Java driver.
DseGraphModule() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule
 
DseGraphModule() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule
 
DseGraphRemoteConnection - Class in com.datastax.dse.driver.internal.core.graph
 
DseGraphRemoteConnection(DseSession, DriverExecutionProfile, String) - Constructor for class com.datastax.dse.driver.internal.core.graph.DseGraphRemoteConnection
 
DseGraphRemoteConnectionBuilder - Interface in com.datastax.dse.driver.api.core.graph
A builder helper to create a RemoteConnection that will be used to build implicitly-executing fluent traversals.
DseGssApiAuthProvider - Class in com.datastax.dse.driver.internal.core.auth
AuthProvider that provides GSSAPI authenticator instances for clients to connect to DSE clusters secured with DseAuthenticator.
DseGssApiAuthProvider(DriverContext) - Constructor for class com.datastax.dse.driver.internal.core.auth.DseGssApiAuthProvider
 
DseIndexMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized index metadata for the DSE driver.
DseKeyspaceMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized keyspace metadata for the DSE driver.
DseLoadBalancingPolicy - Class in com.datastax.dse.driver.internal.core.loadbalancing
The DSE load balancing policy implementation.
DseLoadBalancingPolicy(DriverContext, String) - Constructor for class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
DseNodeProperties - Class in com.datastax.dse.driver.api.core.metadata
The keys for the additional DSE-specific properties stored in Node.getExtras().
DseNodeProperties() - Constructor for class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
 
DsePlainTextAuthProvider - Class in com.datastax.dse.driver.internal.core.auth
An authentication provider that supports SASL authentication using the PLAIN mechanism to connect to DSE clusters secured with DseAuthenticator.
DsePlainTextAuthProvider(DriverContext) - Constructor for class com.datastax.dse.driver.internal.core.auth.DsePlainTextAuthProvider
 
DsePredicate - Interface in com.datastax.dse.driver.internal.core.graph
An extension of TinkerPop's BiPredicate adding simple pre-condition checking methods that have to be written in the implementations.
DseProtocolFeature - Enum in com.datastax.dse.driver.internal.core
Features that are supported by DataStax Enterprise (DSE) protocol versions.
DseProtocolVersion - Enum in com.datastax.dse.driver.api.core
A DSE-specific protocol version.
DseProtocolVersionRegistry - Class in com.datastax.dse.driver.internal.core
 
DseProtocolVersionRegistry(String) - Constructor for class com.datastax.dse.driver.internal.core.DseProtocolVersionRegistry
 
DseQueryBuilder - Class in com.datastax.dse.driver.api.querybuilder
A DSE extension of the Cassandra driver's query builder.
DseQueryBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseQueryBuilder
 
DseRelationMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized table or materialized view metadata for the DSE driver.
DseReplicationStrategyFactory - Class in com.datastax.dse.driver.internal.core.metadata.token
 
DseReplicationStrategyFactory(InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.token.DseReplicationStrategyFactory
 
DseSchemaBuilder - Class in com.datastax.dse.driver.api.querybuilder
An extension of SchemaBuilder for building schema entities that have DSE specific functionality.
DseSchemaBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
 
DseSchemaParser - Class in com.datastax.dse.driver.internal.core.metadata.schema.parsing
Default parser implementation for Cassandra.
DseSchemaParser(SchemaRows, InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseSchemaParser
 
DseSchemaParserFactory - Class in com.datastax.dse.driver.internal.core.metadata.schema.parsing
 
DseSchemaParserFactory(InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseSchemaParserFactory
 
DseSchemaQueriesFactory - Class in com.datastax.dse.driver.internal.core.metadata.schema.queries
 
DseSchemaQueriesFactory(InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.queries.DseSchemaQueriesFactory
 
DseSession - Interface in com.datastax.dse.driver.api.core
A custom session with DSE-specific capabilities.
DseSessionBuilder - Class in com.datastax.dse.driver.api.core
 
DseSessionBuilder() - Constructor for class com.datastax.dse.driver.api.core.DseSessionBuilder
 
DseSessionMetric - Enum in com.datastax.dse.driver
See dse-reference.conf for a description of each metric.
DseStartupOptionsBuilder - Class in com.datastax.dse.driver.internal.core.context
 
DseStartupOptionsBuilder(InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
 
DseTableMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized table metadata for the DSE driver.
DseTableParser - Class in com.datastax.dse.driver.internal.core.metadata.schema.parsing
 
DseTableParser(SchemaRows, InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseTableParser
 
DseTopologyMonitor - Class in com.datastax.dse.driver.internal.core.metadata
 
DseTopologyMonitor(InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.DseTopologyMonitor
 
DseTypeCodecs - Class in com.datastax.dse.driver.api.core.type.codec
Extends TypeCodecs to handle DSE-specific types.
DseTypeCodecs() - Constructor for class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
DseViewMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized materialized view metadata for the DSE driver.
DseViewParser - Class in com.datastax.dse.driver.internal.core.metadata.schema.parsing
 
DseViewParser(SchemaRows, InternalDriverContext) - Constructor for class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseViewParser
 

E

EditDistance - Class in com.datastax.dse.driver.internal.core.graph
A container for a term and maximum edit distance.
EditDistance(String) - Constructor for class com.datastax.dse.driver.internal.core.graph.EditDistance
 
EditDistance(String, int) - Constructor for class com.datastax.dse.driver.internal.core.graph.EditDistance
 
encode(T, ProtocolVersion) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
 
encode(DateRange, ProtocolVersion) - Method in class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
equals(Object) - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
 
equals(Object) - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.graph.EditDistance
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseAggregateMetadata
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseFunctionMetadata
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
equals(Object) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
error - Variable in class com.datastax.dse.driver.internal.core.cql.reactive.FailedPublisher
 
EverywhereStrategy - Class in com.datastax.dse.driver.internal.core.metadata.token
 
EverywhereStrategy() - Constructor for class com.datastax.dse.driver.internal.core.metadata.token.EverywhereStrategy
 
execute(GraphStatement<?>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphSession
Executes a graph statement synchronously (the calling thread blocks until the result becomes available).
executeAs(String, StatementT) - Static method in class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
Adds proxy authentication information to a CQL statement.
executeAs(String, StatementT) - Static method in class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
Adds proxy authentication information to a graph statement.
executeAsync(GraphStatement<?>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphSession
Executes a graph statement asynchronously (the call returns as soon as the statement was sent, generally before the result is available).
executeContinuously(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession
Executes the provided query with continuous paging synchronously.
executeContinuouslyAsync(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession
Executes the provided query with continuous paging asynchronously.
executeContinuouslyReactive(String) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession
Returns a Publisher that, once subscribed to, executes the given query continuously and emits all the results.
executeContinuouslyReactive(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession
Returns a Publisher that, once subscribed to, executes the given query continuously and emits all the results.
executeReactive(String) - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession
Returns a Publisher that, once subscribed to, executes the given query and emits all the results.
executeReactive(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession
Returns a Publisher that, once subscribed to, executes the given query and emits all the results.
executionProfile - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
executionProfileName - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 

F

FailedPublisher<ElementT> - Class in com.datastax.dse.driver.internal.core.cql.reactive
A Publisher that immediately signals the error passed at instantiation to all its subscribers.
FailedPublisher(Throwable) - Constructor for class com.datastax.dse.driver.internal.core.cql.reactive.FailedPublisher
 
FailedReactiveResultSet - Class in com.datastax.dse.driver.internal.core.cql.reactive
A ReactiveResultSet that immediately signals the error passed at instantiation to all its subscribers.
FailedReactiveResultSet(Throwable) - Constructor for class com.datastax.dse.driver.internal.core.cql.reactive.FailedReactiveResultSet
 
fetchLoginConfiguration(Map<String, String>) - Static method in class com.datastax.dse.driver.internal.core.auth.DseGssApiAuthProvider
Creates a configuration that depends on the given keytab file for authenticating the given user.
fetchNextPage() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Fetch the next page of results asynchronously.
fetchNextPage() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
fetchNextPage() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultAsyncGraphResultSet
 
FluentGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
A graph statement that uses a TinkerPop GraphTraversal as the query.
FluentGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
 
FluentGraphStatementBuilder(GraphTraversal<?, ?>) - Constructor for class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
FluentGraphStatementBuilder(FluentGraphStatement) - Constructor for class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
format(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Formats the given timestamp according to this precision.
format(T) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
 
format(DateRange) - Method in class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
fromCoordinates(double, double) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
 
fromEncoding(byte) - Static method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
 
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from a GeoJSON LineString representation.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from a GeoJSON Point representation.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from a GeoJSON Polygon representation.
fromOgcGeoJson(String, Class<T>) - Static method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
fromOgcWellKnownBinary(ByteBuffer, Class<T>) - Static method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
fromOgcWellKnownText(String, Class<T>) - Static method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
fromPath(String) - Static method in enum com.datastax.dse.driver.DseSessionMetric
 
fromPoints(Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from two or more points.
fromPoints(Point, Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from a series of 3 or more points.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
Creates an instance of a geospatial type from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
fromWellKnownBinary(ByteBuffer) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
fromWellKnownBinary(ByteBuffer) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
Creates a distance from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
Creates an instance of this codec's geospatial type from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
fromWellKnownText(String) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
fromWellKnownText(String) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
fuzzy(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm (case sensitive).

G

g - Static variable in class com.datastax.dse.driver.api.core.graph.DseGraph
A general-purpose shortcut for a non-connected TinkerPop GraphTraversalSource based on an immutable empty graph.
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.
GeometryCodec<T extends Geometry> - Class in com.datastax.dse.driver.internal.core.type.codec.geometry
Base class for geospatial type codecs.
GeometryCodec() - Constructor for class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
 
GeoPredicate - Enum in com.datastax.dse.driver.internal.core.graph
List of predicates for geolocation usage with DseGraph and Search indexes.
GeoUtils - Class in com.datastax.dse.driver.internal.core.graph
 
GeoUtils() - Constructor for class com.datastax.dse.driver.internal.core.graph.GeoUtils
 
getAggregates() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
getAvailableWithoutFetching() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
getBaseTable() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getByIndex(int) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns the element at the given index as a node.
getByIndex(int) - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
getByIndex(int) - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
getByKey(Object) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns the value for the given key as a node.
getByKey(Object) - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
getByKey(Object) - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
getBytecode() - Method in class com.datastax.dse.driver.internal.core.graph.BytecodeGraphStatement
 
getCenter() - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
 
getClusteringColumns() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getClusteringColumns() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getCode() - Method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
 
getColumnDefinitions() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveResultSet
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 class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
getColumnDefinitions() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
getColumnDefinitions() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.FailedReactiveResultSet
 
getColumnDefinitions() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.ReactiveResultSetBase
 
getColumns() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getColumns() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getConsistencyLevel() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Returns the consistency level to use for the statement.
getConsistencyLevel() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getCoordinator() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
The node that was used as a coordinator to successfully complete the query.
getCoordinator() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
getCqlType() - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
getCqlType() - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
getCqlType() - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
getCqlType() - Method in class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
getCustomPayload() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getDelegate() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
The underlying JSON representation.
getDriverName() - Method in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
 
getDriverVersion() - Method in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
 
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.
getErrors() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
The errors encountered on previous coordinators, if any.
getErrors() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
getEsriGeometry() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
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
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
The execution information for this page of results.
getExecutionInfo() - 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.
getExecutionInfo() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
getExecutionInfo() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultAsyncGraphResultSet
 
getExecutionInfo() - Method in class com.datastax.dse.driver.internal.core.graph.SinglePageGraphResultSet
 
getExecutionInfos() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveResultSet
Returns information about the execution of all requests that have been performed so far to assemble this result set.
getExecutionInfos() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
getExecutionInfos() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.FailedReactiveResultSet
 
getExecutionInfos() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.ReactiveResultSetBase
 
getExecutionProfile() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getExecutionProfileName() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getExteriorRing() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Returns the external ring of the polygon.
getExteriorRing() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultPolygon
 
getFinalFunc() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
getFunction() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
getFunctionBody() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
getFunctionName() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
getFunctions() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
getGraphName() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The name of the graph to use for this statement.
getGraphName() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getId() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getId() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getIncomingPayload() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
The custom payload sent back by the server with the response, if any (otherwise the map will be empty).
getIncomingPayload() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
getIndexes() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getInitialServerChallenge() - Method in class com.datastax.dse.driver.internal.core.auth.BaseDseAuthenticator
Return a byte array containing the expected successful server challenge.
getInteriorRings() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Returns the internal rings of the polygon, i.e.
getInteriorRings() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultPolygon
 
getJavaType() - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
getJavaType() - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
getJavaType() - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
getJavaType() - Method in class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
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 class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getKeyspace() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getKeyspace() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
getKeyspace() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
getLanguage() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
getLowerBound() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns the lower bound of this range (inclusive).
getMechanism() - Method in class com.datastax.dse.driver.internal.core.auth.BaseDseAuthenticator
Return a byte array containing the required SASL mechanism.
getMonotonicArgumentNames() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Returns a list of argument names that are monotonic.
getMonotonicArgumentNames() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseFunctionMetadata
 
getMonotonicOn() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
getName() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
getName() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getName() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getNode() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getObjectMapper() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
The object mapper used to deserialize results in LegacyGraphNode.as(Class) and LegacyGraphNode.as(GenericType).
getOgcGeometry() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
getOgcGeometry() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultPoint
 
getOgcGeometry() - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
The distance type has no equivalent in the OGC standard: this method throws an UnsupportedOperationException.
getOptimalStringAlignmentDistance(String, String) - Static method in class com.datastax.dse.driver.internal.core.graph.SearchUtils
Finds the Optimal string alignment distance – also referred to as the Damerau-Levenshtein distance – between two strings.
getOptions() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getOptions() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getParameters() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
getParameters() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
getPartitionKey() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
getPartitionKey() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
getPath() - Method in enum com.datastax.dse.driver.api.core.config.DseDriverOption
 
getPath() - Method in enum com.datastax.dse.driver.DseSessionMetric
 
getPoints() - Method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
 
getPoints(OGCLineString) - Static method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
getPoints() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultLineString
 
getPrecision() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Returns the precision of this bound.
getPrecision(Calendar) - Static method in class com.datastax.dse.driver.internal.core.search.DateRangeUtil
Returns the precision of a calendar obtained through DateRangeUtil.parseCalendar(String), or null if no field was set.
getQueryParams() - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
The query parameters to send along the request.
getQueryParams() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
getRadius() - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
 
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.
getReadConsistencyLevel() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getReplication() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
getReturnType() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
getRoutingKey() - 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.dse.driver.api.core.graph.GraphStatement
Graph statements can't be routed, this method always returns null.
getRoutingToken() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Graph statements can't be routed, this method always returns null.
getScript() - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
The Gremlin-groovy script representing the graph query.
getScript() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
getSessionUpdater() - Method in class com.datastax.dse.driver.internal.core.metrics.DseDropwizardMetricsFactory
 
getsFunc() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
getSpeculativeExecutionCount() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
The number of speculative executions that were started for this query.
getSpeculativeExecutionCount() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
getStatement() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
The statement that was executed.
getStatement() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
getsType() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
getSubProtocol() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The DSE graph sub-protocol to use for this statement.
getSubProtocol() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getSuccessfulExecutionIndex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
The index of the execution that completed this query.
getSuccessfulExecutionIndex() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
getTables() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
getTerm() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
getTimeout() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
getTimeout() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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 class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getTraversal() - Method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
The underlying TinkerPop object representing the traversal executed by this statement.
getTraversal() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultFluentGraphStatement
 
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.
getTraversalSource() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
getTypeDefinitions() - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule
 
getTypeDefinitions() - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule
 
getTypeNamespace() - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule
 
getTypeNamespace() - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule
 
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.
getUserDefinedTypes() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
getViews() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
getWarnings() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
The server-side warnings for this query, if any (otherwise the list will be empty).
getWarnings() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultGraphExecutionInfo
 
getWhereClause() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
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.
getWriteConsistencyLevel() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
GraphConversions - Class in com.datastax.dse.driver.internal.core.graph
Utility class to move boilerplate out of GraphRequestHandler.
GraphConversions() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphConversions
 
GraphExecutionInfo - Interface in com.datastax.dse.driver.api.core.graph
Information about the execution of a graph statement.
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.
GraphRequestAsyncProcessor - Class in com.datastax.dse.driver.internal.core.graph
 
GraphRequestAsyncProcessor() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphRequestAsyncProcessor
 
GraphRequestHandler - Class in com.datastax.dse.driver.internal.core.graph
 
GraphRequestHandler(GraphStatement<?>, DefaultSession, InternalDriverContext, String) - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphRequestHandler
 
GraphRequestSyncProcessor - Class in com.datastax.dse.driver.internal.core.graph
 
GraphRequestSyncProcessor(GraphRequestAsyncProcessor) - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphRequestSyncProcessor
 
GraphResultSet - Interface in com.datastax.dse.driver.api.core.graph
The result of a synchronous Graph query.
GraphResultSets - Class in com.datastax.dse.driver.internal.core.graph
 
GraphResultSets() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphResultSets
 
GraphSession - Interface in com.datastax.dse.driver.api.core.graph
A session that has the ability to execute DSE Graph requests.
GraphSON1SerdeTP - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON1SerdeTP() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphSON1SerdeTP
 
GraphSON2SerdeTP - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP
 
GraphSON2SerdeTP.DriverObjectsModule - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule - Class in com.datastax.dse.driver.internal.core.graph
A Jackson Module to use for TinkerPop serialization/deserialization.
GraphSON2SerdeTP.DseGraphModule.DistanceGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.DistanceGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.EditDistanceSerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.LineStringGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.LineStringGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.PointGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.PointGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.PolygonGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON2SerdeTP.DseGraphModule.PolygonGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP() - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP
 
GraphSON3SerdeTP.DriverObjectsModule - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule - Class in com.datastax.dse.driver.internal.core.graph
A Jackson Module to use for TinkerPop serialization/deserialization.
GraphSON3SerdeTP.DseGraphModule.DistanceGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.DistanceGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.EditDistanceSerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.LineStringGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.LineStringGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.PointGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.PointGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.PolygonGeometryDeserializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphSON3SerdeTP.DseGraphModule.PolygonGeometrySerializer - Class in com.datastax.dse.driver.internal.core.graph
 
GraphStatement<SelfT extends GraphStatement<SelfT>> - Interface in com.datastax.dse.driver.api.core.graph
A request to execute a DSE Graph query.
GraphStatementBase<SelfT extends GraphStatement<SelfT>> - Class in com.datastax.dse.driver.internal.core.graph
 
GraphStatementBase(Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Constructor for class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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
 

H

handle() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
 
handle() - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestHandler
 
hashCode() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
 
hashCode() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.data.geometry.Distance
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.graph.EditDistance
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseAggregateMetadata
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseFunctionMetadata
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
hashCode() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
hasMorePages() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Whether there are more pages of results.
hasMorePages() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
hasMorePages() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultAsyncGraphResultSet
 
highestCommon(Collection<Node>) - Method in class com.datastax.dse.driver.internal.core.DseProtocolVersionRegistry
 

I

ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds IF NOT EXISTS to the create aggregate specification.
ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds IF NOT EXISTS to the create function specification.
ifNotExists() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
ifNotExists() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
includesAllColumns() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseViewMetadata
 
init(Map<UUID, Node>, LoadBalancingPolicy.DistanceReporter) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
initialResponseSync() - Method in class com.datastax.dse.driver.internal.core.auth.BaseDseAuthenticator
 
inside(Point, double, Geo.Unit) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Finds whether an entity is inside the given circular area using a geo coordinate system.
inside(Point, double) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Finds whether an entity is inside the given circular area using a cartesian coordinate system.
inside(Polygon) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Finds whether an entity is inside the given polygon.
isBeta() - Method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
 
isCompactStorage() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
isDeterministic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseAggregateMetadata
Indicates if this aggregate is deterministic.
isDeterministic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Indicates if this function is deterministic.
isDeterministic() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseAggregateMetadata
 
isDeterministic() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseFunctionMetadata
 
isDeterministic() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
isDeterministic() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
isDurableWrites() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
isEdge() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Edge, and false otherwise.
isEdge() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isEdge() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isFullyFetched() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
isGloballyMonotonic() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
isIdempotent - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
isIdempotent() - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
isIfNotExists() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
isIfNotExists() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
isLastResponse(Frame) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
 
isList() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a List, and false otherwise.
isList() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isList() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isMap() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Map, and false otherwise.
isMap() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isMap() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isMonotonic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
Indicates whether or not this function is monotonic on all of its arguments.
isMonotonic() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseFunctionMetadata
 
isNull() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Whether this node represents a null value.
isNull() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isNull() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isOrReplace() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
isOrReplace() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
isPath() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Path, and false otherwise.
isPath() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isPath() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Property, and false otherwise.
isProperty() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isProperty() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isReturnsNullOnNull() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
isSet() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Set, and false otherwise.
isSet() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isSet() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isSingleBounded() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns whether this range is single-bounded, i.e.
isSystemQuery() - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Whether the statement is a system query, or null if it defaults to the value defined in the configuration.
isSystemQuery() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
isTracing() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Whether tracing information should be recorded for this statement.
isUnbounded() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Whether this bound is unbounded (i.e.
isValidCondition(Object) - Method in interface com.datastax.dse.driver.internal.core.graph.DsePredicate
 
isValidCondition(Object) - Method in enum com.datastax.dse.driver.internal.core.graph.GeoPredicate
 
isValue() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a simple scalar value, (i.e., string, boolean or number), and false otherwise.
isValue() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isValue() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isVertex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a Vertex, and false otherwise.
isVertex() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isVertex() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isVertexProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
Returns true if this node is a VertexProperty, and false otherwise.
isVertexProperty() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
isVertexProperty() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
isVirtual() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseKeyspaceMetadata
 
isVirtual() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseTableMetadata
 
iterator() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
iterator() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultBatchGraphStatement
 
iterator() - Method in class com.datastax.dse.driver.internal.core.graph.SinglePageGraphResultSet
 

J

JMX_PORT - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The JMX port used by this node.

K

keys() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
The keys of this map node, or an empty iterator if it is not a map.
keys() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
keys() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
KM_TO_DEG - Static variable in class com.datastax.dse.driver.internal.core.graph.GeoUtils
 

L

LegacyGraphNode - Class in com.datastax.dse.driver.internal.core.graph
Legacy implementation for GraphSON 1 results.
LegacyGraphNode(JsonNode, ObjectMapper) - Constructor for class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
LINE_STRING - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
LINE_STRING - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
LineString - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation for DSE's LineString.
lineString(Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a line string from the given (at least 2) points.
lineString(double...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a line string from the coordinates of its points.
LineStringCodec - Class in com.datastax.dse.driver.internal.core.type.codec.geometry
A custom type codec to use LineString instances in driver.
LineStringCodec() - Constructor for class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
lowerBound(ZonedDateTime, DateRangePrecision) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Creates a date range lower bound from the given date and precision.

M

MILES_TO_KM - Static variable in class com.datastax.dse.driver.internal.core.graph.GeoUtils
 
monotonic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC" to create function specification.
monotonic() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
monotonicOn(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC ON" to create function specification.
monotonicOn(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
monotonicOn(CqlIdentifier) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
MultiplexingRequestTracker - Class in com.datastax.dse.driver.internal.core.tracker
 
MultiplexingRequestTracker() - Constructor for class com.datastax.dse.driver.internal.core.tracker.MultiplexingRequestTracker
 

N

NATIVE_TRANSPORT_PORT - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The port for the native transport connections on the DSE node.
NATIVE_TRANSPORT_PORT_SSL - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The port for the encrypted native transport connections on the DSE node.
newAuthenticator(EndPoint, String) - Method in class com.datastax.dse.driver.internal.core.auth.DseGssApiAuthProvider
 
newAuthenticator(EndPoint, String) - Method in class com.datastax.dse.driver.internal.core.auth.DsePlainTextAuthProvider
 
newFailure(RuntimeException) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestAsyncProcessor
 
newFailure(RuntimeException) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestSyncProcessor
 
newFailure(RuntimeException) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.reactive.ContinuousCqlRequestReactiveProcessor
 
newFailure(RuntimeException) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.CqlRequestReactiveProcessor
 
newFailure(RuntimeException) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestAsyncProcessor
 
newFailure(RuntimeException) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestSyncProcessor
 
newInstance() - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new, empty instance.
newInstance(Iterable<GraphTraversal>) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new instance from the given list of traversals.
newInstance(GraphTraversal...) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new instance from the given list of traversals.
newInstance(GraphTraversal<?, ?>) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a new instance from the given traversal.
newInstance(String) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a new instance from the given script.
newInstance(Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Method in class com.datastax.dse.driver.internal.core.graph.BytecodeGraphStatement
 
newInstance(Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultBatchGraphStatement
 
newInstance(Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultFluentGraphStatement
 
newInstance(Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
newInstance(Boolean, Duration, Node, long, DriverExecutionProfile, String, Map<String, ByteBuffer>, String, String, String, ConsistencyLevel, ConsistencyLevel, ConsistencyLevel) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
newInstance(SchemaRows) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseSchemaParserFactory
 
newInstance(Node, DriverChannel, CompletableFuture<Metadata>) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.queries.DseSchemaQueriesFactory
 
newInstance(Map<String, String>) - Method in class com.datastax.dse.driver.internal.core.metadata.token.DseReplicationStrategyFactory
 
newQueryPlan(Request, Session) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
node - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
nodeInfoBuilder(AdminRow, InetSocketAddress) - Method in class com.datastax.dse.driver.internal.core.metadata.DseTopologyMonitor
 

O

ObjectGraphNode - Class in com.datastax.dse.driver.internal.core.graph
Modern implementation for GraphSON 2+ results.
ObjectGraphNode(Object) - Constructor for class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
offer(ElementT) - Method in class com.datastax.dse.driver.internal.core.util.concurrent.BoundedConcurrentQueue
 
onAdd(Node) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
onAuthenticationSuccessSync(ByteBuffer) - Method in class com.datastax.dse.driver.internal.core.auth.BaseDseAuthenticator
 
onComplete() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
onDown(Node) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
one() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Returns the next node, or null if the result set is exhausted.
one() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
Returns the next node, or null if the result set is exhausted.
onError(Throwable) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
onError(Request, Throwable, long, DriverExecutionProfile, Node) - Method in class com.datastax.dse.driver.internal.core.tracker.MultiplexingRequestTracker
 
onFailure(Throwable) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
Invoked when a continuous paging request hits an unexpected error.
onMissingChallenge(EndPoint) - Method in class com.datastax.dse.driver.internal.core.auth.DseGssApiAuthProvider
 
onMissingChallenge(EndPoint) - Method in class com.datastax.dse.driver.internal.core.auth.DsePlainTextAuthProvider
 
onNext(ElementT) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
onNodeError(Request, Throwable, long, DriverExecutionProfile, Node) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
onNodeError(Request, Throwable, long, DriverExecutionProfile, Node) - Method in class com.datastax.dse.driver.internal.core.tracker.MultiplexingRequestTracker
 
onNodeSuccess(Request, long, DriverExecutionProfile, Node) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
onNodeSuccess(Request, long, DriverExecutionProfile, Node) - Method in class com.datastax.dse.driver.internal.core.tracker.MultiplexingRequestTracker
 
onRemove(Node) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
onResponse(Frame) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
Invoked when a continuous paging response is received, either a successful or failed one.
onStreamIdAssigned(int) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
 
onSubscribe(Subscription) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
onSuccess(Request, long, DriverExecutionProfile, Node) - Method in class com.datastax.dse.driver.internal.core.tracker.MultiplexingRequestTracker
 
onThrottleFailure(RequestThrottlingException) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
 
onThrottleFailure(RequestThrottlingException) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestHandler
 
onThrottleReady(boolean) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
 
onThrottleReady(boolean) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestHandler
 
onUp(Node) - Method in class com.datastax.dse.driver.internal.core.loadbalancing.DseLoadBalancingPolicy
 
operationComplete(Future<Void>) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestHandler
Invoked when the write from ContinuousCqlRequestHandler.sendRequest(Node) completes.
orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds OR REPLACE to the create aggregate specification.
orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds OR REPLACE to the create function specification.
orReplace() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
orReplace() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 

P

pageNumber() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousAsyncResultSet
Returns the current page's number.
pageNumber() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
parse(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRange
Parses the given string as a date range.
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule.DistanceGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule.LineStringGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule.PointGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule.PolygonGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule.DistanceGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule.LineStringGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule.PointGeometryDeserializer
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule.PolygonGeometryDeserializer
 
parse() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseSchemaParser
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
 
parse(String) - Method in class com.datastax.dse.driver.internal.core.type.codec.time.DateRangeCodec
 
parseAggregate(AdminRow, CqlIdentifier, Map<CqlIdentifier, UserDefinedType>) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseAggregateParser
 
parseCalendar(String) - Static method in class com.datastax.dse.driver.internal.core.search.DateRangeUtil
Parses the given string as a date in a range bound.
parseFunction(AdminRow, CqlIdentifier, Map<CqlIdentifier, UserDefinedType>) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseFunctionParser
 
parseLowerBound(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Parses the given input as a lower date range bound.
parseSessionMetricPaths(List<String>) - Method in class com.datastax.dse.driver.internal.core.metrics.DseDropwizardMetricsFactory
 
parseTable(AdminRow, CqlIdentifier, Map<CqlIdentifier, UserDefinedType>) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseTableParser
 
parseUpperBound(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Parses the given input as an upper date range bound.
parseView(AdminRow, CqlIdentifier, Map<CqlIdentifier, UserDefinedType>) - Method in class com.datastax.dse.driver.internal.core.metadata.schema.parsing.DseViewParser
 
peek() - Method in class com.datastax.dse.driver.internal.core.util.concurrent.BoundedConcurrentQueue
 
phrase(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports finding words which are a within a specific distance away (case insensitive).
Point - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation of DSE's Point.
point(double, double) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a point from the given coordinates.
POINT - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
POINT - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
PointCodec - Class in com.datastax.dse.driver.internal.core.type.codec.geometry
A custom type codec to use Point instances in the driver.
PointCodec() - Constructor for class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
poll() - Method in class com.datastax.dse.driver.internal.core.util.concurrent.BoundedConcurrentQueue
 
Polygon - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation of DSE's Polygon.
polygon(Point, Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a polygon from the given (at least 3) points.
polygon(double...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a polygon from the coordinates of its points.
POLYGON - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
POLYGON - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
Polygon.Builder - Interface in com.datastax.dse.driver.api.core.data.geometry
Provides a simple DSL to build a polygon.
PolygonCodec - Class in com.datastax.dse.driver.internal.core.type.codec.geometry
A custom type codec to use Polygon instances in the driver.
PolygonCodec() - Constructor for class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
preEvaluate(Object) - Method in interface com.datastax.dse.driver.internal.core.graph.DsePredicate
 
prefix(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search for a specific prefix at the beginning of the text property targeted (case sensitive).
process(Statement<?>, DefaultSession, InternalDriverContext, String) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestAsyncProcessor
 
process(Statement<?>, DefaultSession, InternalDriverContext, String) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.ContinuousCqlRequestSyncProcessor
 
process(Statement<?>, DefaultSession, InternalDriverContext, String) - Method in class com.datastax.dse.driver.internal.core.cql.continuous.reactive.ContinuousCqlRequestReactiveProcessor
 
process(Statement<?>, DefaultSession, InternalDriverContext, String) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.CqlRequestReactiveProcessor
 
process(GraphStatement<?>, DefaultSession, InternalDriverContext, String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestAsyncProcessor
 
process(GraphStatement<?>, DefaultSession, InternalDriverContext, String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphRequestSyncProcessor
 
ProxyAuthentication - Class in com.datastax.dse.driver.api.core.auth
 
ProxyAuthentication() - Constructor for class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
 

Q

query - Variable in class com.datastax.dse.driver.internal.core.graph.EditDistance
 

R

REACTIVE_RESULT_SET - Static variable in class com.datastax.dse.driver.internal.core.cql.reactive.CqlRequestReactiveProcessor
 
ReactiveResultSet - Interface in com.datastax.dse.driver.api.core.cql.reactive
ReactiveResultSetBase<ResultSetT extends AsyncPagingIterable<Row,ResultSetT>> - Class in com.datastax.dse.driver.internal.core.cql.reactive
 
ReactiveResultSetBase(Callable<CompletionStage<ResultSetT>>) - Constructor for class com.datastax.dse.driver.internal.core.cql.reactive.ReactiveResultSetBase
 
ReactiveResultSetSubscription<ResultSetT extends AsyncPagingIterable<Row,ResultSetT>> - Class in com.datastax.dse.driver.internal.core.cql.reactive
A single-subscriber subscription that executes one single query and emits all the returned rows.
ReactiveRow - Interface in com.datastax.dse.driver.api.core.cql.reactive
A row produced by a reactive result set.
ReactiveSession - Interface in com.datastax.dse.driver.api.core.cql.reactive
A Session that offers utility methods to issue queries using reactive-style programming.
readConsistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
regex(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search for this regular expression inside the text property targeted (case sensitive).
register(RequestTracker) - Method in class com.datastax.dse.driver.internal.core.tracker.MultiplexingRequestTracker
 
remaining() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
How many rows are left before the current page is exhausted.
remaining() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
remaining() - Method in class com.datastax.dse.driver.internal.core.graph.DefaultAsyncGraphResultSet
 
remoteConnectionBuilder(DseSession) - Static method in class com.datastax.dse.driver.api.core.graph.DseGraph
Returns a builder helper class to help create RemoteConnection implementations that seamlessly connect to DSE Graph using the DseSession in parameter.
removeQueryParam(String) - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Removes a binding for the given name from this statement.
removeQueryParam(String) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
Removes a parameter.
removeQueryParam(String) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
request(long) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.ReactiveResultSetSubscription
 
request(long) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
result - Variable in class com.datastax.dse.driver.internal.core.graph.GraphRequestHandler
 
returnsNullOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds RETURNS NULL ON NULL to the create function specification.
returnsNullOnNull() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
returnsType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithNullOption
Adds RETURNS to the create function specification.
returnsType(DataType) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
roundDown(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Rounds down the given timestamp to this precision.
roundDown(ZonedDateTime, ChronoUnit) - Static method in class com.datastax.dse.driver.internal.core.search.DateRangeUtil
Sets all the fields smaller than the given unit to their lowest possible value.
roundUp(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Rounds up the given timestamp to this precision.
roundUp(ZonedDateTime, ChronoUnit) - Static method in class com.datastax.dse.driver.internal.core.search.DateRangeUtil
Sets all the fields smaller than the given unit to their highest possible value.

S

SASL_SERVICE_NAME_PROPERTY - Static variable in class com.datastax.dse.driver.internal.core.auth.DseGssApiAuthProvider
The name of the system property to use to specify the SASL service name.
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
 
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
 
SearchPredicate - Enum in com.datastax.dse.driver.internal.core.graph
List of predicates for geolocation usage with DseGraph and Search indexes.
SearchUtils - Class in com.datastax.dse.driver.internal.core.graph
 
SearchUtils() - Constructor for class com.datastax.dse.driver.internal.core.graph.SearchUtils
 
serialize(EditDistance, JsonGenerator, SerializerProvider) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule.EditDistanceSerializer
 
serialize(EditDistance, JsonGenerator, SerializerProvider) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule.EditDistanceSerializer
 
serializeWithType(EditDistance, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON2SerdeTP.DseGraphModule.EditDistanceSerializer
 
serializeWithType(EditDistance, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class com.datastax.dse.driver.internal.core.graph.GraphSON3SerdeTP.DseGraphModule.EditDistanceSerializer
 
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.
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 class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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 class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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 class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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 class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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
 
setGraphName(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
setIdempotence(Boolean) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
setIdempotent(Boolean) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
Set the idempotence to use for execution.
setIdempotent(Boolean) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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 class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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.
setQueryParam(String, Object) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
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.
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
 
setReadConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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
 
setSubProtocol(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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
 
setSystemQuery(Boolean) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultScriptGraphStatement
 
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 class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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
 
setTimestamp(long) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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
 
setTraversalSource(String) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
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
 
setWriteConsistencyLevel(ConsistencyLevel) - Method in class com.datastax.dse.driver.internal.core.graph.GraphStatementBase
 
SimpleUnicastProcessor<ElementT> - Class in com.datastax.dse.driver.internal.core.cql.reactive
A simple Processor that receives items form an upstream publisher, stores them in an internal queue, then serves them to one single downstream subscriber.
SimpleUnicastProcessor() - Constructor for class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
SinglePageGraphResultSet - Class in com.datastax.dse.driver.internal.core.graph
 
SinglePageGraphResultSet(AsyncGraphResultSet) - Constructor for class com.datastax.dse.driver.internal.core.graph.SinglePageGraphResultSet
 
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 class com.datastax.dse.driver.internal.core.graph.DefaultBatchGraphStatement
 
size() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
size() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
SPATIAL_REFERENCE_4326 - Static variable in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
Default spatial reference for Well Known Text / Well Known Binary.
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.
submit(Traversal<?, E>) - Method in class com.datastax.dse.driver.internal.core.graph.DseGraphRemoteConnection
 
submit(Bytecode) - Method in class com.datastax.dse.driver.internal.core.graph.DseGraphRemoteConnection
 
submitAsync(Bytecode) - Method in class com.datastax.dse.driver.internal.core.graph.DseGraphRemoteConnection
 
subProtocol - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
subscribe(Subscriber<? super ElementT>) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.FailedPublisher
 
subscribe(Subscriber<? super ReactiveRow>) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.ReactiveResultSetBase
 
subscribe(Subscriber<? super ElementT>) - Method in class com.datastax.dse.driver.internal.core.cql.reactive.SimpleUnicastProcessor
 
supports(ProtocolVersion, ProtocolFeature) - Method in class com.datastax.dse.driver.internal.core.DseProtocolVersionRegistry
 
SYNC - Static variable in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The type returned when a graph statement is executed synchronously.

T

timeout - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
timestamp - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
toContinuousPagingMessage(Statement<?>, DriverExecutionProfile, InternalDriverContext) - Static method in class com.datastax.dse.driver.internal.core.cql.DseConversions
 
toDegrees(double) - Method in enum com.datastax.dse.driver.api.core.graph.predicates.Geo.Unit
Convert distance to degrees (used internally only).
toEsri(Point) - Static method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
token(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of a certain token within the text property targeted (case insensitive).
tokenFuzzy(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm after having tokenized the data stored (case insensitive).
tokenPrefix(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of a certain token prefix within the text property targeted (case insensitive).
tokenRegex(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of the provided regular expression for the targeted property (case insensitive).
toString() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns the string representation of this range, in a format compatible with Apache Solr DateRageField syntax
toString() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Returns this bound as a Lucene-compliant string.
toString() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultGeometry
 
toString() - Method in class com.datastax.dse.driver.internal.core.graph.EditDistance
 
toString() - Method in class com.datastax.dse.driver.internal.core.graph.LegacyGraphNode
 
toString() - Method in class com.datastax.dse.driver.internal.core.graph.ObjectGraphNode
 
toString() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseAggregateMetadata
 
toString() - Method in class com.datastax.dse.driver.internal.core.metadata.schema.DefaultDseFunctionMetadata
 
toString() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
toString() - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
toSync(AsyncGraphResultSet) - Static method in class com.datastax.dse.driver.internal.core.graph.GraphResultSets
 
toThrowable(Node, Error, InternalDriverContext) - Static method in class com.datastax.dse.driver.internal.core.cql.DseConversions
 
toWellKnownBinary(T) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
Returns a Well-known Binary (WKB) representation of the given geospatial object.
toWellKnownBinary(LineString) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
toWellKnownBinary(Point) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
toWellKnownBinary(Polygon) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
toWellKnownText(T) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.GeometryCodec
Returns a Well-known Text (WKT) representation of the given geospatial object.
toWellKnownText(LineString) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.LineStringCodec
 
toWellKnownText(Point) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PointCodec
 
toWellKnownText(Polygon) - Method in class com.datastax.dse.driver.internal.core.type.codec.geometry.PolygonCodec
 
toZonedDateTime(Calendar) - Static method in class com.datastax.dse.driver.internal.core.search.DateRangeUtil
 
traversalSource - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 

U

UNBOUNDED - Static variable in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
The unbounded DateRangeBound instance.
UnfitClientException - Exception in com.datastax.dse.driver.api.core.servererrors
A server-side error triggered when DSE can't send asynchronous results back to the client.
UnfitClientException(Node, String) - Constructor for exception com.datastax.dse.driver.api.core.servererrors.UnfitClientException
 
upperBound(ZonedDateTime, DateRangePrecision) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Creates a date range upper bound from the given date and precision.

V

validateConfigPresent(DriverExecutionProfile, String, EndPoint, DriverOption...) - Static method in class com.datastax.dse.driver.internal.core.auth.AuthUtils
Utility function that checks for the existance of settings and throws an exception if they aren't present
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.config.DseDriverOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.api.core.graph.predicates.Geo.Unit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.DseSessionMetric
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.internal.core.DseProtocolFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.internal.core.graph.GeoPredicate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.datastax.dse.driver.internal.core.graph.SearchPredicate
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.datastax.dse.driver.api.core.config.DseDriverOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.api.core.graph.predicates.Geo.Unit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.DseSessionMetric
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.internal.core.DseProtocolFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.internal.core.graph.GeoPredicate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.datastax.dse.driver.internal.core.graph.SearchPredicate
Returns an array containing the constants of this enum type, in the order they are declared.

W

wasApplied() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveResultSet
If the query that produced this result was a conditional update, indicates whether it was successfully applied.
wasApplied() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveRow
If the query that produced this result was a conditional update, indicates whether it was successfully applied.
wasApplied() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousAsyncResultSet
 
wasApplied() - Method in class com.datastax.dse.driver.internal.core.cql.continuous.DefaultContinuousResultSet
 
wasApplied() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.FailedReactiveResultSet
 
wasApplied() - Method in class com.datastax.dse.driver.internal.core.cql.reactive.ReactiveResultSetBase
 
withApplicationName(String) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
The name of the application using the created session.
withApplicationName(String) - Method in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
Sets the client application name to be sent in the Startup message options.
withApplicationVersion(String) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
The version of the application using the created session.
withApplicationVersion(String) - Method in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
Sets the client application version to be sent in the Startup message options.
withClientId(UUID) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
A unique identifier for the created session.
withClientId(UUID) - Method in class com.datastax.dse.driver.internal.core.context.DseStartupOptionsBuilder
Sets the client ID to be sent in the Startup message options.
withExecutionProfile(DriverExecutionProfile) - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
Set a configuration profile that will be used for every traversal built using the remote connection.
withExecutionProfile(DriverExecutionProfile) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultDseRemoteConnectionBuilder
 
withExecutionProfileName(String) - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
Set the name of an execution profile that will be used for every traversal using from the remote connection.
withExecutionProfileName(String) - Method in class com.datastax.dse.driver.internal.core.graph.DefaultDseRemoteConnectionBuilder
 
withFinalFunc(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds FINALFUNC to the create aggregate query.
withFinalFunc(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
withFinalFunc(CqlIdentifier) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
withInitCond(Term) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
Adds INITCOND to the aggregate query.
withInitCond(Term) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
withJavaLanguage() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "LANGUAGE java" to create function specification.
withJavaScriptLanguage() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "LANGUAGE javascript" to create function specification.
withLanguage(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds LANGUAGE to the create function specification.
withLanguage(String) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
withParameter(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds a parameter definition in the CREATE AGGREGATE statement.
withParameter(CqlIdentifier, DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds a parameter definition in the CREATE FUNCTION statement.
withParameter(String, DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
withParameter(DataType) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
withParameter(CqlIdentifier, DataType) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseFunction
 
withSFunc(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds SFUNC to the create aggregate specification.
withSFunc(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
withSFunc(CqlIdentifier) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
withSType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStateFunc
Adds STYPE to the create aggregate query.
withSType(DataType) - Method in class com.datastax.dse.driver.internal.querybuilder.schema.DefaultCreateDseAggregate
 
wrap(CqlSession) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
 
writeConsistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 

X

X() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Returns the X coordinate of this 2D point.
X() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultPoint
 

Y

Y() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Returns the Y coordinate of this 2D point.
Y() - Method in class com.datastax.dse.driver.internal.core.data.geometry.DefaultPoint
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y 
Skip navigation links

Copyright © 2017–2019. All rights reserved.