Class StaleShard
- java.lang.Object
-
- org.elasticsearch.cluster.routing.allocation.StaleShard
-
public class StaleShard extends Object
A class that represents a stale shard copy.
-
-
Constructor Summary
Constructors Constructor Description StaleShard(ShardId shardId, String allocationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllocationId()The allocation id of the stale shard.ShardIdgetShardId()The shard id of the stale shard.StringtoString()
-