Uses of Class
com._1c.g5.v8.derived.pipeline.DerivedDataSegmentDefinition
Packages that use DerivedDataSegmentDefinition
Package
Description
-
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived that return types with arguments of type DerivedDataSegmentDefinitionModifier and TypeMethodDescriptiondefault Collection<DerivedDataSegmentDefinition>
IDerivedDataConfigurationContributor.getSegmentDefinitions()
Gets definitions of the DD pipeline segments. -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.bp.scheme.derived
Methods in com._1c.g5.v8.dt.bp.scheme.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.aggregates.bm.derived
Methods in com._1c.g5.v8.dt.internal.aggregates.bm.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.cmi.bm.derived
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.form.bm.derived
Methods in com._1c.g5.v8.dt.internal.form.bm.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.md.bm.derived
Methods in com._1c.g5.v8.dt.internal.md.bm.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.md.extension.bm.derived
Methods in com._1c.g5.v8.dt.internal.md.extension.bm.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.search.core.derived
Methods in com._1c.g5.v8.dt.internal.search.core.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.style.bm.derived
Methods in com._1c.g5.v8.dt.internal.style.bm.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.validation.derived
Methods in com._1c.g5.v8.dt.internal.validation.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.dt.internal.xdto.bm.derived
Methods in com._1c.g5.v8.dt.internal.xdto.bm.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com._1c.g5.v8.internal.derived
Constructor parameters in com._1c.g5.v8.internal.derived with type arguments of type DerivedDataSegmentDefinitionModifierConstructorDescriptionDerivedDataManager
(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 DerivedDataSegmentDefinition in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline that return types with arguments of type DerivedDataSegmentDefinitionModifier and TypeMethodDescriptionPipelineUtils.getDDPipelineSegmentDefinitionPriorityComparator()
Gets the comparator which compares two DD segment definions based on their priorities.PipelineUtils.splitDDPipelineSegmentDefinitionsByBuckets
(Collection<DerivedDataSegmentDefinition> segmentDefinitions) Split DD pipeline segment definitions by priority buckets.Method parameters in com._1c.g5.v8.internal.derived.pipeline with type arguments of type DerivedDataSegmentDefinitionModifier and TypeMethodDescriptionstatic AsyncProcessingPipeline
AsyncProcessingPipeline.create
(Collection<DerivedDataSegmentDefinition> segmentDefinitions, Collection<DerivedDataSegmentDefinitionV2> segmentDefinitionsV2, IDerivedDataServiceLockController lockController, String modelId, AsyncPipelineModalModeAccessor modalModeAccessor) Creates an instance of the async derived data processing pipelinePipelineUtils.splitDDPipelineSegmentDefinitionsByBuckets
(Collection<DerivedDataSegmentDefinition> segmentDefinitions) Split DD pipeline segment definitions by priority buckets. -
Uses of DerivedDataSegmentDefinition in com.e1c.g5.v8.dt.internal.check.derived
Methods in com.e1c.g5.v8.dt.internal.check.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com.e1c.g5.v8.dt.internal.form.extension.derived
Methods in com.e1c.g5.v8.dt.internal.form.extension.derived that return types with arguments of type DerivedDataSegmentDefinition -
Uses of DerivedDataSegmentDefinition in com.e1c.g5.v8.dt.internal.model.updater.derived
Methods in com.e1c.g5.v8.dt.internal.model.updater.derived that return types with arguments of type DerivedDataSegmentDefinition