Package | Description |
---|---|
com.datastax.oss.driver.api.core.connection |
Types related to a connection to a Cassandra node.
|
Modifier and Type | Method and Description |
---|---|
ReconnectionPolicy.ReconnectionSchedule |
ReconnectionPolicy.newControlConnectionSchedule(boolean isInitialConnection)
Creates a new schedule for the control connection.
|
ReconnectionPolicy.ReconnectionSchedule |
ReconnectionPolicy.newNodeSchedule(Node node)
Creates a new schedule for the given node.
|
Copyright © 2017–2024. All rights reserved.