public class NodeConnectionsService extends AbstractLifecycleComponent<NodeConnectionsService>
NodesFaultDetection. Master fault detection
is done by MasterFaultDetection.| Modifier and Type | Field and Description |
|---|---|
static Setting<TimeValue> |
CLUSTER_NODE_RECONNECT_INTERVAL_SETTING |
lifecycledeprecationLogger, logger, settings| Constructor and Description |
|---|
NodeConnectionsService(Settings settings,
ThreadPool threadPool,
TransportService transportService) |
| Modifier and Type | Method and Description |
|---|---|
void |
connectToAddedNodes(ClusterChangedEvent event) |
void |
disconnectFromRemovedNodes(ClusterChangedEvent event) |
protected void |
doClose() |
protected void |
doStart() |
protected void |
doStop() |
addLifecycleListener, close, lifecycleState, removeLifecycleListener, start, stoplogDeprecatedSetting, logRemovedSetting, nodeName@Inject public NodeConnectionsService(Settings settings, ThreadPool threadPool, TransportService transportService)
public void connectToAddedNodes(ClusterChangedEvent event)
public void disconnectFromRemovedNodes(ClusterChangedEvent event)
protected void doStart()
doStart in class AbstractLifecycleComponent<NodeConnectionsService>protected void doStop()
doStop in class AbstractLifecycleComponent<NodeConnectionsService>protected void doClose()
doClose in class AbstractLifecycleComponent<NodeConnectionsService>