Interface DatastoreConfigurationMXBean
-
@MXBean public interface DatastoreConfigurationMXBean
MXBean interface for data store configuration.- Author:
- Thomas Pantelis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaximumMessageSliceSize()longgetOperationTimeoutInSeconds()longgetShardCommitQueueExpiryTimeoutInSeconds()longgetShardElectionTimeoutFactor()longgetShardHeartbeatIntervalInMillis()longgetShardInitializationTimeoutInSeconds()longgetShardIsolatedLeaderCheckIntervalInMillis()intgetShardJournalRecoveryLogBatchSize()longgetShardLeaderElectionTimeoutInSeconds()longgetShardSnapshotBatchCount()intgetShardSnapshotDataThreshold()intgetShardSnapshotDataThresholdPercentage()intgetShardTransactionCommitQueueCapacity()longgetShardTransactionCommitTimeoutInSeconds()longgetShardTransactionIdleTimeoutInSeconds()booleangetTransactionContextDebugEnabled()longgetTransactionCreationInitialRateLimit()booleanisPersistent()
-
-
-
Method Detail
-
getShardTransactionIdleTimeoutInSeconds
long getShardTransactionIdleTimeoutInSeconds()
-
getOperationTimeoutInSeconds
long getOperationTimeoutInSeconds()
-
getShardHeartbeatIntervalInMillis
long getShardHeartbeatIntervalInMillis()
-
getShardJournalRecoveryLogBatchSize
int getShardJournalRecoveryLogBatchSize()
-
getShardIsolatedLeaderCheckIntervalInMillis
long getShardIsolatedLeaderCheckIntervalInMillis()
-
getShardElectionTimeoutFactor
long getShardElectionTimeoutFactor()
-
getShardSnapshotDataThresholdPercentage
int getShardSnapshotDataThresholdPercentage()
-
getShardSnapshotDataThreshold
int getShardSnapshotDataThreshold()
-
getShardSnapshotBatchCount
long getShardSnapshotBatchCount()
-
getShardTransactionCommitTimeoutInSeconds
long getShardTransactionCommitTimeoutInSeconds()
-
getShardTransactionCommitQueueCapacity
int getShardTransactionCommitQueueCapacity()
-
getShardCommitQueueExpiryTimeoutInSeconds
long getShardCommitQueueExpiryTimeoutInSeconds()
-
getShardInitializationTimeoutInSeconds
long getShardInitializationTimeoutInSeconds()
-
getShardLeaderElectionTimeoutInSeconds
long getShardLeaderElectionTimeoutInSeconds()
-
isPersistent
boolean isPersistent()
-
getTransactionCreationInitialRateLimit
long getTransactionCreationInitialRateLimit()
-
getTransactionContextDebugEnabled
boolean getTransactionContextDebugEnabled()
-
getMaximumMessageSliceSize
int getMaximumMessageSliceSize()
-
-