Click or drag to resize
Akka.NETTunningParameters Constructor
TBD

Namespace:  Akka.Cluster.Sharding
Assembly:  Akka.Cluster.Sharding (in Akka.Cluster.Sharding.dll) Version: 1.2.3.42 (1.2.3.42)
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
)

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
ExceptionCondition
ArgumentException This exception is thrown when the specified entityRecoveryStrategy is invalid. Acceptable values include: all | constant
See Also