public interface StatusSnapshot
| Modifier and Type | Method and Description |
|---|---|
Set<MetricDescriptor<?>> |
getMetricDescriptors() |
Long |
getStatusMetric(MetricDescriptor<?> descriptor) |
Date |
getTimestamp() |
ValueReducer<StatusSnapshot,StatusSnapshot> |
getValueReducer() |
StatusSnapshot |
withoutCounters()
Returns an instance of StatusSnapshot that has all the same information as
this except for
Counters. |
Date getTimestamp()
Set<MetricDescriptor<?>> getMetricDescriptors()
Long getStatusMetric(MetricDescriptor<?> descriptor)
StatusSnapshot withoutCounters()
this except for
Counters. If this does not contain any counters, the object returned may (or may not) be this.ValueReducer<StatusSnapshot,StatusSnapshot> getValueReducer()
ValueReducer that is capable of merging multiple
StatusSnapshot objects into a single oneCopyright © 2023 Apache NiFi Project. All rights reserved.