Uses of Class
org.elasticsearch.cluster.routing.allocation.StaleShard
-
Packages that use StaleShard Package Description org.elasticsearch.cluster.routing.allocation -
-
Uses of StaleShard in org.elasticsearch.cluster.routing.allocation
Method parameters in org.elasticsearch.cluster.routing.allocation with type arguments of type StaleShard Modifier and Type Method Description static ClusterStateIndexMetaDataUpdater. removeStaleIdsWithoutRoutings(ClusterState clusterState, List<StaleShard> staleShards, org.apache.logging.log4j.Logger logger)Removes allocation ids from the in-sync set for shard copies for which there is no routing entries in the routing table.
-