X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fdatastore%2Fjmx%2Fmbeans%2FDatastoreConfigurationMXBean.java;h=e5b1db98ec12c06817dd04b9cf3828788d036a70;hp=6b81792a57ca86de622df194c6c090bdd98f189b;hb=a3cecfd01d0ef8922530924e3ee9684eb03ee5d6;hpb=64db87e8fb5de25e68ba824ec2eaa17e3f217c96 diff --git a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/jmx/mbeans/DatastoreConfigurationMXBean.java b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/jmx/mbeans/DatastoreConfigurationMXBean.java index 6b81792a57..e5b1db98ec 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/jmx/mbeans/DatastoreConfigurationMXBean.java +++ b/opendaylight/md-sal/sal-distributed-datastore/src/main/java/org/opendaylight/controller/cluster/datastore/jmx/mbeans/DatastoreConfigurationMXBean.java @@ -34,6 +34,8 @@ public interface DatastoreConfigurationMXBean { int getShardTransactionCommitQueueCapacity(); + long getShardCommitQueueExpiryTimeoutInSeconds(); + long getShardInitializationTimeoutInSeconds(); long getShardLeaderElectionTimeoutInSeconds(); @@ -42,6 +44,8 @@ public interface DatastoreConfigurationMXBean { long getTransactionCreationInitialRateLimit(); + boolean getTransactionContextDebugEnabled(); + int getMaxShardDataChangeExecutorPoolSize(); int getMaxShardDataChangeExecutorQueueSize(); @@ -49,4 +53,6 @@ public interface DatastoreConfigurationMXBean { int getMaxShardDataChangeListenerQueueSize(); int getMaxShardDataStoreExecutorQueueSize(); + + int getShardSnapshotChunkSize(); }