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 TypeClassDescriptionclass
Common abstract implementation of theIAsyncProcessingPipelineSegment
class
Segment data holder for the async processing pipeline.class
Segment data holder for the orchestrated operation stage of theAsyncProcessingPipeline
Methods 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 TypeMethodDescriptionvoid
AsyncProcessingPipelineSegmentGroup.addSegment
(IAsyncProcessingPipelineSegment segment) Adds a new segment to the group.void
AsyncProcessingPipelineSegment.merge
(IAsyncProcessingPipelineSegment externalSegment) void
IAsyncProcessingPipelineSegment.merge
(IAsyncProcessingPipelineSegment externalSegment) Merges the segment with external one.void
OperationPipelineSegment.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.