Interface SchedulerService
public interface SchedulerService
Provides methods concerning the
Scheduler.-
Method Summary
Modifier and Type Method Description SchedulerAllocationStatefetchSchedulerAllocations()Returns the current state of resource allocations.
-
Method Details
-
fetchSchedulerAllocations
Returns the current state of resource allocations.- Returns:
- The current state of resource allocations.
- Throws:
KernelRuntimeException- In case there is an exception executing this method.
-