Uses of Interface
com._1c.g5.v8.derived.IAsyncComputationExecutionContext
Packages that use IAsyncComputationExecutionContext
Package
Description
-
Uses of IAsyncComputationExecutionContext in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type IAsyncComputationExecutionContextModifier and TypeMethodDescriptionbooleanIContextDeactivationController.requiresDeactivation(IObjectDerivedDataContext context, Object computationCause, IAsyncComputationExecutionContext executionContext) Gets inactivity status for a given context.voidIContextDeactivationController.start(IContextActivationCallback callback, IAsyncComputationExecutionContext executionContext) Starts deactication process controller and supplies deactivation/reactivation callback.voidIContextDeactivationController.stop(IAsyncComputationExecutionContext executionContext) Stops controller at the end of async computation service lifecycle -
Uses of IAsyncComputationExecutionContext in com._1c.g5.v8.dt.core.platform.async
Classes in com._1c.g5.v8.dt.core.platform.async that implement IAsyncComputationExecutionContextModifier and TypeClassDescriptionclassCore EDT implementation ofIAsyncComputationExecutionContext -
Uses of IAsyncComputationExecutionContext in com._1c.g5.v8.internal.derived.context
Constructors in com._1c.g5.v8.internal.derived.context with parameters of type IAsyncComputationExecutionContextModifierConstructorDescriptionDerivedDataContextManager(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