Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
com.datastax.driver.core.policies |
Policies that allow to control some of the behavior of the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultEndPointFactory |
class |
SniEndPointFactory |
Modifier and Type | Method and Description |
---|---|
Cluster.Builder |
Cluster.Builder.withEndPointFactory(EndPointFactory endPointFactory)
Configures the endpoint factory to use for the new cluster.
|
Modifier and Type | Method and Description |
---|---|
static EndPointFactory |
Policies.defaultEndPointFactory() |
EndPointFactory |
Policies.getEndPointFactory() |
Modifier and Type | Method and Description |
---|---|
Policies.Builder |
Policies.Builder.withEndPointFactory(EndPointFactory endPointFactory) |
Copyright © 2012–2023. All rights reserved.