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 classStandard implementation ofIDerivedDataManagerinterface andIComputationTaskManagermix-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 TypeMethodDescriptionvoidDerivedDataTaskScheduler.addSupplier(IDerivedDataTaskSupplier supplier) voidDerivedDataExecutorPool.cancelAllTasks(IDerivedDataTaskSupplier taskSupplier) voidIDerivedDataExecutorPool.cancelAllTasks(IDerivedDataTaskSupplier taskSupplier) Cancels tasks of a specific supplier if anyvoidTestPool.cancelAllTasks(IDerivedDataTaskSupplier taskSupplier) voidDerivedDataTaskScheduler.removeSupplier(IDerivedDataTaskSupplier supplier) Removes the given supplier from the scheduler registrybooleanDerivedDataExecutorPool.scheduleTaskIfPossible(IDerivedDataTaskSupplier taskSupplier, Object notificationHandle) booleanIDerivedDataExecutorPool.scheduleTaskIfPossible(IDerivedDataTaskSupplier taskSupplier, Object notificationHandle) Schedules the task for the execution inside the pool if possiblebooleanTestPool.scheduleTaskIfPossible(IDerivedDataTaskSupplier taskSupplier, Object notificationHandle)