Package org.apache.iceberg.metrics
Interface Timer.Timed
- All Superinterfaces:
- AutoCloseable
- Enclosing interface:
- Timer
A timing sample that carries internal state about the Timer's start position. The timing can be
 completed by calling 
stop().- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptiondefault voidclose()voidstop()Stops the timer and records the total duration up untilTimer.start()was called.
- 
Field Details- 
NOOP
 
- 
- 
Method Details- 
stopvoid stop()Stops the timer and records the total duration up untilTimer.start()was called.
- 
closedefault void close()- Specified by:
- closein interface- AutoCloseable
 
 
-