Merge "fixed restconf notification subscription parsing."
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / jmx / mbeans / shard / ShardStatsMXBean.java
index 8174727788b46168c7202cb28837c320fd9978e5..0281cdd8cec7c70b0c9343fa8509e1a31481c307 100644 (file)
@@ -52,5 +52,7 @@ public interface ShardStatsMXBean {
 
    void resetTransactionCounters();
 
 
    void resetTransactionCounters();
 
-   long getDataSize();
+   long getInMemoryJournalDataSize();
+
+   boolean getFollowerInitialSyncStatus();
 }
 }