Package org.apache.iceberg.metrics
Interface Timer.Timed
-
-
Field Summary
Fields Modifier and Type Field Description static Timer.Timed
NOOP
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
close()
void
stop()
Stops the timer and records the total duration up untilTimer.start()
was called.
-
-
-
Field Detail
-
NOOP
static final Timer.Timed NOOP
-
-
Method Detail
-
stop
void stop()
Stops the timer and records the total duration up untilTimer.start()
was called.
-
close
default void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
-