JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.linkedin.venice.utils
Interface Timer
All Superinterfaces:
AutoCloseable
public interface
Timer
extends
AutoCloseable
Method Summary
All Methods
Static Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
close
()
static
Timer
run
(
Consumer
<
Double
> timeConsumer)
Method Details
run
static
Timer
run
(
Consumer
<
Double
> timeConsumer)
close
void
close
()
Specified by:
close
in interface
AutoCloseable