BUG 2185: Expand the scope of sync status to cover a slow follower
[controller.git] / opendaylight / md-sal / sal-distributed-datastore / src / main / java / org / opendaylight / controller / cluster / datastore / jmx / mbeans / shardmanager / ShardManagerInfoMBean.java
index da0331eb77cfd6383bf6b602933de1dc97d8da18..92a43d28f0d3e807e544822a3ec96d2e3762e8c7 100644 (file)
@@ -23,6 +23,13 @@ public interface ShardManagerInfoMBean {
      */
     boolean getSyncStatus();
 
+    /**
+     * Get the name of of the current member
+     *
+     * @return
+     */
+    String getMemberName();
+
     /**
      * Switch the Raft Behavior of all the local shards to the newBehavior
      *