Class 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:
    Serialized Form
    • Constructor Detail

      • RemotePrimaryShardFound

        public RemotePrimaryShardFound​(String primaryPath,
                                       short primaryVersion)
    • Method Detail

      • getPrimaryPath

        public String getPrimaryPath()
      • getPrimaryVersion

        public short getPrimaryVersion()