- 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.
- 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
-
- 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
-
- 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.
- 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.
- 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.
- asDouble() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns this node as a long integer, or 0.0D
if it can't be converted.
- asEdge() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns this node as a Tinkerpop
Edge
.
- asGeoJson() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
-
Returns a JSON representation of this geospatial type.
- asInt() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
This node as an integer, or 0
if it can't be converted.
- asList() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Deserializes and returns this node as a
List
.
- asLong() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns this node as a long integer, or 0L
if it can't be converted.
- asMap() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Deserializes and returns this node as a
Map
.
- asPath() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns this node as a Tinkerpop
Path
.
- asProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns this node as a Tinkerpop
Property
.
- asQuoted(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithLanguage
-
Adds AS to the create function specification and quotes the function body.
- asSet() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Deserializes and returns this node as a
Set
.
- asString() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
A valid string representation of this node, if the node is a simple node (i.e.
- asVertex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns this node as a Tinkerpop
Vertex
.
- asVertexProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
- asWellKnownBinary() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
-
- asWellKnownText() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
-
- 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.
- calledOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
-
Adds CALLED ON NULL to the create function specification.
- cancel() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousAsyncResultSet
-
Cancels the continuous query.
- cancel() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousResultSet
-
Cancels the continuous query.
- cancel() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
-
Cancels the query and asks the server to stop sending results.
- cancel() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
-
Cancels the query and asks the server to stop sending results.
- 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.
- 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.
- 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.
- ContinuousAsyncResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
-
- ContinuousReactiveResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
-
- ContinuousReactiveSession - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
-
A
Session
that offers utility methods to issue queries using reactive-style programming
and continuous paging, combined together.
- ContinuousResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
-
- ContinuousSession - Interface in com.datastax.dse.driver.api.core.cql.continuous
-
A session that has the ability to execute continuous paging queries.
- copy() - Method in exception com.datastax.dse.driver.api.core.servererrors.UnfitClientException
-
- 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.
- DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
-
- DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
-
- DateRange - Class in com.datastax.dse.driver.api.core.data.time
-
A date range, as defined by the server type
org.apache.cassandra.db.marshal.DateRangeType
, corresponding to the Apache Solr type
DateRangeField
.
- DateRange(DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
-
Creates a "single bounded" instance, i.e., a date range whose upper and lower bounds are
identical.
- DateRange(DateRangeBound, DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
-
Creates an instance composed of two distinct bounds.
- DateRangeBound - Class in com.datastax.dse.driver.api.core.data.time
-
A date range bound.
- DateRangePrecision - Enum in com.datastax.dse.driver.api.core.data.time
-
- defaultConfigLoader() - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
-
- 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.
- 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.
- DseColumnMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
-
Specialized column metadata for the DSE driver.
- DseDataTypes - Class in com.datastax.dse.driver.api.core.type
-
Extends
DataTypes
to handle DSE-specific types.
- DseDataTypes() - Constructor for class com.datastax.dse.driver.api.core.type.DseDataTypes
-
- DseDriverConfigLoader - Class in com.datastax.dse.driver.api.core.config
-
Exposes factory methods to create config loaders from the DSE driver.
- DseDriverOption - Enum in com.datastax.dse.driver.api.core.config
-
- DseFunctionMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
-
Specialized function metadata for the DSE driver.
- DseGraph - Class in com.datastax.dse.driver.api.core.graph
-
General purpose utility class for interaction with DSE Graph via the DataStax Enterprise Java
driver.
- DseGraphRemoteConnectionBuilder - Interface in com.datastax.dse.driver.api.core.graph
-
A builder helper to create a
RemoteConnection
that will be used to build
implicitly-executing fluent traversals.
- 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.
- DseNodeProperties - Class in com.datastax.dse.driver.api.core.metadata
-
- DseNodeProperties() - Constructor for class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
-
- DseProtocolVersion - Enum in com.datastax.dse.driver.api.core
-
A DSE-specific protocol version.
- 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.
- DseSchemaBuilder - Class in com.datastax.dse.driver.api.querybuilder
-
An extension of
SchemaBuilder
for building
schema entities that have DSE specific functionality.
- DseSchemaBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseSchemaBuilder
-
- DseSession - Interface in com.datastax.dse.driver.api.core
-
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.
- DseTableMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
-
Specialized table metadata for the DSE driver.
- 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.
- 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.
- getByIndex(int) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns the element at the given index as a node.
- getByKey(Object) - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns the value for the given key as a node.
- 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.
- getConsistencyLevel() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
Returns the consistency level to use for the statement.
- 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.
- 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.
- 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.
- getExecutionInfos() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveResultSet
-
- getExteriorRing() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
-
Returns the external ring of the polygon.
- getGraphName() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
The name of the graph to use for this statement.
- 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).
- getInteriorRings() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
-
Returns the internal rings of the polygon, i.e.
- 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
.
- getLowerBound() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
-
Returns the lower bound of this range (inclusive).
- getMonotonicArgumentNames() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
-
Returns a list of argument names that are monotonic.
- 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
-
- getPrecision() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
-
Returns the precision of this bound.
- getQueryParams() - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
-
The query parameters to send along the request.
- 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.
- 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.
- getSpeculativeExecutionCount() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
-
The number of speculative executions that were started for this query.
- getStatement() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
-
The statement that was executed.
- getSubProtocol() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
The DSE graph sub-protocol to use for this statement.
- getSuccessfulExecutionIndex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
-
The index of the execution that completed this query.
- getTimeout() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
- 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.
- getTraversal() - Method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
-
The underlying TinkerPop object representing the traversal executed by this statement.
- getTraversalsCount() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
-
Returns the number of traversals added to this statement so far.
- getTraversalSource() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
The name of the traversal source to use for this statement.
- 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.
- 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).
- 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.
- 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.
- GraphResultSet - Interface in com.datastax.dse.driver.api.core.graph
-
The result of a synchronous Graph query.
- GraphSession - Interface in com.datastax.dse.driver.api.core.graph
-
A session that has the ability to execute DSE Graph requests.
- GraphStatement<SelfT extends GraphStatement<SelfT>> - Interface in com.datastax.dse.driver.api.core.graph
-
A request to execute a DSE Graph query.
- GraphStatementBuilderBase<SelfT extends GraphStatementBuilderBase<SelfT,StatementT>,StatementT extends GraphStatement<StatementT>> - Class in com.datastax.dse.driver.api.core.graph
-
- GraphStatementBuilderBase() - Constructor for class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- GraphStatementBuilderBase(StatementT) - Constructor for class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- 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.
- 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
-
- 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.
- isEdge() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns
true
if this node is a
Edge
, and
false
otherwise.
- isIdempotent - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- isList() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns
true
if this node is a
List
, and
false
otherwise.
- isMap() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns
true
if this node is a
Map
, and
false
otherwise.
- isMonotonic() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
-
Indicates whether or not this function is monotonic on all of its arguments.
- isNull() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Whether this node represents a null
value.
- isPath() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns
true
if this node is a
Path
, and
false
otherwise.
- isProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns
true
if this node is a
Property
, and
false
otherwise.
- isSet() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns
true
if this node is a
Set
, and
false
otherwise.
- 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.
- 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.
- isValue() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns true
if this node is a simple scalar value, (i.e., string, boolean or number),
and false
otherwise.
- isVertex() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
Returns
true
if this node is a
Vertex
, and
false
otherwise.
- isVertexProperty() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
-
- pageNumber() - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousAsyncResultSet
-
Returns the current page's number.
- parse(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRange
-
Parses the given string as a date range.
- parseLowerBound(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
-
Parses the given input as a lower date range bound.
- parseUpperBound(String) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
-
Parses the given input as an upper date range bound.
- phrase(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
-
Supports finding words which are a within a specific distance away (case insensitive).
- Point - Interface in com.datastax.dse.driver.api.core.data.geometry
-
The driver-side representation of DSE's Point
.
- point(double, double) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
-
Creates a point from the given coordinates.
- POINT - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
-
- POINT - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
-
- Polygon - Interface in com.datastax.dse.driver.api.core.data.geometry
-
The driver-side representation of DSE's Polygon
.
- polygon(Point, Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
-
Creates a polygon from the given (at least 3) points.
- polygon(double...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
-
Creates a polygon from the coordinates of its points.
- POLYGON - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
-
- POLYGON - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
-
- Polygon.Builder - Interface in com.datastax.dse.driver.api.core.data.geometry
-
Provides a simple DSL to build a polygon.
- prefix(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
-
Search for a specific prefix at the beginning of the text property targeted (case sensitive).
- programmaticBuilder() - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
-
Starts a builder that allows configuration options to be overridden programmatically.
- ProxyAuthentication - Class in com.datastax.dse.driver.api.core.auth
-
- ProxyAuthentication() - Constructor for class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
-
- 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
-
- 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
-
- setCustomPayload(Map<String, ByteBuffer>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
Sets the custom payload to use for execution.
- 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
-
- 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
-
- setGraphName(String) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
Sets the graph name.
- setGraphName(String) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- setIdempotence(Boolean) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- setIdempotent(Boolean) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
Set the idempotence to use for execution.
- 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
-
- setQueryParam(String, Object) - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
-
Set a value for a parameter defined in the Groovy script.
- setQueryParam(String, Object) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
-
Set a value for a parameter defined in the script query.
- setQueryParams(Map<String, Object>) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
-
Set multiple values for named parameters defined in the script query.
- 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
-
- setSubProtocol(String) - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
Sets the sub-protocol.
- setSubProtocol(String) - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- setSystemQuery(Boolean) - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
-
Defines if this statement is a system query.
- setSystemQuery(Boolean) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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.
- subProtocol - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- SYNC - Static variable in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
The type returned when a graph statement is executed synchronously.
- 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.
- 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.
- 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.
- withApplicationName(String) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
-
The name of the application using the created session.
- withApplicationVersion(String) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
-
The version of the application using the created session.
- withClientId(UUID) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
-
A unique identifier for the created session.
- withConfigLoader(DriverConfigLoader) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
-
Sets the configuration loader to use.
- withExecutionProfile(DriverExecutionProfile) - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
-
Set a configuration profile that will be used for every traversal built using the remote
connection.
- withExecutionProfileName(String) - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
-
Set the name of an execution profile that will be used for every traversal using from the
remote connection.
- 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
-
- withInitCond(Term) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateEnd
-
Adds INITCOND to the aggregate query.
- 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.
- 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
-
- 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
-
- withSType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStateFunc
-
Adds STYPE to the create aggregate query.
- wrap(CqlSession) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
-
- writeConsistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-