Uses of Interface
com._1c.g5.v8.internal.derived.context.IDerivedDataContextManager
Packages that use IDerivedDataContextManager
Package
Description
-
Uses of IDerivedDataContextManager in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived that return IDerivedDataContextManagerModifier and TypeMethodDescriptionDerivedDataBmProvider.getContextManager()
Gets the associated context manager.Constructors in com._1c.g5.v8.internal.derived with parameters of type IDerivedDataContextManagerModifierConstructorDescriptionBmRawEventHandler
(IBmModel bmModel, Collection<IContextCollector> syncContextCollectors, Collection<IRemovalContextCollector> syncRemovalContextCollectors, IDerivedDataContextManager derivedDataContextManager) Creates an instance of the DD BM raw event handler.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.WorkerManager
(IComputationTaskManager taskManager, IDerivedDataContextManager contextManager, IContextTransactionManager contextTransactionManager, IAsyncProcessingPipeline asyncProcessingPipeline, Collection<IDerivedDataComputer> computers, Set<String> filteredSegments) Construct a new instance, performs basic initialization. -
Uses of IDerivedDataContextManager in com._1c.g5.v8.internal.derived.context
Classes in com._1c.g5.v8.internal.derived.context that implement IDerivedDataContextManager -
Uses of IDerivedDataContextManager in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline with parameters of type IDerivedDataContextManagerModifier and TypeMethodDescriptionvoid
AsyncProcessingPipeline.dumpPipelineState
(IDerivedDataContextManager contextManager) -
Uses of IDerivedDataContextManager in com._1c.g5.v8.internal.derived.tracing
Methods in com._1c.g5.v8.internal.derived.tracing with parameters of type IDerivedDataContextManagerModifier 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