org.elasticsearch.gateway.local
Class LocalGateway

java.lang.Object
  extended by org.elasticsearch.common.component.AbstractComponent
      extended by org.elasticsearch.common.component.AbstractLifecycleComponent<Gateway>
          extended by org.elasticsearch.gateway.local.LocalGateway
All Implemented Interfaces:
ClusterStateListener, CloseableComponent, LifecycleComponent<Gateway>, Gateway

public class LocalGateway
extends AbstractLifecycleComponent<Gateway>
implements Gateway, ClusterStateListener


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.elasticsearch.gateway.Gateway
Gateway.GatewayStateRecoveredListener
 
Field Summary
 
Fields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
lifecycle
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
LocalGateway(Settings settings, ClusterService clusterService, NodeEnvironment nodeEnv, LocalGatewayShardsState shardsState, LocalGatewayMetaState metaState, TransportNodesListGatewayMetaState listGatewayMetaState)
           
 
Method Summary
 void clusterChanged(ClusterChangedEvent event)
          Called when cluster state changes.
protected  void doClose()
           
protected  void doStart()
           
protected  void doStop()
           
 void performStateRecovery(Gateway.GatewayStateRecoveredListener listener)
           
 void reset()
           
 Class<? extends Module> suggestIndexGateway()
           
 String type()
           
 
Methods inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from class org.elasticsearch.common.component.AbstractComponent
nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.elasticsearch.common.component.LifecycleComponent
addLifecycleListener, lifecycleState, removeLifecycleListener, start, stop
 
Methods inherited from interface org.elasticsearch.common.component.CloseableComponent
close
 

Constructor Detail

LocalGateway

@Inject
public LocalGateway(Settings settings,
                           ClusterService clusterService,
                           NodeEnvironment nodeEnv,
                           LocalGatewayShardsState shardsState,
                           LocalGatewayMetaState metaState,
                           TransportNodesListGatewayMetaState listGatewayMetaState)
Method Detail

type

public String type()
Specified by:
type in interface Gateway

doStart

protected void doStart()
                throws ElasticSearchException
Specified by:
doStart in class AbstractLifecycleComponent<Gateway>
Throws:
ElasticSearchException

doStop

protected void doStop()
               throws ElasticSearchException
Specified by:
doStop in class AbstractLifecycleComponent<Gateway>
Throws:
ElasticSearchException

doClose

protected void doClose()
                throws ElasticSearchException
Specified by:
doClose in class AbstractLifecycleComponent<Gateway>
Throws:
ElasticSearchException

performStateRecovery

public void performStateRecovery(Gateway.GatewayStateRecoveredListener listener)
                          throws GatewayException
Specified by:
performStateRecovery in interface Gateway
Throws:
GatewayException

suggestIndexGateway

public Class<? extends Module> suggestIndexGateway()
Specified by:
suggestIndexGateway in interface Gateway

reset

public void reset()
           throws Exception
Specified by:
reset in interface Gateway
Throws:
Exception

clusterChanged

public void clusterChanged(ClusterChangedEvent event)
Description copied from interface: ClusterStateListener
Called when cluster state changes.

Specified by:
clusterChanged in interface ClusterStateListener


Copyright © 2009-2012. All Rights Reserved.