public static interface Scheduler.TaskManager
Modifier and Type | Method and Description |
---|---|
void |
allocated(EventContext context) |
void |
completed(EventContext context) |
LaunchSpec |
getLaunchSpec(Task task) |
boolean |
isLive(EventContext context) |
int |
maxConcurrentAllocs() |
boolean |
stop(Task task) |
int maxConcurrentAllocs()
LaunchSpec getLaunchSpec(Task task)
void allocated(EventContext context)
boolean stop(Task task)
void completed(EventContext context)
boolean isLive(EventContext context)
Copyright © 1970 The Apache Software Foundation. All rights reserved.