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.context com._1c.g5.v8.derived.operations 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.void
IDerivedDataManager. resetStageLock(DerivedDataSegmentBucket stage)
Resets the lock being set earlierObject
IDerivedDataManager. scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController)
Schedules the orchestrated modal operation.Object
IDerivedDataManager. scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket stage)
Schedules the orchestrated operation.StageLockRequestResult
IDerivedDataManager. setStageLock(DerivedDataSegmentBucket stage, boolean allowDataComputing)
Locks the async. -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type DerivedDataSegmentBucket Modifier and Type Method Description default Object
IContextCollectingSession. scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController)
Schedules a new modal operation with corresponding controllerdefault IObjectDerivedDataContext
IContextCollectingSession. scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket stage)
Schedules managed operation -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.derived.operations
Methods in com._1c.g5.v8.derived.operations with parameters of type DerivedDataSegmentBucket Modifier and Type Method Description default boolean
IModalOperationController. isStageBlockAppliedInModalOperation(DerivedDataSegmentBucket stage)
Checks if the async pipeline stage block is applied to the current modal operation or it should be ignored by the modal operation. -
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.
-