Package com.skytix.velocity.scheduler
Interface MesosScheduler
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable
- All Known Implementing Classes:
VelocityMesosScheduler
public interface MesosScheduler extends java.io.Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tasklaunch(TaskDefinition aTaskDefinition)
-
-
-
Method Detail
-
launch
Task launch(TaskDefinition aTaskDefinition) throws VelocityTaskException
- Throws:
VelocityTaskException
-
-