Uses of Class
com._1c.g5.v8.derived.pipeline.DerivedDataSegmentBucket
-
Packages that use DerivedDataSegmentBucket Package Description com._1c.g5.v8.derived com._1c.g5.v8.derived.pipeline -
-
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived with parameters of type DerivedDataSegmentBucket Modifier and Type Method Description boolean
IDerivedDataOrchestrator. beginProcessing(DerivedDataSegmentBucket bucket)
Begins processing of the specified bucket.void
IDerivedDataOrchestrator. cancelProcessing(DerivedDataSegmentBucket bucket)
Cancels processing of the specified bucket.void
IDerivedDataOrchestrator. endProcessing(DerivedDataSegmentBucket bucket, boolean interrupted)
Ends processing of the specified bucket. -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.derived.pipeline
Methods in com._1c.g5.v8.derived.pipeline that return DerivedDataSegmentBucket Modifier and Type Method Description DerivedDataSegmentBucket
DerivedDataSegmentDefinition. getBucket()
static DerivedDataSegmentBucket
DerivedDataSegmentBucket. valueOf(String name)
Returns the enum constant of this type with the specified name.static DerivedDataSegmentBucket[]
DerivedDataSegmentBucket. 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 DerivedDataSegmentBucket Modifier and Type Method Description void
DerivedDataSegmentDefinition. setBucket(DerivedDataSegmentBucket bucket)
Constructors in com._1c.g5.v8.derived.pipeline with parameters of type DerivedDataSegmentBucket 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.
-