| 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.requestNodeOffload(NodeIdentifier nodeId,
OffloadCode offloadCode,
String explanation)
Sends a request to the node to be offloaded.
|
| Modifier and Type | Field and Description |
|---|---|
private OffloadCode |
NodeConnectionStatus.offloadCode |
| Modifier and Type | Method and Description |
|---|---|
OffloadCode |
NodeConnectionStatus.getOffloadCode() |
static OffloadCode |
OffloadCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OffloadCode[] |
OffloadCode.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,
OffloadCode offloadCode,
DisconnectionCode disconnectCode,
String reason,
Long connectionRequestTime) |
NodeConnectionStatus(NodeIdentifier nodeId,
NodeConnectionState state,
OffloadCode offloadCode,
String offloadExplanation) |
| Modifier and Type | Field and Description |
|---|---|
private OffloadCode |
AdaptedNodeConnectionStatus.offloadCode |
| Modifier and Type | Method and Description |
|---|---|
OffloadCode |
AdaptedNodeConnectionStatus.getOffloadCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
AdaptedNodeConnectionStatus.setOffloadCode(OffloadCode offloadCode) |
Copyright © 2020 Apache NiFi Project. All rights reserved.