Package org.apache.iceberg.metrics
Interface CounterResult
@Immutable
public interface CounterResult
A serializable version of a
Counter
that carries its result.-
Method Summary
Modifier and TypeMethodDescriptionstatic CounterResult
fromCounter
(Counter counter) static CounterResult
of
(MetricsContext.Unit unit, long value) unit()
long
value()
-
Method Details
-
unit
MetricsContext.Unit unit() -
value
long value() -
fromCounter
-
of
-