Class RemoteFindPrimary
java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.FindPrimary
org.opendaylight.controller.cluster.datastore.messages.RemoteFindPrimary
- All Implemented Interfaces:
Serializable
@Deprecated(since="12.0.0",
forRemoval=true)
public final class RemoteFindPrimary
extends FindPrimary
Deprecated, for removal: This API element is subject to removal in a future version.
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) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.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) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getVisitedAddresses
Deprecated, for removal: This API element is subject to removal in a future version.
-