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

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

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

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

Uses of StartedRerouteAllocation in org.elasticsearch.gateway.blobstore
 

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

Uses of StartedRerouteAllocation in org.elasticsearch.gateway.local
 

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

Uses of StartedRerouteAllocation in org.elasticsearch.gateway.none
 

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



Copyright © 2009-2012. All Rights Reserved.