| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto.status | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private PortStatusSnapshotDTO |
PortStatusDTO.aggregateSnapshot |
private PortStatusSnapshotDTO |
NodePortStatusSnapshotDTO.statusSnapshot |
| Modifier and Type | Method and Description |
|---|---|
PortStatusSnapshotDTO |
PortStatusSnapshotDTO.clone() |
PortStatusSnapshotDTO |
PortStatusDTO.getAggregateSnapshot() |
PortStatusSnapshotDTO |
NodePortStatusSnapshotDTO.getStatusSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
void |
PortStatusDTO.setAggregateSnapshot(PortStatusSnapshotDTO aggregateSnapshot) |
void |
NodePortStatusSnapshotDTO.setStatusSnapshot(PortStatusSnapshotDTO status) |
| Modifier and Type | Field and Description |
|---|---|
private PortStatusSnapshotDTO |
PortStatusSnapshotEntity.portStatusSnapshot |
| Modifier and Type | Method and Description |
|---|---|
PortStatusSnapshotDTO |
PortStatusSnapshotEntity.getPortStatusSnapshot()
The PortStatusSnapshotDTO that is being serialized.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortStatusSnapshotEntity.setPortStatusSnapshot(PortStatusSnapshotDTO portStatusSnapshot) |
Copyright © 2023 Apache NiFi Project. All rights reserved.