| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.status | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Collection<NodeStatusDTO> |
ClusterStatusDTO.nodeStatus |
| Modifier and Type | Method and Description |
|---|---|
Collection<NodeStatusDTO> |
ClusterStatusDTO.getNodeStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStatusDTO.setNodeStatus(Collection<NodeStatusDTO> nodeStatus) |
| Modifier and Type | Field and Description |
|---|---|
private NodeStatusDTO |
NodeStatusEntity.nodeStatus |
| Modifier and Type | Method and Description |
|---|---|
NodeStatusDTO |
NodeStatusEntity.getNodeStatus()
The NodeStatusDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeStatusEntity.setNodeStatus(NodeStatusDTO nodeStatus) |
Copyright © 2023 Apache NiFi Project. All rights reserved.