Class 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 Detail

      • LocalPrimaryShardFound

        public LocalPrimaryShardFound​(@NonNull String primaryPath,
                                      @NonNull org.opendaylight.yangtools.yang.data.api.schema.tree.ReadOnlyDataTree localShardDataTree)
    • Method Detail

      • getPrimaryPath

        public @NonNull String getPrimaryPath()
      • getLocalShardDataTree

        public @NonNull org.opendaylight.yangtools.yang.data.api.schema.tree.ReadOnlyDataTree getLocalShardDataTree()