Bug 7449: Add maximum-message-slice-size config param
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / jmx / mbeans / DatastoreConfigurationMXBean.java
index 981be366d09cb15ca18840021a4a9d8d2948b028..3abdafd983bfa05b0929f5c11bb6ac9d44eb82e5 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 getMaximumMessageSliceSize();
 }