Class RemotePrimaryShardFound

java.lang.Object
org.opendaylight.controller.cluster.datastore.messages.RemotePrimaryShardFound
All Implemented Interfaces:
Serializable, PrimaryShardFound

public final class RemotePrimaryShardFound extends Object implements PrimaryShardFound, Serializable
Local or remote message sent in reply to FindPrimaryShard to indicate the primary shard is remote to the caller.
See Also:
  • Constructor Details

    • RemotePrimaryShardFound

      public RemotePrimaryShardFound(String primaryPath, short primaryVersion)
  • Method Details