Fix checkstyle reported by odlparent-3.0.0
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / jmx / mbeans / DatastoreConfigurationMXBean.java
index 6b81792a57ca86de622df194c6c090bdd98f189b..3abdafd983bfa05b0929f5c11bb6ac9d44eb82e5 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 getMaximumMessageSliceSize();
 }