Uses of Enum Class
com._1c.g5.v8.derived.pipeline.MultithreadingComputationPolicy
Packages that use MultithreadingComputationPolicy
-
Uses of MultithreadingComputationPolicy in com._1c.g5.v8.derived.pipeline
Methods in com._1c.g5.v8.derived.pipeline that return MultithreadingComputationPolicyModifier and TypeMethodDescriptionDerivedDataSegmentDefinition.getComputationPolicy()
Returns the enum constant of this class with the specified name.static MultithreadingComputationPolicy[]
MultithreadingComputationPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com._1c.g5.v8.derived.pipeline with parameters of type MultithreadingComputationPolicyModifierConstructorDescriptionDerivedDataSegmentDefinition
(String segmentId, DerivedDataSegmentBucket bucket, int priority, DerivedDataSegmentConcurrencyStrategy concurrency, MultithreadingComputationPolicy computationPolicy, String segmentName, String segmentStatusTemplate, boolean longRunningSegment) Creates an instance of the DD pipeline segment definition. -
Uses of MultithreadingComputationPolicy in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline that return MultithreadingComputationPolicyModifier and TypeMethodDescriptionAsyncProcessingPipeline.getCurrentMultiThreadingComputePolicy()
IAsyncProcessingPipeline.getCurrentMultiThreadingComputePolicy()
Gets the multithreading computation policy for the current state of the pipeline.AsyncProcessingPipelineSegmentGroup.getGroupMultiThreadingComputePolicy()
Gets the group multithreading policy.IAsyncProcessingPipelineSegmentGroup.getGroupMultiThreadingComputePolicy()
Gets the group multithreading policy.OperationPipelineSegmentGroup.getGroupMultiThreadingComputePolicy()
AbstractAsyncProcessingPipelineSegment.getMultiThreadingComputePolicy()
IAsyncProcessingPipelineSegment.getMultiThreadingComputePolicy()
Gets the multithreading computation policy for this segment.Constructors in com._1c.g5.v8.internal.derived.pipeline with parameters of type MultithreadingComputationPolicyModifierConstructorDescriptionAbstractAsyncProcessingPipelineSegment
(String segmentId, String segmentName, String statusTextPattern, MultithreadingComputationPolicy multithreadingComputationPolicy, boolean longRunningSegment) Constructs an instance of a async pipeline segment state holderAsyncProcessingPipelineSegment
(String segmentId, MultithreadingComputationPolicy multithreadingComputationPolicy, boolean longRunningSegment, String segmentName, String statusTextPattern) Creates an instance of the pipeline segment.OperationPipelineSegment
(String segmentId, MultithreadingComputationPolicy multithreadingComputationPolicy, String segmentName, String statusTextPattern) Creates an instance of the pipeline segment.