C D E G I K L M P Q R S U W 
All Classes All Packages

C

cassandraClientAuthConfig - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
The authentication settings.
CassandraClientAuthConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items related to authentication.
CassandraClientAuthConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientAuthConfig
 
cassandraClientCloudConfig - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
The cloud (DataStax Astra) configuration settings.
CassandraClientCloudConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items related to DataStax Astra cloud clusters.
CassandraClientCloudConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientCloudConfig
 
CassandraClientConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items for the Cassandra Quarkus extension.
CassandraClientConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
 
cassandraClientConnectionConfig - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
The client connection configuration settings.
CassandraClientConnectionConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items related to connection settings.
CassandraClientConnectionConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConnectionConfig
 
cassandraClientGraphConfig - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
The DSE Graph settings.
CassandraClientGraphConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items related to DSE Graph settings.
CassandraClientGraphConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientGraphConfig
 
cassandraClientInitConfig - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
The session initialization settings.
CassandraClientInitConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items related to session initialization.
CassandraClientInitConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientInitConfig
 
cassandraClientMetricsConfig - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
The metrics settings.
CassandraClientMetricsConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items related to metrics.
CassandraClientMetricsConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientMetricsConfig
 
cassandraClientRequestConfig - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
The request settings.
CassandraClientRequestConfig - Class in com.datastax.oss.quarkus.runtime.api.config
This class holds runtime configuration items related to connection settings.
CassandraClientRequestConfig() - Constructor for class com.datastax.oss.quarkus.runtime.api.config.CassandraClientRequestConfig
 
com.datastax.oss.quarkus.runtime.api.config - package com.datastax.oss.quarkus.runtime.api.config
 
com.datastax.oss.quarkus.runtime.api.mapper - package com.datastax.oss.quarkus.runtime.api.mapper
 
com.datastax.oss.quarkus.runtime.api.reactive - package com.datastax.oss.quarkus.runtime.api.reactive
 
com.datastax.oss.quarkus.runtime.api.reactive.mapper - package com.datastax.oss.quarkus.runtime.api.reactive.mapper
 
com.datastax.oss.quarkus.runtime.api.session - package com.datastax.oss.quarkus.runtime.api.session
 
CONFIG_NAME - Static variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConfig
 
consistencyLevel - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientRequestConfig
The default consistency level to use.
contactPoints - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConnectionConfig
Contact-points used to connect to Apache Cassandra (R) or DataStax Enterprise (DSE).

D

defaultIdempotence - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientRequestConfig
The default idempotence of a request.

E

eagerInit - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientInitConfig
Whether to eagerly initialize the Cassandra client at application startup.
eagerInitTimeout - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientInitConfig
How long to wait for the Cassandra client to initialize at application startup.
enabledNodeMetrics - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientMetricsConfig
List of node-level metric names to enable.
enabledSessionMetrics - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientMetricsConfig
The metric names specified here will be taken into account only if metrics are globally enabled, that is, if quarkus.cassandra.metrics.enabled = true.
executeContinuouslyReactive(Statement<?>) - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyContinuousReactiveSession
Returns a Multi that, once subscribed to, executes the given query continuously and emits all the results.
executeContinuouslyReactive(String) - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyContinuousReactiveSession
Returns a Multi that, once subscribed to, executes the given query continuously and emits all the results.
executeReactive(GraphStatement<?>) - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyGraphReactiveSession
Returns a MutinyGraphReactiveResultSet that, once subscribed to, executes the given query and emits all the results.
executeReactive(Statement<?>) - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyReactiveSession
Returns a Multi that, once subscribed to, executes the given query and emits all the results.
executeReactive(String) - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyReactiveSession
Returns a Multi that, once subscribed to, executes the given query and emits all the results.

G

generateProducers() - Method in annotation type com.datastax.oss.quarkus.runtime.api.mapper.QuarkusMapper
Whether to generate producers.
getColumnDefinitions() - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyReactiveQueryMetadata
Returns metadata about the columns contained in this result set.
getExecutionInfos() - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyGraphReactiveResultSet
Returns information about the execution of all requests that have been performed so far to assemble this result set.
getExecutionInfos() - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyReactiveQueryMetadata
Returns information about the execution of all requests that have been performed so far to assemble this result set.
graphName - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientGraphConfig
The name of the graph targeted by graph statements.
graphReadConsistencyLevel - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientGraphConfig
The read consistency level to use for graph statements.
graphRequestTimeout - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientGraphConfig
How long the driver waits for a graph request to complete.
graphWriteConsistencyLevel - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientGraphConfig
The write consistency level to use for graph statements.

I

INSTANCE - Static variable in class com.datastax.oss.quarkus.runtime.api.mapper.QuarkusGeneratedDaoBean.Literal
 
