Uses of Interface
com._1c.g5.v8.derived.IDerivedDataServiceLockController
Packages that use IDerivedDataServiceLockController
Package
Description
-
Uses of IDerivedDataServiceLockController in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type IDerivedDataServiceLockControllerModifier and TypeMethodDescriptionIDerivedDataEngine.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) Creates a provider -
Uses of IDerivedDataServiceLockController in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived with parameters of type IDerivedDataServiceLockControllerModifier and TypeMethodDescriptionDerivedDataBmProviderFactory.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, DerivedDataTaskScheduler derivedDataTaskScheduler, IUserActivityBlockingService userActivityBlockingService, Supplier<IAsyncComputationExecutionContext> executionContextSupplier) DerivedDataEngine.createProvider
(String projectId, Collection<IDerivedDataConfigurationContributor> contributors, Set<String> filteredSegments, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, 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 IDerivedDataServiceLockControllerModifierConstructorDescriptionDerivedDataBmProvider
(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.DerivedDataManager
(String projectId, IDerivedDataInfoRepository derivedDataInfoRepository, IDerivedDataContextManager contextManager, IContextTransactionManager contextTransactionManager, IDerivedDataServiceLockController lockController, Supplier<Boolean> synchronizationActiveStateSupplier, Collection<DerivedDataSegmentDefinition> segmentDefinitions, Set<String> filteredSegments, IAsyncProcessingPipeline pipeline, Collection<IDerivedDataComputer> computers, Collection<IContextCollector> fullRebuildCollectors, Collection<IRemovalContextCollector> removalCollectors, Collection<IDerivedDataUpdate> restorationUpdates, Collection<IDerivedDataUpdate> forcedDataUpdates) Construct a new instance, performs basic initialization. -
Uses of IDerivedDataServiceLockController in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline with parameters of type IDerivedDataServiceLockControllerModifier and TypeMethodDescriptionstatic AsyncProcessingPipeline
AsyncProcessingPipeline.create
(Collection<DerivedDataSegmentDefinition> segmentDefinitions, Collection<DerivedDataSegmentDefinitionV2> segmentDefinitionsV2, IDerivedDataServiceLockController lockController, String modelId, AsyncPipelineModalModeAccessor modalModeAccessor) Creates an instance of the async derived data processing pipeline