org.elasticsearch.gateway.none
Class NoneGatewayAllocator

java.lang.Object
  extended by org.elasticsearch.gateway.none.NoneGatewayAllocator
All Implemented Interfaces:
GatewayAllocator

public class NoneGatewayAllocator
extends Object
implements GatewayAllocator


Constructor Summary
NoneGatewayAllocator()
           
 
Method Summary
 boolean allocateUnassigned(RoutingAllocation allocation)
           
 void applyFailedShards(FailedRerouteAllocation allocation)
           
 void applyStartedShards(StartedRerouteAllocation allocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoneGatewayAllocator

public NoneGatewayAllocator()
Method Detail

applyStartedShards

public void applyStartedShards(StartedRerouteAllocation allocation)
Specified by:
applyStartedShards in interface GatewayAllocator

applyFailedShards

public void applyFailedShards(FailedRerouteAllocation allocation)
Specified by:
applyFailedShards in interface GatewayAllocator

allocateUnassigned

public boolean allocateUnassigned(RoutingAllocation allocation)
Specified by:
allocateUnassigned in interface GatewayAllocator


Copyright © 2009-2012. All Rights Reserved.