java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.FindPrimary
org.opendaylight.controller.cluster.datastore.messages.RemoteFindPrimary
All Implemented Interfaces:
Serializable

public class RemoteFindPrimary extends FindPrimary
A remote message sent to locate the primary shard.
Author:
Thomas Pantelis
See Also:
  • Constructor Details

    • RemoteFindPrimary

      public RemoteFindPrimary(String shardName, boolean waitUntilReady, @NonNull Collection<String> visitedAddresses)
  • Method Details

    • getVisitedAddresses

      public @NonNull Set<String> getVisitedAddresses()