Package com.linkedin.venice.utils
Interface Timer
-
- All Superinterfaces:
java.lang.AutoCloseable
public interface Timer extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
static Timer
run(java.util.function.Consumer<java.lang.Double> timeConsumer)
-
-
-
Method Detail
-
run
static Timer run(java.util.function.Consumer<java.lang.Double> timeConsumer)
-
close
void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
-