| 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 |
|---|---|
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,
Set<String> roles) |
| Modifier and Type | Field and Description |
|---|---|
private NodeConnectionStatus |
Heartbeat.connectionStatus |
| Modifier and Type | Field and Description |
|---|---|
private List<NodeConnectionStatus> |
ConnectionResponse.nodeStatuses |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
Heartbeat.getConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<NodeConnectionStatus> |
ConnectionResponse.getNodeConnectionStatuses() |
| Constructor and Description |
|---|
Heartbeat(NodeIdentifier nodeIdentifier,
Set<String> roles,
NodeConnectionStatus connectionStatus,
byte[] payload) |
| Constructor and Description |
|---|
ConnectionResponse(NodeIdentifier nodeIdentifier,
DataFlow dataFlow,
String instanceId,
List<NodeConnectionStatus> nodeStatuses,
List<ComponentRevision> componentRevisions) |
| 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 |
| Modifier and Type | Field and Description |
|---|---|
private List<NodeConnectionStatus> |
ReconnectionRequestMessage.nodeStatuses |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionStatus |
NodeStatusChangeMessage.getNodeConnectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
List<NodeConnectionStatus> |
ReconnectionRequestMessage.getNodeConnectionStatuses() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStatusChangeMessage.setNodeConnectionStatus(NodeConnectionStatus status) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReconnectionRequestMessage.setNodeConnectionStatuses(List<NodeConnectionStatus> statuses) |
Copyright © 2016 Apache NiFi Project. All rights reserved.