Uses of Interface
com._1c.g5.v8.internal.derived.IDerivedDataInfoRepository
Packages that use IDerivedDataInfoRepository
-
Uses of IDerivedDataInfoRepository in com._1c.g5.v8.internal.derived
Classes in com._1c.g5.v8.internal.derived that implement IDerivedDataInfoRepositoryModifier and TypeClassDescriptionclass
Default implementation ofIDerivedDataInfoRepository
that uses persistent index to store derived data info.Constructors in com._1c.g5.v8.internal.derived with parameters of type IDerivedDataInfoRepositoryModifierConstructorDescriptionDerivedDataManager
(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 IDerivedDataInfoRepository in com._1c.g5.v8.internal.derived.context
Constructors in com._1c.g5.v8.internal.derived.context with parameters of type IDerivedDataInfoRepositoryModifierConstructorDescriptionDerivedDataContextManager
(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