Uses of Class
org.elasticsearch.cluster.routing.allocation.FailedShard
-
Packages that use FailedShard Package Description org.elasticsearch.cluster.routing.allocation org.elasticsearch.gateway -
-
Uses of FailedShard in org.elasticsearch.cluster.routing.allocation
Method parameters in org.elasticsearch.cluster.routing.allocation with type arguments of type FailedShard Modifier and Type Method Description ClusterStateAllocationService. applyFailedShards(ClusterState clusterState, List<FailedShard> failedShards)ClusterStateAllocationService. applyFailedShards(ClusterState clusterState, List<FailedShard> failedShards, List<StaleShard> staleShards)Applies the failed shards. -
Uses of FailedShard in org.elasticsearch.gateway
Method parameters in org.elasticsearch.gateway with type arguments of type FailedShard Modifier and Type Method Description voidGatewayAllocator. applyFailedShards(RoutingAllocation allocation, List<FailedShard> failedShards)
-