| 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 |
|---|---|
void |
ClusterCoordinator.disconnectionRequestedByNode(NodeIdentifier nodeId,
DisconnectionCode disconnectionCode,
String explanation)
Notifies the Cluster Coordinator that the node with the given ID has requested to disconnect
from the cluster.
|
Future<Void> |
ClusterCoordinator.requestNodeDisconnect(NodeIdentifier nodeId,
DisconnectionCode disconnectionCode,
String explanation)
Sends a request to the node to disconnect from the cluster.
|
| Modifier and Type | Field and Description |
|---|---|
private DisconnectionCode |
NodeConnectionStatus.disconnectCode |
| Modifier and Type | Method and Description |
|---|---|
DisconnectionCode |
NodeConnectionStatus.getDisconnectCode() |
static DisconnectionCode |
DisconnectionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisconnectionCode[] |
DisconnectionCode.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,
DisconnectionCode disconnectionCode) |
NodeConnectionStatus(NodeIdentifier nodeId,
DisconnectionCode disconnectionCode,
String disconnectionExplanation) |
NodeConnectionStatus(NodeIdentifier nodeId,
NodeConnectionState state,
DisconnectionCode disconnectionCode) |
NodeConnectionStatus(NodeIdentifier nodeId,
NodeConnectionState state,
OffloadCode offloadCode,
DisconnectionCode disconnectCode,
String reason,
Long connectionRequestTime) |
| Modifier and Type | Field and Description |
|---|---|
private DisconnectionCode |
AdaptedNodeConnectionStatus.disconnectCode |
| Modifier and Type | Method and Description |
|---|---|
DisconnectionCode |
AdaptedNodeConnectionStatus.getDisconnectCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptedNodeConnectionStatus.setDisconnectCode(DisconnectionCode disconnectCode) |
Copyright © 2023 Apache NiFi Project. All rights reserved.