Uses of Enum Class
com._1c.g5.v8.derived.pipeline.DerivedDataSegmentConcurrencyStrategy
Packages that use DerivedDataSegmentConcurrencyStrategy
-
Uses of DerivedDataSegmentConcurrencyStrategy in com._1c.g5.v8.derived.pipeline
Methods in com._1c.g5.v8.derived.pipeline that return DerivedDataSegmentConcurrencyStrategyModifier and TypeMethodDescriptionDerivedDataSegmentDefinition.getConcurrency()
Returns the enum constant of this class with the specified name.DerivedDataSegmentConcurrencyStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.derived.pipeline with parameters of type DerivedDataSegmentConcurrencyStrategyModifier and TypeMethodDescriptionvoid
DerivedDataSegmentDefinition.setConcurrency
(DerivedDataSegmentConcurrencyStrategy concurrency) Constructors in com._1c.g5.v8.derived.pipeline with parameters of type DerivedDataSegmentConcurrencyStrategyModifierConstructorDescriptionDerivedDataSegmentDefinition
(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 DerivedDataSegmentConcurrencyStrategy in com._1c.g5.v8.derived.v2.pipeline
Methods in com._1c.g5.v8.derived.v2.pipeline that return DerivedDataSegmentConcurrencyStrategyModifier and TypeMethodDescriptionDerivedDataSegmentDefinitionV2.getConcurrency()
Gets the concurrency policy for the segmentConstructors in com._1c.g5.v8.derived.v2.pipeline with parameters of type DerivedDataSegmentConcurrencyStrategyModifierConstructorDescriptionDerivedDataSegmentDefinitionV2
(String segmentId, DerivedDataSegmentBucket preferredSegment, DerivedDataSegmentConcurrencyStrategy concurrency, boolean operationSegment, String segmentName, String segmentStatusTemplate, boolean longRunningSegment, Set<String> dependsOn) Creates an instance of the DD pipeline segment definition.DerivedDataSegmentDefinitionV2
(String segmentId, DerivedDataSegmentBucket preferredSegment, DerivedDataSegmentConcurrencyStrategy concurrency, String segmentName, String segmentStatusTemplate, Set<String> dependsOn) Creates an instance of the DD pipeline data segment definition