Class StaleShard


  • public class StaleShard
    extends Object
    A class that represents a stale shard copy.
    • Constructor Detail

      • StaleShard

        public StaleShard​(ShardId shardId,
                          String allocationId)
    • Method Detail

      • getShardId

        public ShardId getShardId()
        The shard id of the stale shard.
      • getAllocationId

        public String getAllocationId()
        The allocation id of the stale shard.