Uses of Class
com.datastax.driver.core.QueryOptions

Packages that use QueryOptions
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
 

Uses of QueryOptions in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return QueryOptions
 QueryOptions Configuration.getQueryOptions()
          Returns the queries configuration.
 QueryOptions QueryOptions.setConsistencyLevel(ConsistencyLevel consistencyLevel)
          Sets the default consistency level to use for queries.
 QueryOptions QueryOptions.setFetchSize(int fetchSize)
          Sets the default fetch size to use for SELECT queries.
 QueryOptions QueryOptions.setSerialConsistencyLevel(ConsistencyLevel serialConsistencyLevel)
          Sets the default serial consistency level to use for queries.
 

Methods in com.datastax.driver.core with parameters of type QueryOptions
 Cluster.Builder Cluster.Builder.withQueryOptions(QueryOptions options)
          Sets the QueryOptions to use for the newly created Cluster.
 

Constructors in com.datastax.driver.core with parameters of type QueryOptions
Configuration(Policies policies, ProtocolOptions protocolOptions, PoolingOptions poolingOptions, SocketOptions socketOptions, MetricsOptions metricsOptions, QueryOptions queryOptions)
          Creates a configuration with the specified parameters.
 



Copyright © 2013. All rights reserved.