Class LocalPrimaryShardFound

java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.LocalPrimaryShardFound

public class LocalPrimaryShardFound extends Object
Local message sent in reply to FindPrimaryShard to indicate the primary shard is local to the caller.
Author:
Thomas Pantelis
  • Constructor Details

    • LocalPrimaryShardFound

      public LocalPrimaryShardFound(@NonNull String primaryPath, @NonNull ReadOnlyDataTree localShardDataTree)
  • Method Details

    • getPrimaryPath

      public @NonNull String getPrimaryPath()
    • getLocalShardDataTree

      public @NonNull ReadOnlyDataTree getLocalShardDataTree()
    • toString

      public String toString()
      Overrides:
      toString in class Object