|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.elasticsearch.util.component.AbstractComponent
org.elasticsearch.timer.TimerService
public class TimerService
| Field Summary |
|---|
| Fields inherited from class org.elasticsearch.util.component.AbstractComponent |
|---|
componentSettings, logger, settings |
| Constructor Summary | |
|---|---|
TimerService(Settings settings,
ThreadPool threadPool)
|
|
TimerService(ThreadPool threadPool)
|
|
| Method Summary | |
|---|---|
void |
close()
|
long |
estimatedTimeInMillis()
|
Timeout |
newTimeout(TimerTask task,
long delay,
java.util.concurrent.TimeUnit unit)
|
Timeout |
newTimeout(TimerTask task,
TimeValue delay)
|
| Methods inherited from class org.elasticsearch.util.component.AbstractComponent |
|---|
nodeName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimerService(ThreadPool threadPool)
@Inject
public TimerService(Settings settings,
ThreadPool threadPool)
| Method Detail |
|---|
public void close()
public long estimatedTimeInMillis()
public Timeout newTimeout(TimerTask task,
TimeValue delay)
public Timeout newTimeout(TimerTask task,
long delay,
java.util.concurrent.TimeUnit unit)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||