org.apache.accumulo.server.util.time
public class SimpleTimer extends Object
Modifier and Type | Method and Description |
---|---|
static SimpleTimer |
getInstance() |
void |
schedule(Runnable task,
long delay) |
void |
schedule(Runnable task,
long delay,
long period) |
public static SimpleTimer getInstance()
public void schedule(Runnable task, long delay)
public void schedule(Runnable task, long delay, long period)
Copyright © 2015 Apache Accumulo Project. All Rights Reserved.