| Package | Description |
|---|---|
| org.apache.nifi.cluster.coordination | |
| org.apache.nifi.cluster.coordination.node | |
| org.apache.nifi.cluster.protocol.jaxb.message |
| Modifier and Type | Method and Description |
|---|---|
Map<NodeConnectionState,List<NodeIdentifier>> |
ClusterCoordinator.getConnectionStates()
Returns a Map of NodeConnectionStates to all Node Identifiers that have that state.
|
| Modifier and Type | Method and Description |
|---|---|
Set<NodeIdentifier> |
ClusterCoordinator.getNodeIdentifiers(NodeConnectionState... states)
Returns the identifiers of all nodes that have the given connection state
|
void |
ClusterTopologyEventListener.onNodeStateChange(NodeIdentifier nodeId,
NodeConnectionState newState) |
| Modifier and Type | Field and Description |
|---|---|
private NodeConnectionState |
NodeConnectionStatus.state |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionState |
NodeConnectionStatus.getState() |
static NodeConnectionState |
NodeConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeConnectionState[] |
NodeConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
NodeConnectionStatus(long updateId,
NodeIdentifier nodeId,
NodeConnectionState state,
OffloadCode offloadCode,
DisconnectionCode disconnectCode,
String reason,
Long connectionRequestTime) |
NodeConnectionStatus(NodeIdentifier nodeId,
NodeConnectionState state) |
NodeConnectionStatus(NodeIdentifier nodeId,
NodeConnectionState state,
DisconnectionCode disconnectionCode) |
NodeConnectionStatus(NodeIdentifier nodeId,
NodeConnectionState state,
OffloadCode offloadCode,
DisconnectionCode disconnectCode,
String reason,
Long connectionRequestTime) |
NodeConnectionStatus(NodeIdentifier nodeId,
NodeConnectionState state,
OffloadCode offloadCode,
String offloadExplanation) |
| Modifier and Type | Field and Description |
|---|---|
private NodeConnectionState |
AdaptedNodeConnectionStatus.state |
| Modifier and Type | Method and Description |
|---|---|
NodeConnectionState |
AdaptedNodeConnectionStatus.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptedNodeConnectionStatus.setState(NodeConnectionState state) |
Copyright © 2020 Apache NiFi Project. All rights reserved.