Class RemotePrimaryShardFound

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

public class RemotePrimaryShardFound extends Object implements 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

    • getPrimaryPath

      public String getPrimaryPath()
    • getPrimaryVersion

      public short getPrimaryVersion()
    • toString

      public String toString()
      Overrides:
      toString in class Object