- 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
-
- 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
-
- addTraversals(GraphTraversal...) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
- asWellKnownText() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- getOptimalStringAlignmentDistance(String, String) - Static method in class com.datastax.dse.driver.internal.core.graph.SearchUtils
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- 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
-