- 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.
- addSaslProperty(String, String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
-
Add a SASL property to use when creating the SASL client.
- 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.
- BaseDseAuthenticator - Class in com.datastax.dse.driver.api.core.auth
-
Base class for SyncAuthenticator
implementations that want to make use of the
authentication scheme negotiation in DseAuthenticator
.
- BaseDseAuthenticator(String) - Constructor for class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
-
- 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
-
A builder to create a batch graph statement.
- 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 class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
-
- build() - Method in interface com.datastax.dse.driver.api.core.data.geometry.Polygon.Builder
-
- build() - Method in class com.datastax.dse.driver.api.core.graph.BatchGraphStatementBuilder
-
- build() - Method in interface com.datastax.dse.driver.api.core.graph.DseGraphRemoteConnectionBuilder
-
Build the remote connection that was configured with this builder.
- build() - Method in class com.datastax.dse.driver.api.core.graph.FluentGraphStatementBuilder
-
- build() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
Create the statement with the configuration defined by this builder object.
- build() - Method in class com.datastax.dse.driver.api.core.graph.ScriptGraphStatementBuilder
-
- build() - Method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments.Builder
-
- buildContext(DriverConfigLoader, ProgrammaticArguments) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
- buildContext(DriverConfigLoader, List<TypeCodec<?>>, NodeStateListener, SchemaChangeListener, RequestTracker, Map<String, String>, Map<String, Predicate<Node>>, ClassLoader) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
Deprecated.
- buildCustomPayload() - Method in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-
- builder() - Static method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
-
- Builder() - Constructor for class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
-
- 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
-
Returns a builder to create a new instance.
- builder() - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
-
Create a builder helper object to start creating a new instance.
- builder(BatchGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.BatchGraphStatement
-
Create a builder helper object to start creating a new instance with an existing statement as a
template.
- builder(GraphTraversal<?, ?>) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
-
Create a builder object to start creating a new instance from the given traversal.
- builder(FluentGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.FluentGraphStatement
-
Create a builder helper object to start creating a new instance with an existing statement as a
template.
- builder(String) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
-
Create a builder object to start creating a new instance from the given script.
- builder(ScriptGraphStatement) - Static method in interface com.datastax.dse.driver.api.core.graph.ScriptGraphStatement
-
Create a builder helper object to start creating a new instance with an existing statement as a
template.
- builder() - Static method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments
-
- Builder() - Constructor for class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments.Builder
-
- 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.
- clear() - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase.Credentials
-
Clears the credentials from memory when they're no longer needed.
- 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.
- close() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
-
- close() - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase
-
- 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.session - package com.datastax.dse.driver.api.core.session
-
- 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.mapper.reactive - package com.datastax.dse.driver.api.mapper.reactive
-
- 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
-
- Credentials(char[], char[], char[]) - Constructor for class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase.Credentials
-
- 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
-
- DEFAULT_SASL_SERVICE_NAME - Static variable in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
-
The default SASL service name used by this auth provider.
- defaultConfigLoader() - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
- 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.
- DseGssApiAuthProviderBase - Class in com.datastax.dse.driver.api.core.auth
-
- DseGssApiAuthProviderBase(String) - Constructor for class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
-
- DseGssApiAuthProviderBase.GssApiAuthenticator - Class in com.datastax.dse.driver.api.core.auth
-
- DseGssApiAuthProviderBase.GssApiOptions - Class in com.datastax.dse.driver.api.core.auth
-
The options to initialize a new authenticator.
- DseGssApiAuthProviderBase.GssApiOptions.Builder - Class in com.datastax.dse.driver.api.core.auth
-
- 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
-
- DsePlainTextAuthProviderBase - Class in com.datastax.dse.driver.api.core.auth
-
Common infrastructure for DSE plain text auth providers.
- DsePlainTextAuthProviderBase(String) - Constructor for class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase
-
- DsePlainTextAuthProviderBase.Credentials - Class in com.datastax.dse.driver.api.core.auth
-
- DsePlainTextAuthProviderBase.PlainTextAuthenticator - Class in com.datastax.dse.driver.api.core.auth
-
- DseProgrammaticArguments - Class in com.datastax.dse.driver.api.core.session
-
The DSE-specific arguments that can be set programmatically when building a session.
- DseProgrammaticArguments.Builder - Class in com.datastax.dse.driver.api.core.session
-
- dseProgrammaticArgumentsBuilder - Variable in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
- 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
-
- DseSessionBuilderBase<SelfT extends DseSessionBuilderBase<SelfT,SessionT>,SessionT> - Class in com.datastax.dse.driver.api.core
-
- DseSessionBuilderBase() - Constructor for class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
- 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.
- 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.
- getAuthenticationId() - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase.Credentials
-
- getAuthorizationId() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
-
- getAuthorizationId() - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase.Credentials
-
- 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.ReactiveQueryMetadata
-
Returns metadata about the columns contained in this result set.
- getColumnDefinitions() - Method in interface com.datastax.dse.driver.api.core.cql.reactive.ReactiveRow
-
Returns the column definitions contained in this row.
- 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.
- getCredentials(EndPoint, String) - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase
-
Retrieves the credentials from the underlying source.
- 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.ReactiveQueryMetadata
-
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).
- getInitialServerChallenge() - Method in class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
-
Return a byte buffer containing the expected successful server challenge.
- getInitialServerChallenge() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
-
- getInitialServerChallenge() - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase.PlainTextAuthenticator
-
- 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
.
- getLoginConfiguration() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
-
- getLowerBound() - Method in class com.datastax.dse.driver.api.core.data.time.DateRange
-
Returns the lower bound of this range (inclusive).
- getMechanism() - Method in class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
-
Return a byte buffer containing the required SASL mechanism.
- getMechanism() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
-
- getMechanism() - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase.PlainTextAuthenticator
-
- getMonotonicArgumentNames() - Method in interface com.datastax.dse.driver.api.core.metadata.schema.DseFunctionMetadata
-
Returns a list of argument names that are monotonic.
- getOptions(EndPoint, String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
-
- getPassword() - Method in class com.datastax.dse.driver.api.core.auth.DsePlainTextAuthProviderBase.Credentials
-
- 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
.
- getSaslProperties() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
-
- getSaslProtocol() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
-
- 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.
- getStartupApplicationName() - Method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments
-
- getStartupApplicationVersion() - Method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments
-
- getStartupClientId() - Method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments
-
- getStatement() - Method in interface com.datastax.dse.driver.api.core.graph.GraphExecutionInfo
-
The statement that was executed.
- getSubject() - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions
-
- getSubProtocol() - Method in interface com.datastax.dse.driver.api.core.graph.GraphStatement
-
The DSE graph sub-protocol to use for this statement.
- 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
-
- GssApiAuthenticator(DseGssApiAuthProviderBase.GssApiOptions, EndPoint, String) - Constructor for class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiAuthenticator
-
- 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.
- initialResponseSync() - Method in class com.datastax.dse.driver.api.core.auth.BaseDseAuthenticator
-
- inside(Point, double, Geo.Unit) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
-
Finds whether an entity is inside the given circular area using a geo coordinate system.
- inside(Point, double) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
-
Finds whether an entity is inside the given circular area using a cartesian coordinate system.
- inside(Polygon) - Static method in interface com.datastax.dse.driver.api.core.graph.predicates.Geo
-
Finds whether an entity is inside the given polygon.
- isBeta() - Method in enum com.datastax.dse.driver.api.core.DseProtocolVersion
-
- 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
-
- SASL_SERVICE_NAME_PROPERTY - Static variable in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase
-
The name of the system property to use to specify the SASL service name.
- ScriptGraphStatement - Interface in com.datastax.dse.driver.api.core.graph
-
A graph statement that uses a Gremlin-groovy script the query.
- ScriptGraphStatementBuilder - Class in com.datastax.dse.driver.api.core.graph
-
A builder to create a script graph statement.
- ScriptGraphStatementBuilder(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.ReactiveQueryMetadata
-
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.DseSessionBuilderBase
-
The name of the application using the created session.
- withApplicationVersion(String) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
The version of the application using the created session.
- withAuthCredentials(String, String) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
Configures the session to use DSE plaintext authentication with the given username and
password.
- withAuthCredentials(String, String, String) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
Configures the session to use DSE plaintext authentication with the given username and
password, and perform proxy authentication with the given authorization id.
- withAuthorizationId(String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
-
Sets the authorization ID (allows proxy authentication).
- withClientId(UUID) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
A unique identifier for the created session.
- withConfigLoader(DriverConfigLoader) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilderBase
-
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.
- withLoginConfiguration(Configuration) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
-
Sets a login configuration that will be used to create a
LoginContext
.
- 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
-
- withSaslProtocol(String) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
-
Sets the SASL protocol name to use; should match the username of the Kerberos service
principal used by the DSE server.
- 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
-
- withStartupApplicationName(String) - Method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments.Builder
-
- withStartupApplicationVersion(String) - Method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments.Builder
-
- withStartupClientId(UUID) - Method in class com.datastax.dse.driver.api.core.session.DseProgrammaticArguments.Builder
-
- withSType(DataType) - Method in interface com.datastax.dse.driver.api.querybuilder.schema.CreateDseAggregateStateFunc
-
Adds STYPE to the create aggregate query.
- withSubject(Subject) - Method in class com.datastax.dse.driver.api.core.auth.DseGssApiAuthProviderBase.GssApiOptions.Builder
-
Sets a previously authenticated subject to reuse.
- wrap(CqlSession) - Method in class com.datastax.dse.driver.api.core.DseSessionBuilder
-
- writeConsistencyLevel - Variable in class com.datastax.dse.driver.api.core.graph.GraphStatementBuilderBase
-