Uses of Interface
com._1c.g5.v8.internal.derived.pipeline.IAsyncProcessingPipelineSegment
Packages that use IAsyncProcessingPipelineSegment
-
Uses of IAsyncProcessingPipelineSegment in com._1c.g5.v8.internal.derived.pipeline
Classes in com._1c.g5.v8.internal.derived.pipeline that implement IAsyncProcessingPipelineSegmentModifier and TypeClassDescriptionclassCommon abstract implementation of theIAsyncProcessingPipelineSegmentclassSegment data holder for the async processing pipeline.classSegment data holder for the orchestrated operation stage of theAsyncProcessingPipelineMethods in com._1c.g5.v8.internal.derived.pipeline that return IAsyncProcessingPipelineSegmentModifier and TypeMethodDescriptionAsyncProcessingPipelineSegmentGroup.getSegment(String segmentId) IAsyncProcessingPipelineSegmentGroup.getSegment(String segmentId) Gets the pipeline segment from the groupOperationPipelineSegmentGroup.getSegment(String segmentId) Methods in com._1c.g5.v8.internal.derived.pipeline with parameters of type IAsyncProcessingPipelineSegmentModifier and TypeMethodDescriptionvoidAsyncProcessingPipelineSegmentGroup.addSegment(IAsyncProcessingPipelineSegment segment) Adds a new segment to the group.voidAsyncProcessingPipelineSegment.merge(IAsyncProcessingPipelineSegment externalSegment) voidIAsyncProcessingPipelineSegment.merge(IAsyncProcessingPipelineSegment externalSegment) Merges the segment with external one.voidOperationPipelineSegment.merge(IAsyncProcessingPipelineSegment externalSegment) Constructors in com._1c.g5.v8.internal.derived.pipeline with parameters of type IAsyncProcessingPipelineSegmentModifierConstructorDescriptionOperationPipelineSegmentGroup(IAsyncProcessingPipelineSegment segment, DerivedDataSegmentBucket stage) Creates an instance of the DD async. pipeline segment group.