Uses of Interface
com._1c.g5.v8.internal.derived.scheduler.IDerivedDataTaskSupplier
Packages that use IDerivedDataTaskSupplier
-
Uses of IDerivedDataTaskSupplier in com._1c.g5.v8.internal.derived
Classes in com._1c.g5.v8.internal.derived that implement IDerivedDataTaskSupplierModifier and TypeClassDescriptionfinal class
Standard implementation ofIDerivedDataManager
interface andIComputationTaskManager
mix-in. -
Uses of IDerivedDataTaskSupplier in com._1c.g5.v8.internal.derived.scheduler
Classes in com._1c.g5.v8.internal.derived.scheduler that implement IDerivedDataTaskSupplierMethods in com._1c.g5.v8.internal.derived.scheduler with parameters of type IDerivedDataTaskSupplierModifier and TypeMethodDescriptionvoid
DerivedDataTaskScheduler.addSupplier
(IDerivedDataTaskSupplier supplier) void
DerivedDataExecutorPool.cancelAllTasks
(IDerivedDataTaskSupplier taskSupplier) void
IDerivedDataExecutorPool.cancelAllTasks
(IDerivedDataTaskSupplier taskSupplier) Cancels tasks of a specific supplier if anyvoid
TestPool.cancelAllTasks
(IDerivedDataTaskSupplier taskSupplier) void
DerivedDataTaskScheduler.removeSupplier
(IDerivedDataTaskSupplier supplier) Removes the given supplier from the scheduler registryboolean
DerivedDataExecutorPool.scheduleTaskIfPossible
(IDerivedDataTaskSupplier taskSupplier, Object notificationHandle) boolean
IDerivedDataExecutorPool.scheduleTaskIfPossible
(IDerivedDataTaskSupplier taskSupplier, Object notificationHandle) Schedules the task for the execution inside the pool if possibleboolean
TestPool.scheduleTaskIfPossible
(IDerivedDataTaskSupplier taskSupplier, Object notificationHandle)