Interface SchedulerService
@Deprecated @ScheduledApiChange(when="6.0", details="Will be removed.") public interface SchedulerService
Deprecated.
Provides methods concerning the
Scheduler
.-
Method Summary
Modifier and Type Method Description SchedulerAllocationState
fetchSchedulerAllocations()
Deprecated.Acquire allocations fromVehicle
, instead.
-
Method Details
-
fetchSchedulerAllocations
@Deprecated @ScheduledApiChange(when="6.0", details="Will be removed.") SchedulerAllocationState fetchSchedulerAllocations() throws KernelRuntimeExceptionDeprecated.Acquire allocations fromVehicle
, instead.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.
-