public interface Scheduler
| Modifier and Type | Method and Description |
|---|---|
void |
schedule(List<Task> tasks)
Submit tasks to the scheduler.
|
void |
shutdown()
Shuts down the scheduler.
|
void schedule(List<Task> tasks)
tasks - tasks to schedulevoid shutdown()
Copyright © 2015 Red Hat, Inc.. All rights reserved.