Uses of Package
com._1c.g5.v8.derived.pipeline
-
Packages that use com._1c.g5.v8.derived.pipeline Package Description com._1c.g5.v8.derived com._1c.g5.v8.derived.pipeline com._1c.g5.v8.dt.bp.scheme.derived -
Classes in com._1c.g5.v8.derived.pipeline used by com._1c.g5.v8.derived Class Description DerivedDataSegmentBucket The DD pipeline consists of the following buckets:
SYNC - the part of DD that could be computed in parallel with external source changes (resource sync.DerivedDataSegmentDefinition Standard definition of the async derived data segment.PipelineSegmentStatus Async.PipelineStatus Pipeline status being communicated to the outer world for synchronization. -
Classes in com._1c.g5.v8.derived.pipeline used by com._1c.g5.v8.derived.pipeline Class Description DerivedDataSegmentBucket The DD pipeline consists of the following buckets:
SYNC - the part of DD that could be computed in parallel with external source changes (resource sync.DerivedDataSegmentConcurrencyStrategy Derived data computation facility supports the following set of strategies for organizing concurrent computation of DD segments inside the combined DD pipeline:
EXCLUSIVE - The segment is placed in the pipeline according to it's priority, segment locks next segments from computation (except cases when segment supports lazy computations) CONCURRENT - segments with the same priority are grouped in a single group, data in those segments are calculated concurrently.MultithreadingComputationPolicy Policy which defines the usage of multithreading computations for DD segments.PipelineStatus Pipeline status being communicated to the outer world for synchronization. -
Classes in com._1c.g5.v8.derived.pipeline used by com._1c.g5.v8.dt.bp.scheme.derived Class Description DerivedDataSegmentDefinition Standard definition of the async derived data segment.