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

A

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
Add a traversal to this builder to include in the generated BatchGraphStatement.
addTraversals(Iterable<GraphTraversal>) - Method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Adds several traversals to this statement.
addTraversals(Iterable<GraphTraversal>) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add several traversals to this builder to include in the generated BatchGraphStatement.
addTraversals(GraphTraversal...) - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
Add several traversals to this builder to include in the generated BatchGraphStatement.
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
Returns this node as a Tinkerpop VertexProperty.
asWellKnownBinary() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a Well-known Binary (WKB) representation of this geospatial type.
asWellKnownText() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Geometry
Returns a Well-known Text (WKT) representation of this geospatial type.
ASYNC - Static variable in interface com.datastax.dse.driver.api.core.graph.GraphStatement
The type returned when a graph statement is executed asynchronously.
AsyncGraphResultSet - Interface in com.datastax.dse.driver.api.core.graph
The result of an asynchronous graph query.

B

BatchGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
A graph statement that groups multiple mutating traversals together, to be executed in the same transaction.
BatchGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
 
BatchGraphStatementBuilder() - Constructor for class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
BatchGraphStatementBuilder(BatchGraphStatement) - Constructor for class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
build() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon.Builder
 
build() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
 
build() - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
Build the remote connection that was configured with this builder.
build() - Method in class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
build() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
Create the statement with the configuration defined by this builder object.
build() - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
 
buildContext(DriverConfigLoader, List<TypeCodec<?>>, NodeStateListener, SchemaChangeListener, RequestTracker, Map<String, String>, Map<String, Predicate<Node>>, ClassLoader) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
 
buildCustomPayload() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
builder() - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Returns a polygon builder.
builder() - Static method in interface com.datastax.dse.driver.api.core.DseSession
 
