Uses of Class
com._1c.g5.v8.internal.derived.scheduler.DerivedDataComputationTask
Packages that use DerivedDataComputationTask
- 
Uses of DerivedDataComputationTask in com._1c.g5.v8.internal.derivedMethods in com._1c.g5.v8.internal.derived that return DerivedDataComputationTaskMethods in com._1c.g5.v8.internal.derived with parameters of type DerivedDataComputationTaskModifier and TypeMethodDescriptionWorkerManager.createWorker(DerivedDataComputationTask task) Creates the worker logic for the given task objectDerivedDataManager.getTaskProcessor(DerivedDataComputationTask computationTask) 
- 
Uses of DerivedDataComputationTask in com._1c.g5.v8.internal.derived.schedulerMethods in com._1c.g5.v8.internal.derived.scheduler that return DerivedDataComputationTaskModifier and TypeMethodDescriptionTestTaskProcessor.getComputationTask()IDerivedDataTaskSupplier.getNextTask()Gets the next task for the processing.TestSupplier.getNextTask()Methods in com._1c.g5.v8.internal.derived.scheduler that return types with arguments of type DerivedDataComputationTaskMethods in com._1c.g5.v8.internal.derived.scheduler with parameters of type DerivedDataComputationTaskModifier and TypeMethodDescriptionvoidTestSupplier.addFirst(DerivedDataComputationTask task) voidTestSupplier.addFirst(DerivedDataComputationTask task, DerivedDataSegmentBucket stage) voidTestSupplier.addLast(DerivedDataComputationTask task) voidTestSupplier.addLast(DerivedDataComputationTask task, DerivedDataSegmentBucket stage) IDerivedDataTaskSupplier.getTaskProcessor(DerivedDataComputationTask computationTask) Gets the processing logic for the given task.TestSupplier.getTaskProcessor(DerivedDataComputationTask computationTask) Constructors in com._1c.g5.v8.internal.derived.scheduler with parameters of type DerivedDataComputationTaskModifierConstructorDescriptionTestTaskProcessor(DerivedDataComputationTask computationTask) TestTaskProcessor(DerivedDataComputationTask computationTask, long executionTime)