Uses of Class
org.elasticsearch.cluster.routing.allocation.FailedRerouteAllocation

Packages that use FailedRerouteAllocation
org.elasticsearch.cluster.routing.allocation.allocator   
org.elasticsearch.gateway.blobstore   
org.elasticsearch.gateway.local   
org.elasticsearch.gateway.none   
 

Uses of FailedRerouteAllocation in org.elasticsearch.cluster.routing.allocation.allocator
 

Methods in org.elasticsearch.cluster.routing.allocation.allocator with parameters of type FailedRerouteAllocation
 void ShardsAllocator.applyFailedShards(FailedRerouteAllocation allocation)
           
 void ShardsAllocators.applyFailedShards(FailedRerouteAllocation allocation)
           
 void GatewayAllocator.applyFailedShards(FailedRerouteAllocation allocation)
           
 void EvenShardsCountAllocator.applyFailedShards(FailedRerouteAllocation allocation)
           
 

Uses of FailedRerouteAllocation in org.elasticsearch.gateway.blobstore
 

Methods in org.elasticsearch.gateway.blobstore with parameters of type FailedRerouteAllocation
 void BlobReuseExistingGatewayAllocator.applyFailedShards(FailedRerouteAllocation allocation)
           
 

Uses of FailedRerouteAllocation in org.elasticsearch.gateway.local
 

Methods in org.elasticsearch.gateway.local with parameters of type FailedRerouteAllocation
 void LocalGatewayAllocator.applyFailedShards(FailedRerouteAllocation allocation)
           
 

Uses of FailedRerouteAllocation in org.elasticsearch.gateway.none
 

Methods in org.elasticsearch.gateway.none with parameters of type FailedRerouteAllocation
 void NoneGatewayAllocator.applyFailedShards(FailedRerouteAllocation allocation)
           
 



Copyright © 2009-2012. All Rights Reserved.