Package org.elasticsearch.gateway
Class GatewayService
java.lang.Object
org.elasticsearch.common.component.AbstractLifecycleComponent
org.elasticsearch.gateway.GatewayService
- All Implemented Interfaces:
Closeable
,AutoCloseable
,ClusterStateListener
,LifecycleComponent
,org.elasticsearch.core.Releasable
-
Field Summary
Modifier and TypeFieldDescriptionstatic Setting<org.elasticsearch.core.TimeValue>
static ClusterBlock
Fields inherited from class org.elasticsearch.common.component.AbstractLifecycleComponent
lifecycle
-
Constructor Summary
ConstructorDescriptionGatewayService(Settings settings, AllocationService allocationService, ClusterService clusterService, ThreadPool threadPool, TransportNodesListGatewayMetaState listGatewayMetaState, Discovery discovery)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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
-
Field Details
-
EXPECTED_NODES_SETTING
-
EXPECTED_DATA_NODES_SETTING
-
EXPECTED_MASTER_NODES_SETTING
-
RECOVER_AFTER_TIME_SETTING
-
RECOVER_AFTER_NODES_SETTING
-
RECOVER_AFTER_DATA_NODES_SETTING
-
RECOVER_AFTER_MASTER_NODES_SETTING
-
STATE_NOT_RECOVERED_BLOCK
-
-
Constructor Details
-
GatewayService
@Inject public GatewayService(Settings settings, AllocationService allocationService, ClusterService clusterService, ThreadPool threadPool, TransportNodesListGatewayMetaState listGatewayMetaState, Discovery discovery)
-
-
Method Details
-
doStart
protected void doStart()- Specified by:
doStart
in classAbstractLifecycleComponent
-
doStop
protected void doStop()- Specified by:
doStop
in classAbstractLifecycleComponent
-
doClose
protected void doClose()- Specified by:
doClose
in classAbstractLifecycleComponent
-
clusterChanged
Description copied from interface:ClusterStateListener
Called when cluster state changes.- Specified by:
clusterChanged
in interfaceClusterStateListener
-