| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.status | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Collection<PortStatusSnapshotEntity> |
ProcessGroupStatusSnapshotDTO.inputPortStatusSnapshots |
private Collection<PortStatusSnapshotEntity> |
ProcessGroupStatusSnapshotDTO.outputPortStatusSnapshots |
| Modifier and Type | Method and Description |
|---|---|
Collection<PortStatusSnapshotEntity> |
ProcessGroupStatusSnapshotDTO.getInputPortStatusSnapshots()
The status of all input ports in this process group.
|
Collection<PortStatusSnapshotEntity> |
ProcessGroupStatusSnapshotDTO.getOutputPortStatusSnapshots()
The status of all output ports in this process group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProcessGroupStatusSnapshotDTO.setInputPortStatusSnapshots(Collection<PortStatusSnapshotEntity> inputPortStatus) |
void |
ProcessGroupStatusSnapshotDTO.setOutputPortStatusSnapshots(Collection<PortStatusSnapshotEntity> outputPortStatus) |
| Modifier and Type | Method and Description |
|---|---|
PortStatusSnapshotEntity |
PortStatusSnapshotEntity.clone() |
Copyright © 2023 Apache NiFi Project. All rights reserved.