@InterfaceAudience.Private @InterfaceStability.Unstable public class TaskRunner extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TaskRunner.Task |
| Constructor and Description |
|---|
TaskRunner() |
| Modifier and Type | Method and Description |
|---|---|
long |
getStartTimeMS() |
void |
schedule(TaskRunner.Task task) |
void |
setQueueSize(int threadPoolSize) |
void |
start() |
void |
stop() |
public void setQueueSize(int threadPoolSize)
public void start()
public void stop()
public void schedule(TaskRunner.Task task)
public long getStartTimeMS()
Copyright © 2018 CERN. All Rights Reserved.