Cache MapJoiner
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / jmx / mbeans / DatastoreConfigurationMXBean.java
index 6b81792a57ca86de622df194c6c090bdd98f189b..e5b1db98ec12c06817dd04b9cf3828788d036a70 100644 (file)
@@ -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();
 }