FixedReconnectionPolicy Constructor |
Creates a new instance of a reconnection policy for which is possible to specify custom reconnection delays for each attempt.
The last delay provided will be used for the rest of the attempts.
Namespace: CassandraAssembly: Cassandra (in Cassandra.dll) Version: 3.0.9 (git 5ca22bb)
Syntax public FixedReconnectionPolicy(
params long[] delays
)
Parameters
- delays
- Type: SystemInt64
See Also