Interface DatastoreConfigurationMXBean

  • All Known Implementing Classes:
    DatastoreConfigurationMXBeanImpl

    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()
      • 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()
      • getMaxShardDataChangeExecutorPoolSize

        int getMaxShardDataChangeExecutorPoolSize()
      • getMaxShardDataChangeExecutorQueueSize

        int getMaxShardDataChangeExecutorQueueSize()
      • getMaxShardDataChangeListenerQueueSize

        int getMaxShardDataChangeListenerQueueSize()
      • getMaxShardDataStoreExecutorQueueSize

        int getMaxShardDataStoreExecutorQueueSize()
      • getMaximumMessageSliceSize

        int getMaximumMessageSliceSize()