Class RemoteFindPrimary
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.FindPrimary
org.opendaylight.controller.cluster.datastore.messages.RemoteFindPrimary
- All Implemented Interfaces:
Serializable
A remote message sent to locate the primary shard.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteFindPrimary
(String shardName, boolean waitUntilReady, @NonNull Collection<String> visitedAddresses) -
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.datastore.messages.FindPrimary
getShardName, isWaitUntilReady, toString
-
Constructor Details
-
RemoteFindPrimary
public RemoteFindPrimary(String shardName, boolean waitUntilReady, @NonNull Collection<String> visitedAddresses)
-
-
Method Details
-
getVisitedAddresses
-