Uses of Class
com._1c.g5.v8.derived.pipeline.DerivedDataSegmentConcurrencyStrategy
-
Packages that use DerivedDataSegmentConcurrencyStrategy Package Description com._1c.g5.v8.derived.pipeline -
-
Uses of DerivedDataSegmentConcurrencyStrategy in com._1c.g5.v8.derived.pipeline
Methods in com._1c.g5.v8.derived.pipeline that return DerivedDataSegmentConcurrencyStrategy Modifier and Type Method Description DerivedDataSegmentConcurrencyStrategy
DerivedDataSegmentDefinition. getConcurrency()
static DerivedDataSegmentConcurrencyStrategy
DerivedDataSegmentConcurrencyStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static DerivedDataSegmentConcurrencyStrategy[]
DerivedDataSegmentConcurrencyStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.derived.pipeline with parameters of type DerivedDataSegmentConcurrencyStrategy Modifier and Type Method Description void
DerivedDataSegmentDefinition. setConcurrency(DerivedDataSegmentConcurrencyStrategy concurrency)
Constructors in com._1c.g5.v8.derived.pipeline with parameters of type DerivedDataSegmentConcurrencyStrategy Constructor Description DerivedDataSegmentDefinition(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.
-