Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Field and Description |
---|---|
static NettyOptions |
NettyOptions.DEFAULT_INSTANCE
The default instance of
NettyOptions to use. |
Modifier and Type | Method and Description |
---|---|
NettyOptions |
Configuration.getNettyOptions()
Returns the
NettyOptions instance for this configuration. |
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.withNettyOptions(NettyOptions nettyOptions)
Set the
NettyOptions to use for the newly created Cluster. |
Constructor and Description |
---|
Configuration(Policies policies,
ProtocolOptions protocolOptions,
PoolingOptions poolingOptions,
SocketOptions socketOptions,
MetricsOptions metricsOptions,
QueryOptions queryOptions,
NettyOptions nettyOptions)
Creates a configuration with the specified parameters.
|