public interface DatastoreConfigurationMXBean
Modifier and Type | Method and Description |
---|---|
int |
getMaximumMessageSliceSize() |
int |
getMaxShardDataChangeExecutorPoolSize() |
int |
getMaxShardDataChangeExecutorQueueSize() |
int |
getMaxShardDataChangeListenerQueueSize() |
int |
getMaxShardDataStoreExecutorQueueSize() |
long |
getOperationTimeoutInSeconds() |
long |
getShardCommitQueueExpiryTimeoutInSeconds() |
long |
getShardElectionTimeoutFactor() |
long |
getShardHeartbeatIntervalInMillis() |
long |
getShardInitializationTimeoutInSeconds() |
long |
getShardIsolatedLeaderCheckIntervalInMillis() |
int |
getShardJournalRecoveryLogBatchSize() |
long |
getShardLeaderElectionTimeoutInSeconds() |
long |
getShardSnapshotBatchCount() |
int |
getShardSnapshotDataThresholdPercentage() |
int |
getShardTransactionCommitQueueCapacity() |
long |
getShardTransactionCommitTimeoutInSeconds() |
long |
getShardTransactionIdleTimeoutInSeconds() |
boolean |
getTransactionContextDebugEnabled() |
long |
getTransactionCreationInitialRateLimit() |
boolean |
isPersistent() |
long getShardTransactionIdleTimeoutInSeconds()
long getOperationTimeoutInSeconds()
long getShardHeartbeatIntervalInMillis()
int getShardJournalRecoveryLogBatchSize()
long getShardIsolatedLeaderCheckIntervalInMillis()
long getShardElectionTimeoutFactor()
int getShardSnapshotDataThresholdPercentage()
long getShardSnapshotBatchCount()
long getShardTransactionCommitTimeoutInSeconds()
int getShardTransactionCommitQueueCapacity()
long getShardCommitQueueExpiryTimeoutInSeconds()
long getShardInitializationTimeoutInSeconds()
long getShardLeaderElectionTimeoutInSeconds()
boolean isPersistent()
long getTransactionCreationInitialRateLimit()
boolean getTransactionContextDebugEnabled()
int getMaxShardDataChangeExecutorPoolSize()
int getMaxShardDataChangeExecutorQueueSize()
int getMaxShardDataChangeListenerQueueSize()
int getMaxShardDataStoreExecutorQueueSize()
int getMaximumMessageSliceSize()
Copyright © 2019 OpenDaylight. All rights reserved.