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

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

Uses of SocketOptions in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return SocketOptions
 SocketOptions Configuration.getSocketOptions()
          Returns the low-level TCP configuration options used (tcpNoDelay, keepAlive, ...).
 SocketOptions SocketOptions.setConnectTimeoutMillis(int connectTimeoutMillis)
          Sets the connection timeout in milliseconds.
 SocketOptions SocketOptions.setKeepAlive(boolean keepAlive)
           
 SocketOptions SocketOptions.setReadTimeoutMillis(int readTimeoutMillis)
          Sets the per-host read timeout in milliseconds.
 SocketOptions SocketOptions.setReceiveBufferSize(int receiveBufferSize)
           
 SocketOptions SocketOptions.setReuseAddress(boolean reuseAddress)
           
 SocketOptions SocketOptions.setSendBufferSize(int sendBufferSize)
           
 SocketOptions SocketOptions.setSoLinger(int soLinger)
           
 SocketOptions SocketOptions.setTcpNoDelay(boolean tcpNoDelay)
           
 

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

Constructors in com.datastax.driver.core with parameters of type SocketOptions
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.