builder() - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a builder helper object to start creating a new instance.
builder(BatchGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder(GraphTraversal<?, ?>) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a builder object to start creating a new instance from the given traversal.
builder(FluentGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.
builder(String) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a builder object to start creating a new instance from the given script.
builder(ScriptGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a builder helper object to start creating a new instance with an existing statement as a template.

C

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
A marker interface for publishers returned by ContinuousReactiveSession.
ContinuousReactiveSession - Interface in com.datastax.dse.driver.api.core.cql.continuous.reactive
A Session that offers utility methods to issue queries using reactive-style programming and continuous paging, combined together.
ContinuousResultSet - Interface in com.datastax.dse.driver.api.core.cql.continuous
ContinuousSession - Interface in com.datastax.dse.driver.api.core.cql.continuous
A session that has the ability to execute continuous paging queries.
copy() - Method in exception com.datastax.dse.driver.api.core.servererrors.UnfitClientException
 
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.

D

DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
DATE_RANGE - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
DateRange - Class in com.datastax.dse.driver.api.core.data.time
A date range, as defined by the server type org.apache.cassandra.db.marshal.DateRangeType, corresponding to the Apache Solr type DateRangeField.
DateRange(DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
Creates a "single bounded" instance, i.e., a date range whose upper and lower bounds are identical.
DateRange(DateRangeBound, DateRangeBound) - Constructor for class com.datastax.dse.driver.api.core.data.time.DateRange
Creates an instance composed of two distinct bounds.
DateRangeBound - Class in com.datastax.dse.driver.api.core.data.time
A date range bound.
DateRangePrecision - Enum in com.datastax.dse.driver.api.core.data.time
The precision of a DateRangeBound.
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
The keys for the additional DSE-specific properties stored in Node.getExtras().
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
A DSE extension of the Cassandra driver's query builder.
DseQueryBuilder() - Constructor for class com.datastax.dse.driver.api.querybuilder.DseQueryBuilder
 
DseRelationMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized table or materialized view metadata for the DSE driver.
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
Extends TypeCodecs to handle DSE-specific types.
DseTypeCodecs() - Constructor for class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
DseViewMetadata - Interface in com.datastax.dse.driver.api.core.metadata.schema
Specialized materialized view metadata for the DSE driver.

E

equals(Object) - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
 
equals(Object) - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
 
execute(GraphStatement<?>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphSession
Executes a graph statement synchronously (the calling thread blocks until the result becomes available).
executeAs(String, StatementT) - Static method in class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
Adds proxy authentication information to a CQL statement.
executeAs(String, StatementT) - Static method in class com.datastax.dse.driver.api.core.auth.ProxyAuthentication
Adds proxy authentication information to a graph statement.
executeAsync(GraphStatement<?>) - Method in interface com.datastax.dse.driver.api.core.graph.GraphSession
Executes a graph statement asynchronously (the call returns as soon as the statement was sent, generally before the result is available).
executeContinuously(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession
Executes the provided query with continuous paging synchronously.
executeContinuouslyAsync(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.ContinuousSession
Executes the provided query with continuous paging asynchronously.
executeContinuouslyReactive(String) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession
Returns a Publisher that, once subscribed to, executes the given query continuously and emits all the results.
executeContinuouslyReactive(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.continuous.reactive.ContinuousReactiveSession
Returns a Publisher that, once subscribed to, executes the given query continuously and emits all the results.
executeReactive(String) - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession
Returns a Publisher that, once subscribed to, executes the given query and emits all the results.
executeReactive(Statement<?>) - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveSession
Returns a Publisher that, once subscribed to, executes the given query and emits all the results.
executionProfile - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
executionProfileName - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 

F

fetchNextPage() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Fetch the next page of results asynchronously.
FluentGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
A graph statement that uses a TinkerPop GraphTraversal as the query.
FluentGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
 
FluentGraphStatementBuilder(GraphTraversal<?, ?>) - Constructor for class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
FluentGraphStatementBuilder(FluentGraphStatement) - Constructor for class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
 
format(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Formats the given timestamp according to this precision.
fromClasspath(String) - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
Builds an instance using the driver's default implementation (based on Typesafe config), except that application-specific options are loaded from a classpath resource with a custom name.
fromCoordinates(double, double) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
 
fromEncoding(byte) - Static method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
 
fromFile(File) - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
Builds an instance using the driver's default implementation (based on Typesafe config), except that application-specific options are loaded from the given file.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from a GeoJSON LineString representation.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from a GeoJSON Point representation.
fromGeoJson(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from a GeoJSON Polygon representation.
fromPath(String) - Static method in enum com.datastax.dse.driver.DseSessionMetric
 
fromPoints(Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from two or more points.
fromPoints(Point, Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from a series of 3 or more points.
fromUrl(URL) - Static method in class com.datastax.dse.driver.api.core.config.DseDriverConfigLoader
Builds an instance using the driver's default implementation (based on Typesafe config), except that application-specific options are loaded from the given URL.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from its Well-known Binary (WKB) representation.
fromWellKnownBinary(ByteBuffer) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from its Well-known Binary (WKB) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.LineString
Creates a line string from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Point
Creates a point from its Well-known Text (WKT) representation.
fromWellKnownText(String) - Static method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon
Creates a polygon from its Well-known Text (WKT) representation.
fuzzy(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm (case sensitive).

G

g - Static variable in class com.datastax.dse.driver.api.core.graph.DseGraph
A general-purpose shortcut for a non-connected TinkerPop GraphTraversalSource based on an immutable empty graph.
Geo - Interface in com.datastax.dse.driver.api.core.graph.predicates
 
Geo.Unit - Enum in com.datastax.dse.driver.api.core.graph.predicates
 
Geometry - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation for a DSE geospatial type.
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
Returns information about the execution of all requests that have been performed so far to assemble this result set.
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
 

H

hashCode() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
 
hashCode() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
 
hasMorePages() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Whether there are more pages of results.

I

ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds IF NOT EXISTS to the create aggregate specification.
ifNotExists() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds IF NOT EXISTS to the create function specification.
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
Returns true if this node is a VertexProperty, and false otherwise.

J

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

K

keys() - Method in interface com.datastax.dse.driver.api.core.graph.GraphNode
The keys of this map node, or an empty iterator if it is not a map.

L

LINE_STRING - Static variable in class com.datastax.dse.driver.api.core.type.codec.DseTypeCodecs
 
LINE_STRING - Static variable in class com.datastax.dse.driver.api.core.type.DseDataTypes
 
LineString - Interface in com.datastax.dse.driver.api.core.data.geometry
The driver-side representation for DSE's LineString.
lineString(Point, Point, Point...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a line string from the given (at least 2) points.
lineString(double...) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
Creates a line string from the coordinates of its points.
lowerBound(ZonedDateTime, DateRangePrecision) - Static method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Creates a date range lower bound from the given date and precision.

M

monotonic() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC" to create function specification.
monotonicOn(CqlIdentifier) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType
Adds "MONOTONIC ON" to create function specification.
monotonicOn(String) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithType

N

NATIVE_TRANSPORT_PORT - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The port for the native transport connections on the DSE node.
NATIVE_TRANSPORT_PORT_SSL - Static variable in class com.datastax.dse.driver.api.core.metadata.DseNodeProperties
The port for the encrypted native transport connections on the DSE node.
newInstance() - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new, empty instance.
newInstance(Iterable<GraphTraversal>) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new instance from the given list of traversals.
newInstance(GraphTraversal...) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
Create a new instance from the given list of traversals.
newInstance(GraphTraversal<?, ?>) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
Create a new instance from the given traversal.
newInstance(String) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Create a new instance from the given script.
node - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 

O

one() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
Returns the next node, or null if the result set is exhausted.
one() - Method in interface com.datastax.dse.driver.api.core.graph.GraphResultSet
Returns the next node, or null if the result set is exhausted.
orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStart
Adds OR REPLACE to the create aggregate specification.
orReplace() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds OR REPLACE to the create function specification.

P

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
 

R

ReactiveResultSet - Interface in com.datastax.dse.driver.api.core.cql.reactive
ReactiveRow - Interface in com.datastax.dse.driver.api.core.cql.reactive
A row produced by a reactive result set.
ReactiveSession - Interface in com.datastax.dse.driver.api.core.cql.reactive
A Session that offers utility methods to issue queries using reactive-style programming.
readConsistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
regex(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search for this regular expression inside the text property targeted (case sensitive).
remaining() - Method in interface com.datastax.dse.driver.api.core.graph.AsyncGraphResultSet
How many rows are left before the current page is exhausted.
remoteConnectionBuilder(DseSession) - Static method in class com.datastax.dse.driver.api.core.graph.DseGraph
Returns a builder helper class to help create RemoteConnection implementations that seamlessly connect to DSE Graph using the DseSession in parameter.
removeQueryParam(String) - Method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
Removes a binding for the given name from this statement.
removeQueryParam(String) - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
Removes a parameter.
returnsNullOnNull() - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionStart
Adds RETURNS NULL ON NULL to the create function specification.
returnsType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseFunctionWithNullOption
Adds RETURNS to the create function specification.
roundDown(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Rounds down the given timestamp to this precision.
roundUp(ZonedDateTime) - Method in enum com.datastax.dse.driver.api.core.data.time.DateRangePrecision
Rounds up the given timestamp to this precision.

S

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.

T

timeout - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
timestamp - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 
toDegrees(double) - Method in enum com.datastax.dse.driver.api.core.graph.predicates.Geo.Unit
Convert distance to degrees (used internally only).
token(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of a certain token within the text property targeted (case insensitive).
tokenFuzzy(String, int) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Supports fuzzy searches based on the Damerau-Levenshtein Distance, or Edit Distance algorithm after having tokenized the data stored (case insensitive).
tokenPrefix(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of a certain token prefix within the text property targeted (case insensitive).
tokenRegex(String) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Search
Search any instance of the provided regular expression for the targeted property (case insensitive).
toString() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
Returns the string representation of this range, in a format compatible with Apache Solr DateRageField syntax
toString() - Method in class com.datastax.dse.driver.api.core.data.time.DateRangeBound
Returns this bound as a Lucene-compliant string.
traversalSource - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
 

U

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

V

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.

W

wasApplied() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveResultSet
If the query that produced this result was a conditional update, indicates whether it was successfully applied.
wasApplied() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveRow
If the query that produced this result was a conditional update, indicates whether it was successfully applied.
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
 

X

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

Y

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

Copyright © 2017–2019. All rights reserved.