Uses of Class
com._1c.g5.v8.internal.derived.scheduler.DerivedDataTaskScheduler
Packages that use DerivedDataTaskScheduler
-
Uses of DerivedDataTaskScheduler in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived with parameters of type DerivedDataTaskSchedulerModifier and TypeMethodDescriptionDerivedDataBmProviderFactory.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, DerivedDataTaskScheduler derivedDataTaskScheduler, IUserActivityBlockingService userActivityBlockingService, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) IDerivedDataBmProviderFactory.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, DerivedDataTaskScheduler taskScheduler, IUserActivityBlockingService userActivityBlockingService, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) Creates a providerConstructors in com._1c.g5.v8.internal.derived with parameters of type DerivedDataTaskSchedulerModifierConstructorDescriptionDerivedDataBmProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, IUserActivityBlockingService userActivityBlockingService, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, DerivedDataTaskScheduler scheduler, Set<String> filteredSegments, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) Constructs a new instance of configuration, instantiates and wires components. -
Uses of DerivedDataTaskScheduler in com._1c.g5.v8.internal.derived.context
Constructors in com._1c.g5.v8.internal.derived.context with parameters of type DerivedDataTaskSchedulerModifierConstructorDescriptionDerivedDataContextManager
(IObjectContextFactory contextFactory, AsyncPipelineModalModeAccessor modalModelAccessor, IDerivedDataInfoRepository derivedDataInfoRepository, DerivedDataTaskScheduler scheduler, Collection<String> segments, Set<String> filteredSegments, Collection<IContextDeactivationController> deactivationControllers, IAsyncComputationExecutionContext executionContext, int storeSegmentCount, Function<Long, Integer> longSegmentHasher, Function<String, Integer> stringSegmentHasher) Constructs an instance