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 |
---|---|
Configuration.Builder |
Configuration.Builder.withNettyOptions(NettyOptions nettyOptions)
Sets the Netty options for this cluster.
|
Cluster.Builder |
Cluster.Builder.withNettyOptions(NettyOptions nettyOptions)
Set the
NettyOptions to use for the newly created Cluster. |
Copyright © 2012–2023. All rights reserved.