ExponentialReconnectionPolicy Constructor |
Creates a reconnection policy waiting exponentially longer for each new
attempt.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public ExponentialReconnectionPolicy(
long baseDelayMs,
long maxDelayMs
)
Parameters
- baseDelayMs
- Type: SystemInt64
the base delay in milliseconds to use for the
schedules created by this policy. - maxDelayMs
- Type: SystemInt64
the maximum delay to wait between two
attempts.
See Also