Uses of Enum Class
com._1c.g5.v8.derived.pipeline.PipelineStatus
Packages that use PipelineStatus
Package
Description
-
Uses of PipelineStatus in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived that return PipelineStatusModifier and TypeMethodDescriptionDerivedDataStatus.getPipelineStatus()
Gets the current pipeline statusConstructors in com._1c.g5.v8.derived with parameters of type PipelineStatusModifierConstructorDescriptionDerivedDataStatus
(DerivedDataSegmentBucket activeStage, PipelineStatus pipelineStatus, boolean modelSyncActive) Constructs a status instance -
Uses of PipelineStatus in com._1c.g5.v8.derived.pipeline
Methods in com._1c.g5.v8.derived.pipeline that return PipelineStatusModifier and TypeMethodDescriptionstatic PipelineStatus
Returns the enum constant of this class with the specified name.static PipelineStatus[]
PipelineStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PipelineStatus in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived that return PipelineStatusModifier and TypeMethodDescriptionDerivedDataManager.getAsyncPipelineStatus()
Gets the current pipeline status of the async. pipeline.IComputationTaskManager.getAsyncPipelineStatus()
Gets the current pipeline status of the async. pipeline. -
Uses of PipelineStatus in com._1c.g5.v8.internal.derived.pipeline
Methods in com._1c.g5.v8.internal.derived.pipeline that return PipelineStatusModifier and TypeMethodDescriptionAsyncProcessingPipeline.getActivePipelineStatus()
IAsyncProcessingPipeline.getActivePipelineStatus()
Gets the current status of the DD async. pipeline.AsyncProcessingPipeline.getStatus()
IAsyncProcessingPipeline.getStatus()
Gets the current status of the DD async. pipeline. -
Uses of PipelineStatus in com._1c.g5.v8.internal.derived.tracing
Methods in com._1c.g5.v8.internal.derived.tracing with parameters of type PipelineStatusModifier and TypeMethodDescriptionstatic void
Tracer.logDDState
(boolean isInfrastructureReady, PipelineStatus pipelineStatus, DerivedDataStatus ddStatus) Logs current overal DD state into the console