Class QueryOptions.QueryOptionsBuilder

java.lang.Object
org.springframework.data.cassandra.core.cql.QueryOptions.QueryOptionsBuilder
Direct Known Subclasses:
WriteOptions.WriteOptionsBuilder
Enclosing class:
QueryOptions

public static class QueryOptions.QueryOptionsBuilder extends Object
Builder for QueryOptions.
Since:
1.5
Author:
Mark Paluch
  • Field Details

    • consistencyLevel

      @Nullable protected com.datastax.oss.driver.api.core.ConsistencyLevel consistencyLevel
    • executionProfileResolver

      protected ExecutionProfileResolver executionProfileResolver
    • idempotent

      @Nullable protected Boolean idempotent
    • keyspace

      @Nullable protected com.datastax.oss.driver.api.core.CqlIdentifier keyspace
    • routingKey

      @Nullable protected ByteBuffer routingKey
    • routingKeyspace

      @Nullable protected com.datastax.oss.driver.api.core.CqlIdentifier routingKeyspace
    • pageSize

      @Nullable protected Integer pageSize
    • serialConsistencyLevel

      @Nullable protected com.datastax.oss.driver.api.core.ConsistencyLevel serialConsistencyLevel
    • timeout

      protected Duration timeout
    • tracing

      @Nullable protected Boolean tracing
  • Method Details