INSTANCE - Static variable in class com.datastax.oss.quarkus.runtime.api.mapper.QuarkusGeneratedMapperBean.Literal
 

K

keyspace - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConnectionConfig
The name of the keyspace that the session should initially be connected to.

L

Literal() - Constructor for class com.datastax.oss.quarkus.runtime.api.mapper.QuarkusGeneratedDaoBean.Literal
 
Literal() - Constructor for class com.datastax.oss.quarkus.runtime.api.mapper.QuarkusGeneratedMapperBean.Literal
 
localDatacenter - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientConnectionConfig
Local datacenter used to connect to Apache Cassandra (R) or DataStax Enterprise (DSE).

M

MultiPublisher<ElementT> - Interface in com.datastax.oss.quarkus.runtime.api.reactive
An object that implements both Multi and (Reactive Streams) Publisher.
MutinyContinuousReactiveResultSet - Interface in com.datastax.oss.quarkus.runtime.api.reactive
A marker interface for Multi<ReactiveRow> results returned by QuarkusCqlSession, when continuous paging is used.
MutinyContinuousReactiveSession - Interface in com.datastax.oss.quarkus.runtime.api.reactive
A specialized session type that supports the Reactive Mutiny API for continuous paging queries.
MutinyGraphReactiveResultSet - Interface in com.datastax.oss.quarkus.runtime.api.reactive
A marker interface for Multi<ReactiveGraphNode> results returned by QuarkusCqlSession, when querying a Graph database.
MutinyGraphReactiveSession - Interface in com.datastax.oss.quarkus.runtime.api.reactive
A specialized session that supports the Reactive Mutiny API for Graph queries.
MutinyMappedReactiveResultSet<EntityT> - Interface in com.datastax.oss.quarkus.runtime.api.reactive.mapper
An adapter that adapts the driver's MappedReactiveResultSet to Mutiny's Multi.
MutinyReactiveQueryMetadata - Interface in com.datastax.oss.quarkus.runtime.api.reactive
MutinyReactiveResultSet - Interface in com.datastax.oss.quarkus.runtime.api.reactive
An adapter that adapts the driver's ReactiveResultSet to Mutiny's Multi.
MutinyReactiveSession - Interface in com.datastax.oss.quarkus.runtime.api.reactive
A specialized ReactiveSession that supports the Reactive Mutiny API.

P

pageSize - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientRequestConfig
The default page size to use.
password - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientAuthConfig
The auth_provider password used to connect to Apache Cassandra(R).
prefix - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientMetricsConfig
The prefix for metric names.
printEagerInitInfo - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientInitConfig
Whether to log an informational message explaining how to best use eager initialization.

Q

QuarkusCqlSession - Interface in com.datastax.oss.quarkus.runtime.api.session
A specialized CqlSession tailored for Quarkus applications.
QuarkusGeneratedDaoBean - Annotation Type in com.datastax.oss.quarkus.runtime.api.mapper
Qualifier sported by all DAO beans automatically generated and produced by the Quarkus Cassandra extension and the Java driver Object Mapper.
QuarkusGeneratedDaoBean.Literal - Class in com.datastax.oss.quarkus.runtime.api.mapper
Supports inline instantiation of this qualifier.
QuarkusGeneratedMapperBean - Annotation Type in com.datastax.oss.quarkus.runtime.api.mapper
Qualifier sported by all mapper beans automatically generated and produced by the Quarkus Cassandra extension and the Java driver Object Mapper.
QuarkusGeneratedMapperBean.Literal - Class in com.datastax.oss.quarkus.runtime.api.mapper
Supports inline instantiation of this qualifier.
QuarkusMapper - Annotation Type in com.datastax.oss.quarkus.runtime.api.mapper
Companion annotation to the driver's Mapper annotation.

R

reconnectOnInit - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientInitConfig
Whether to try to reconnect if the first connection attempt fails.
requestTimeout - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientRequestConfig
How long the driver waits for a request to complete.
resolveContactPoints - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientInitConfig
Whether to resolve contact points eagerly when initializing the session.

S

secureConnectBundle - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientCloudConfig
The path to a cloud secure bundle used to connect to DataStax Astra.
serialConsistencyLevel - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientRequestConfig
The default serial consistency level to use.

U

useQuarkusEventLoop - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientInitConfig
Whether the DataStax Java driver should use the main Netty event loop group provided by Quarkus and Vert.x.
username - Variable in class com.datastax.oss.quarkus.runtime.api.config.CassandraClientAuthConfig
The username used to connect to Apache Cassandra(R).

W

wasApplied() - Method in interface com.datastax.oss.quarkus.runtime.api.reactive.MutinyReactiveQueryMetadata
If the query that produced this result was a conditional update, indicates whether it was successfully applied.
C D E G I K L M P Q R S U W 
All Classes All Packages