Uses of Interface
com._1c.g5.v8.internal.derived.context.IContextTransactionManager
Packages that use IContextTransactionManager
-
Uses of IContextTransactionManager in com._1c.g5.v8.internal.derived
Constructors in com._1c.g5.v8.internal.derived with parameters of type IContextTransactionManagerModifierConstructorDescriptionDerivedDataManager(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 IContextTransactionManager in com._1c.g5.v8.internal.derived.context
Classes in com._1c.g5.v8.internal.derived.context that implement IContextTransactionManagerConstructors in com._1c.g5.v8.internal.derived.context with parameters of type IContextTransactionManagerModifierConstructorDescriptionContextCollectingSession(IContextTransactionManager manager, Object computationCause, boolean trackWaitingScope, boolean forcedUpdate) Creates new context collecting session with given context collection mode (sync or async).ContextTransaction(IContextTransactionManager transactionManager, boolean computation, boolean forcedUpdate, Object computationCause, boolean trackWaitingScope) Creates an instance of the transaction being controlled by the external transaction manager.