Package | Description |
---|---|
org.apache.nifi.cluster.manager | |
org.apache.nifi.cluster.manager.impl | |
org.apache.nifi.cluster.node |
Modifier and Type | Method and Description |
---|---|
Map<NodeResponse,Node.Status> |
HttpResponseMapper.map(URI requestURI,
Set<NodeResponse> nodeResponses)
Maps a HTTP response to a node response and the corresponding node status.
|
Modifier and Type | Method and Description |
---|---|
Set<NodeIdentifier> |
ClusterManager.getNodeIds(Node.Status... statuses) |
Set<Node> |
ClusterManager.getNodes(Node.Status... statuses) |
Modifier and Type | Method and Description |
---|---|
Map<NodeResponse,Node.Status> |
HttpResponseMapperImpl.map(URI requestURI,
Set<NodeResponse> nodeResponses) |
Modifier and Type | Method and Description |
---|---|
Set<NodeIdentifier> |
WebClusterManager.getNodeIds(Node.Status... statuses) |
Set<Node> |
WebClusterManager.getNodes(Node.Status... statuses) |
private Set<Node> |
WebClusterManager.getRawNodes(Node.Status... statuses) |
Modifier and Type | Field and Description |
---|---|
private Node.Status |
Node.status
the node statue
|
Modifier and Type | Method and Description |
---|---|
Node.Status |
Node.getStatus() |
static Node.Status |
Node.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.Status[] |
Node.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.setStatus(Node.Status status) |
Constructor and Description |
---|
Node(NodeIdentifier id,
Node.Status status) |
Copyright © 2015 Apache NiFi Project. All rights reserved.