java.lang.Object
org.elasticsearch.cluster.routing.allocation.StaleShard

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

    • StaleShard

      public StaleShard(ShardId shardId, String allocationId)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getShardId

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

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