| TunningParameters Constructor |
TBD
Namespace:
Akka.Cluster.Sharding
Assembly:
Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public TunningParameters(
TimeSpan coordinatorFailureBackoff,
TimeSpan retryInterval,
int bufferSize,
TimeSpan handOffTimeout,
TimeSpan shardStartTimeout,
TimeSpan shardFailureBackoff,
TimeSpan entityRestartBackoff,
TimeSpan rebalanceInterval,
int snapshotAfter,
int leastShardAllocationRebalanceThreshold,
int leastShardAllocationMaxSimultaneousRebalance,
string entityRecoveryStrategy,
TimeSpan entityRecoveryConstantRateStrategyFrequency,
int entityRecoveryConstantRateStrategyNumberOfEntities
)
new :
coordinatorFailureBackoff : TimeSpan *
retryInterval : TimeSpan *
bufferSize : int *
handOffTimeout : TimeSpan *
shardStartTimeout : TimeSpan *
shardFailureBackoff : TimeSpan *
entityRestartBackoff : TimeSpan *
rebalanceInterval : TimeSpan *
snapshotAfter : int *
leastShardAllocationRebalanceThreshold : int *
leastShardAllocationMaxSimultaneousRebalance : int *
entityRecoveryStrategy : string *
entityRecoveryConstantRateStrategyFrequency : TimeSpan *
entityRecoveryConstantRateStrategyNumberOfEntities : int -> TunningParameters
Parameters
- coordinatorFailureBackoff
- Type: SystemTimeSpan
TBD - retryInterval
- Type: SystemTimeSpan
TBD - bufferSize
- Type: SystemInt32
TBD - handOffTimeout
- Type: SystemTimeSpan
TBD - shardStartTimeout
- Type: SystemTimeSpan
TBD - shardFailureBackoff
- Type: SystemTimeSpan
TBD - entityRestartBackoff
- Type: SystemTimeSpan
TBD - rebalanceInterval
- Type: SystemTimeSpan
TBD - snapshotAfter
- Type: SystemInt32
TBD - leastShardAllocationRebalanceThreshold
- Type: SystemInt32
TBD - leastShardAllocationMaxSimultaneousRebalance
- Type: SystemInt32
TBD - entityRecoveryStrategy
- Type: SystemString
TBD - entityRecoveryConstantRateStrategyFrequency
- Type: SystemTimeSpan
TBD - entityRecoveryConstantRateStrategyNumberOfEntities
- Type: SystemInt32
TBD
Exceptions Exception | Condition |
---|
ArgumentException |
This exception is thrown when the specified entityRecoveryStrategy is invalid.
Acceptable values include: all | constant
|
See Also