Uses of Class
org.apache.nifi.api.toolkit.model.CounterDTO
Packages that use CounterDTO
-
Uses of CounterDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model declared as CounterDTOFields in org.apache.nifi.api.toolkit.model with type parameters of type CounterDTOMethods in org.apache.nifi.api.toolkit.model that return CounterDTOModifier and TypeMethodDescriptionCounterEntity.getCounter()
Get counterCounterDTO.valueCount
(Long valueCount) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type CounterDTOMethods in org.apache.nifi.api.toolkit.model with parameters of type CounterDTOModifier and TypeMethodDescriptionCountersSnapshotDTO.addCountersItem
(CounterDTO countersItem) CounterEntity.counter
(CounterDTO counter) void
CounterEntity.setCounter
(CounterDTO counter) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type CounterDTOModifier and TypeMethodDescriptionCountersSnapshotDTO.counters
(List<CounterDTO> counters) void
CountersSnapshotDTO.setCounters
(List<CounterDTO> counters)