Package org.apache.iceberg.metrics
Interface Timer.Timed
- 
- 
Field Summary
Fields Modifier and Type Field Description static Timer.TimedNOOP 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()voidstop()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:
 closein interfacejava.lang.AutoCloseable
 
 - 
 
 -