| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.dto.status | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Collection<NodeDTO> |
ClusterDTO.nodes |
| Modifier and Type | Method and Description |
|---|---|
Collection<NodeDTO> |
ClusterDTO.getNodes() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterDTO.setNodes(Collection<NodeDTO> nodes) |
| Modifier and Type | Field and Description |
|---|---|
private NodeDTO |
NodePortStatusDTO.node |
private NodeDTO |
NodeStatusDTO.node |
| Modifier and Type | Method and Description |
|---|---|
NodeDTO |
NodePortStatusDTO.getNode() |
NodeDTO |
NodeStatusDTO.getNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodePortStatusDTO.setNode(NodeDTO node) |
void |
NodeStatusDTO.setNode(NodeDTO node) |
| Modifier and Type | Field and Description |
|---|---|
private NodeDTO |
NodeEntity.node |
| Modifier and Type | Method and Description |
|---|---|
NodeDTO |
NodeEntity.getNode()
The NodeDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeEntity.setNode(NodeDTO node) |
Copyright © 2023 Apache NiFi Project. All rights reserved.