org.elasticsearch.gateway
Class GatewayService

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

public class GatewayService
extends AbstractLifecycleComponent<GatewayService>
implements ClusterStateListener


Field Summary
static ClusterBlock STATE_NOT_RECOVERED_BLOCK
           
 
Fields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
lifecycle
 
Fields inherited from class org.elasticsearch.common.component.AbstractComponent
componentSettings, logger, settings
 
Constructor Summary
GatewayService(Settings settings, Gateway gateway, AllocationService allocationService, ClusterService clusterService, DiscoveryService discoveryService, ThreadPool threadPool)
           
 
Method Summary
 void clusterChanged(ClusterChangedEvent event)
          Called when cluster state changes.
protected  void doClose()
           
protected  void doStart()
           
protected  void doStop()
           
 
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
 

Field Detail

STATE_NOT_RECOVERED_BLOCK

public static final ClusterBlock STATE_NOT_RECOVERED_BLOCK
Constructor Detail

GatewayService

@Inject
public GatewayService(Settings settings,
                             Gateway gateway,
                             AllocationService allocationService,
                             ClusterService clusterService,
                             DiscoveryService discoveryService,
                             ThreadPool threadPool)
Method Detail

doStart

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

doStop

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

doClose

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

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.