Uses of Interface
org.elasticsearch.cluster.routing.allocation.allocator.GatewayAllocator

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

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

Method parameters in org.elasticsearch.cluster.routing.allocation.allocator with type arguments of type GatewayAllocator
 void ShardsAllocatorModule.setGatewayAllocator(Class<? extends GatewayAllocator> gatewayAllocator)
           
 

Constructors in org.elasticsearch.cluster.routing.allocation.allocator with parameters of type GatewayAllocator
ShardsAllocators(Settings settings, GatewayAllocator gatewayAllocator, ShardsAllocator allocator)
           
 

Uses of GatewayAllocator in org.elasticsearch.gateway.blobstore
 

Classes in org.elasticsearch.gateway.blobstore that implement GatewayAllocator
 class BlobReuseExistingGatewayAllocator
           
 

Uses of GatewayAllocator in org.elasticsearch.gateway.local
 

Classes in org.elasticsearch.gateway.local that implement GatewayAllocator
 class LocalGatewayAllocator
           
 

Uses of GatewayAllocator in org.elasticsearch.gateway.none
 

Classes in org.elasticsearch.gateway.none that implement GatewayAllocator
 class NoneGatewayAllocator
           
 



Copyright © 2009-2012. All Rights Reserved.