| Package | Description |
|---|---|
| org.apache.nifi.web.api.dto | |
| org.apache.nifi.web.api.entity |
| Modifier and Type | Field and Description |
|---|---|
private Collection<CounterDTO> |
CountersSnapshotDTO.counters |
| Modifier and Type | Method and Description |
|---|---|
CounterDTO |
CounterDTO.clone() |
| Modifier and Type | Method and Description |
|---|---|
Collection<CounterDTO> |
CountersSnapshotDTO.getCounters() |
| Modifier and Type | Method and Description |
|---|---|
void |
CountersSnapshotDTO.setCounters(Collection<CounterDTO> counters) |
| Modifier and Type | Field and Description |
|---|---|
private CounterDTO |
CounterEntity.counter |
| Modifier and Type | Method and Description |
|---|---|
CounterDTO |
CounterEntity.getCounter() |
| Modifier and Type | Method and Description |
|---|---|
void |
CounterEntity.setCounter(CounterDTO counter) |
Copyright © 2023 Apache NiFi Project. All rights reserved.