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 booleanIDerivedDataOrchestrator. beginProcessing(DerivedDataSegmentBucket bucket)Begins processing of the specified bucket.voidIDerivedDataOrchestrator. cancelProcessing(DerivedDataSegmentBucket bucket)Cancels processing of the specified bucket.voidIDerivedDataOrchestrator. endProcessing(DerivedDataSegmentBucket bucket, boolean interrupted)Ends processing of the specified bucket.voidIDerivedDataManager. resetStageLock(DerivedDataSegmentBucket stage)Resets the lock being set earlierObjectIDerivedDataManager. scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController)Schedules the orchestrated modal operation.ObjectIDerivedDataManager. scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket stage)Schedules the orchestrated operation.StageLockRequestResultIDerivedDataManager. 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 ObjectIContextCollectingSession. scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController)Schedules a new modal operation with corresponding controllerdefault IObjectDerivedDataContextIContextCollectingSession. 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 booleanIModalOperationController. 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 DerivedDataSegmentBucketDerivedDataSegmentDefinition. getBucket()static DerivedDataSegmentBucketDerivedDataSegmentBucket. 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 voidDerivedDataSegmentDefinition. 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.
-