Uses of Interface
com._1c.g5.v8.internal.derived.pipeline.IAsyncProcessingPipelineSegmentGroup
Packages that use IAsyncProcessingPipelineSegmentGroup
-
Uses of IAsyncProcessingPipelineSegmentGroup in com._1c.g5.v8.internal.derived.pipeline
Classes in com._1c.g5.v8.internal.derived.pipeline that implement IAsyncProcessingPipelineSegmentGroupModifier and TypeClassDescriptionclass
The group of segments which have the same priority and execution strategy (exclusive/parallel)class
The operation-specific implementation of theIAsyncProcessingPipelineSegmentGroup
Methods in com._1c.g5.v8.internal.derived.pipeline that return IAsyncProcessingPipelineSegmentGroupModifier and TypeMethodDescriptionAsyncProcessingPipelineStage.getGroup
(int groupIdx) Gets a segment group based on its index in the bucket.Methods in com._1c.g5.v8.internal.derived.pipeline that return types with arguments of type IAsyncProcessingPipelineSegmentGroupModifier and TypeMethodDescriptionAsyncProcessingPipelineStage.getGroups()
Gets all pipeline segment groups associated with this bucket.Methods in com._1c.g5.v8.internal.derived.pipeline with parameters of type IAsyncProcessingPipelineSegmentGroupModifier and TypeMethodDescriptionvoid
AsyncProcessingPipelineStage.addGroup
(IAsyncProcessingPipelineSegmentGroup segmentGroup) Adds a new pipeline segment group to the bucket.void
AsyncProcessingPipelineSegmentGroup.merge
(IAsyncProcessingPipelineSegmentGroup externalGroup) void
IAsyncProcessingPipelineSegmentGroup.merge
(IAsyncProcessingPipelineSegmentGroup modalGroup) Merges the modal operation group back to the main pipeline groupvoid
OperationPipelineSegmentGroup.merge
(IAsyncProcessingPipelineSegmentGroup group)