public class GatewayService extends AbstractLifecycleComponent<GatewayService> implements ClusterStateListener
| Modifier and Type | Field and Description |
|---|---|
static TimeValue |
DEFAULT_RECOVER_AFTER_TIME_IF_EXPECTED_NODES_IS_SET |
static ClusterBlock |
STATE_NOT_RECOVERED_BLOCK |
lifecycledeprecationLogger, logger, settings| Constructor and Description |
|---|
GatewayService(Settings settings,
Gateway gateway,
AllocationService allocationService,
ClusterService clusterService,
DiscoveryService discoveryService,
ThreadPool threadPool) |
| Modifier and Type | Method and Description |
|---|---|
void |
clusterChanged(ClusterChangedEvent event)
Called when cluster state changes.
|
protected void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
TimeValue |
recoverAfterTime() |
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stoplogDeprecatedSetting, logRemovedSetting, nodeNamepublic static final ClusterBlock STATE_NOT_RECOVERED_BLOCK
public static final TimeValue DEFAULT_RECOVER_AFTER_TIME_IF_EXPECTED_NODES_IS_SET
@Inject public GatewayService(Settings settings, Gateway gateway, AllocationService allocationService, ClusterService clusterService, DiscoveryService discoveryService, ThreadPool threadPool)
protected void doStart()
doStart in class AbstractLifecycleComponent<GatewayService>protected void doStop()
doStop in class AbstractLifecycleComponent<GatewayService>protected void doClose()
doClose in class AbstractLifecycleComponent<GatewayService>public void clusterChanged(ClusterChangedEvent event)
ClusterStateListenerclusterChanged in interface ClusterStateListenerpublic TimeValue recoverAfterTime()
Copyright © 2009–2016. All rights reserved.