Uses of Class
org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
Packages that use QueryOptions.QueryOptionsBuilder
Package
Description
Apache Cassandra core support.
CQL core support.
-
Uses of QueryOptions.QueryOptionsBuilder in org.springframework.data.cassandra.core
Subclasses of QueryOptions.QueryOptionsBuilder in org.springframework.data.cassandra.coreModifier and TypeClassDescriptionstatic classBuilder forDeleteOptions.static classBuilder forInsertOptions.static classBuilder forUpdateOptions. -
Uses of QueryOptions.QueryOptionsBuilder in org.springframework.data.cassandra.core.cql
Methods in org.springframework.data.cassandra.core.cql that return QueryOptions.QueryOptionsBuilderModifier and TypeMethodDescriptionQueryOptions.builder()Create a newQueryOptions.QueryOptionsBuilder.QueryOptions.QueryOptionsBuilder.consistencyLevel(com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel) Sets theConsistencyLevelto use.QueryOptions.QueryOptionsBuilder.executionProfile(String profileName) Sets theexecution profileto use.QueryOptions.QueryOptionsBuilder.executionProfile(ExecutionProfileResolver executionProfileResolver) Sets theExecutionProfileResolverto use.QueryOptions.QueryOptionsBuilder.fetchSize(int fetchSize) Deprecated, for removal: This API element is subject to removal in a future version.QueryOptions.QueryOptionsBuilder.idempotent(boolean idempotent) Set query execution idempotency.QueryOptions.QueryOptionsBuilder.keyspace(com.datastax.oss.driver.api.core.CqlIdentifier keyspace) Sets thekeyspaceto use.QueryOptions.mutate()Create a newQueryOptions.QueryOptionsBuilderto mutate properties of thisQueryOptions.QueryOptions.QueryOptionsBuilder.pageSize(int pageSize) Sets the query fetch size forResultSetchunks.QueryOptions.QueryOptionsBuilder.readTimeout(long readTimeout) Deprecated, for removal: This API element is subject to removal in a future version.since 3.0, usetimeout(Duration)QueryOptions.QueryOptionsBuilder.readTimeout(long readTimeout, TimeUnit timeUnit) Deprecated, for removal: This API element is subject to removal in a future version.since 2.0, usetimeout(Duration).QueryOptions.QueryOptionsBuilder.readTimeout(Duration readTimeout) Deprecated, for removal: This API element is subject to removal in a future version.since 3.0, usetimeout(Duration)QueryOptions.QueryOptionsBuilder.routingKey(ByteBuffer routingKey) Set query routing key.QueryOptions.QueryOptionsBuilder.routingKeyspace(com.datastax.oss.driver.api.core.CqlIdentifier routingKeyspace) Set query routing keyspace.QueryOptions.QueryOptionsBuilder.serialConsistencyLevel(com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel) Sets the serialConsistencyLevelto use.Sets the request timeout.QueryOptions.QueryOptionsBuilder.tracing(boolean tracing) Enables statement tracing.QueryOptions.QueryOptionsBuilder.withTracing()Enables statement tracing.
pageSize(int).