ConstantReconnectionPolicy Class |
Namespace: Cassandra
public class ConstantReconnectionPolicy : IReconnectionPolicy
The ConstantReconnectionPolicy type exposes the following members.
Name | Description | |
---|---|---|
ConstantReconnectionPolicy |
Creates a reconnection policy that creates with the provided constant wait
time between reconnection attempts.
|
Name | Description | |
---|---|---|
NewSchedule |
A new schedule that uses a constant ConstantDelayMs delay between reconnection attempt.
|
Name | Description | |
---|---|---|
ConstantDelayMs |
Gets the constant delay used by this reconnection policy.
|