com.google.cloud.bigtable.metrics
Interface Timer.Context
-
- All Superinterfaces:
- AutoCloseable, Closeable
- Enclosing interface:
- Timer
public static interface Timer.Context extends Closeable
A timing context.- See Also:
Timer.time()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
close()
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
-