Cache MapJoiner
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / jmx / mbeans / DatastoreConfigurationMXBean.java
index 981be366d09cb15ca18840021a4a9d8d2948b028..e5b1db98ec12c06817dd04b9cf3828788d036a70 100644 (file)
@@ -44,6 +44,8 @@ public interface DatastoreConfigurationMXBean {
 
     long getTransactionCreationInitialRateLimit();
 
+    boolean getTransactionContextDebugEnabled();
+
     int getMaxShardDataChangeExecutorPoolSize();
 
     int getMaxShardDataChangeExecutorQueueSize();
@@ -51,4 +53,6 @@ public interface DatastoreConfigurationMXBean {
     int getMaxShardDataChangeListenerQueueSize();
 
     int getMaxShardDataStoreExecutorQueueSize();
+
+    int getShardSnapshotChunkSize();
 }