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

All Known Implementing Classes:
BlobReuseExistingGatewayAllocator, LocalGatewayAllocator, NoneGatewayAllocator

public interface GatewayAllocator

The gateway allocator allows for a pluggable control of the gateway to allocate unassigned shards.


Method Summary
 boolean allocateUnassigned(RoutingAllocation allocation)
           
 void applyFailedShards(FailedRerouteAllocation allocation)
           
 void applyStartedShards(StartedRerouteAllocation allocation)
           
 

Method Detail

applyStartedShards

void applyStartedShards(StartedRerouteAllocation allocation)

applyFailedShards

void applyFailedShards(FailedRerouteAllocation allocation)

allocateUnassigned

boolean allocateUnassigned(RoutingAllocation allocation)


Copyright © 2009-2012. All Rights Reserved.