| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
ClusterCoordinator.getConnectionStatus(NodeIdentifier nodeId)
Returns the current status of the node with the given identifier
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeConnectionStatus> |
ClusterCoordinator.getConnectionStatuses()
Returns a List of the NodeConnectionStatus for each node in the cluster
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClusterCoordinator.resetNodeStatus(NodeConnectionStatus connectionStatus,
long qualifyingUpdateId)
Resets the status of the node to be in accordance with the given NodeConnectionStatus if and only if the
currently held status for this node has an Update ID equal to the given
qualifyingUpdateId |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterCoordinator.resetNodeStatuses(Map<NodeIdentifier,NodeConnectionStatus> statusMap)
Clears the current state of all nodes and replaces them with the values provided in the given map
|
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
NodeHeartbeat.getConnectionStatus() |
| Constructor and Description |
|---|
NodeConnectionStatus(NodeConnectionStatus status) |
| Modifier and Type | Field and Description |
|---|---|
private NodeConnectionStatus |
Heartbeat.connectionStatus |
| Modifier and Type | Field and Description |
|---|---|
private List<NodeConnectionStatus> |
HeartbeatPayload.clusterStatus |
private List<NodeConnectionStatus> |
ConnectionResponse.nodeStatuses |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
Heartbeat.getConnectionStatus() |
NodeConnectionStatus |
ClusterCoordinationProtocolSender.requestNodeConnectionStatus(String hostname,
int port)
Sends a request to the given hostname and port to request its connection status
|
| Modifier and Type | Method and Description |
|---|---|
List<NodeConnectionStatus> |
HeartbeatPayload.getClusterStatus() |
List<NodeConnectionStatus> |
ConnectionResponse.getNodeConnectionStatuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
HeartbeatPayload.setClusterStatus(List<NodeConnectionStatus> clusterStatus) |
| Constructor and Description |
|---|
Heartbeat(NodeIdentifier nodeIdentifier,
NodeConnectionStatus connectionStatus,
byte[] payload) |
| Constructor and Description |
|---|
ConnectionResponse(NodeIdentifier nodeIdentifier,
DataFlow dataFlow,
String instanceId,
List<NodeConnectionStatus> nodeStatuses,
List<ComponentRevision> componentRevisions) |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
StandardClusterCoordinationProtocolSender.requestNodeConnectionStatus(String hostname,
int port) |
NodeConnectionStatus |
ClusterCoordinationProtocolSenderListener.requestNodeConnectionStatus(String hostname,
int port) |
| Modifier and Type | Field and Description |
|---|---|
private NodeConnectionStatus |
AdaptedHeartbeat.connectionStatus |
| Modifier and Type | Field and Description |
|---|---|
private List<NodeConnectionStatus> |
AdaptedConnectionResponse.nodeStatuses |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
AdaptedHeartbeat.getConnectionStatus() |
NodeConnectionStatus |
NodeConnectionStatusAdapter.unmarshal(AdaptedNodeConnectionStatus adapted) |
| Modifier and Type | Method and Description |
|---|---|
List<NodeConnectionStatus> |
AdaptedConnectionResponse.getNodeConnectionStatuses() |
| Modifier and Type | Method and Description |
|---|---|
AdaptedNodeConnectionStatus |
NodeConnectionStatusAdapter.marshal(NodeConnectionStatus toAdapt) |
void |
AdaptedHeartbeat.setConnectionStatus(NodeConnectionStatus connectionStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptedConnectionResponse.setNodeConnectionStatuses(List<NodeConnectionStatus> connectionStatuses) |
| Modifier and Type | Field and Description |
|---|---|
private NodeConnectionStatus |
NodeStatusChangeMessage.connectionStatus |
private NodeConnectionStatus |
NodeConnectionStatusResponseMessage.nodeConnectionStatus |
| Modifier and Type | Field and Description |
|---|---|
private List<NodeConnectionStatus> |
ReconnectionRequestMessage.nodeStatuses |
private List<NodeConnectionStatus> |
HeartbeatResponseMessage.updatedNodeStatuses |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
NodeStatusChangeMessage.getNodeConnectionStatus() |
NodeConnectionStatus |
NodeConnectionStatusResponseMessage.getNodeConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<NodeConnectionStatus> |
ReconnectionRequestMessage.getNodeConnectionStatuses() |
List<NodeConnectionStatus> |
HeartbeatResponseMessage.getUpdatedNodeStatuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStatusChangeMessage.setNodeConnectionStatus(NodeConnectionStatus status) |
void |
NodeConnectionStatusResponseMessage.setNodeConnectionStatus(NodeConnectionStatus connectionStatus) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconnectionRequestMessage.setNodeConnectionStatuses(List<NodeConnectionStatus> statuses) |
void |
HeartbeatResponseMessage.setUpdatedNodeStatuses(List<NodeConnectionStatus> nodeStatuses) |
Copyright © 2016 Apache NiFi Project. All rights reserved.