Uses of Interface
com._1c.g5.v8.internal.derived.pipeline.IAsyncProcessingPipeline
Packages that use IAsyncProcessingPipeline
Package
Description
-
Uses of IAsyncProcessingPipeline in com._1c.g5.v8.internal.derived
Constructors in com._1c.g5.v8.internal.derived with parameters of type IAsyncProcessingPipelineModifierConstructorDescriptionDerivedDataManager
(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.WorkerManager
(IComputationTaskManager taskManager, IDerivedDataContextManager contextManager, IContextTransactionManager contextTransactionManager, IAsyncProcessingPipeline asyncProcessingPipeline, Collection<IDerivedDataComputer> computers, Set<String> filteredSegments) Construct a new instance, performs basic initialization. -
Uses of IAsyncProcessingPipeline in com._1c.g5.v8.internal.derived.pipeline
Classes in com._1c.g5.v8.internal.derived.pipeline that implement IAsyncProcessingPipelineModifier and TypeClassDescriptionfinal class
Standard implementation of the DD async pipeline. -
Uses of IAsyncProcessingPipeline in com._1c.g5.v8.internal.derived.tracing
Methods in com._1c.g5.v8.internal.derived.tracing with parameters of type IAsyncProcessingPipelineModifier and TypeMethodDescriptionstatic void
Tracer.traceObjectDDComputationFailedWhileWaiting
(DerivedDataInfo info, IBmObject sourceObject, IAsyncProcessingPipeline asyncProcessingPipeline, IDerivedDataContextManager contextManager) Traces the failure of DD computation while waiting for DD of this object to be computed