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 TypeClassDescriptionclassThe group of segments which have the same priority and execution strategy (exclusive/parallel)classThe operation-specific implementation of theIAsyncProcessingPipelineSegmentGroupMethods 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 TypeMethodDescriptionvoidAsyncProcessingPipelineStage.addGroup(IAsyncProcessingPipelineSegmentGroup segmentGroup) Adds a new pipeline segment group to the bucket.voidAsyncProcessingPipelineSegmentGroup.merge(IAsyncProcessingPipelineSegmentGroup externalGroup) voidIAsyncProcessingPipelineSegmentGroup.merge(IAsyncProcessingPipelineSegmentGroup modalGroup) Merges the modal operation group back to the main pipeline groupvoidOperationPipelineSegmentGroup.merge(IAsyncProcessingPipelineSegmentGroup group)