static class StandardCounter.UnmodifiableCounter extends StandardCounter
StandardCounter.UnmodifiableCounter| Constructor and Description |
|---|
UnmodifiableCounter(Counter counter) |
| Modifier and Type | Method and Description |
|---|---|
void |
adjust(long delta) |
String |
getContext() |
String |
getIdentifier() |
String |
getName() |
long |
getValue() |
String |
toString() |
reset, unmodifiableCounterprivate final Counter counter
public UnmodifiableCounter(Counter counter)
public void adjust(long delta)
adjust in interface Counteradjust in class StandardCounterpublic String getName()
getName in interface CountergetName in class StandardCounterpublic long getValue()
getValue in interface CountergetValue in class StandardCounterpublic String getContext()
getContext in interface CountergetContext in class StandardCounterpublic String getIdentifier()
getIdentifier in interface CountergetIdentifier in class StandardCounterpublic String toString()
toString in class StandardCounterCopyright © 2021 Apache NiFi Project. All rights reserved.