Interface DatastoreConfigurationMXBean


  • @MXBean
    public interface DatastoreConfigurationMXBean
    MXBean interface for data store configuration.
    Author:
    Thomas Pantelis
    • 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()