Uses of Enum Class
com._1c.g5.v8.derived.pipeline.DerivedDataSegmentBucket
Packages that use DerivedDataSegmentBucket
Package
Description
-
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.derived
Methods in com._1c.g5.v8.derived that return DerivedDataSegmentBucketModifier and TypeMethodDescriptionDerivedDataStatus.getActiveStage()Gets an active stage of a pipelineMethods in com._1c.g5.v8.derived with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionbooleanIDerivedDataOrchestrator.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 earlierIDerivedDataManager.scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) Schedules the orchestrated modal operation.IDerivedDataManager.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket stage) Schedules the orchestrated operation.IDerivedDataManager.setStageLock(DerivedDataSegmentBucket stage, boolean allowDataComputing) Locks the async. pipeline stage (to support manual operations with external pipeline state control).Constructors in com._1c.g5.v8.derived with parameters of type DerivedDataSegmentBucketModifierConstructorDescriptionDerivedDataStatus(DerivedDataSegmentBucket activeStage, PipelineStatus pipelineStatus, boolean modelSyncActive) Constructs a status instance -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptiondefault 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 DerivedDataSegmentBucketModifier and TypeMethodDescriptiondefault 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 DerivedDataSegmentBucketModifier and TypeMethodDescriptionDerivedDataSegmentDefinition.getBucket()static DerivedDataSegmentBucketReturns the enum constant of this class with the specified name.static DerivedDataSegmentBucket[]DerivedDataSegmentBucket.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.derived.pipeline with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionvoidDerivedDataSegmentDefinition.setBucket(DerivedDataSegmentBucket bucket) Constructors in com._1c.g5.v8.derived.pipeline with parameters of type DerivedDataSegmentBucketModifierConstructorDescriptionDerivedDataSegmentDefinition(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. -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.derived.v2.pipeline
Methods in com._1c.g5.v8.derived.v2.pipeline that return DerivedDataSegmentBucketModifier and TypeMethodDescriptionDerivedDataSegmentDefinitionV2.getPreferredStage()Gets the preferred async. pipeline execution stage for this segmentConstructors in com._1c.g5.v8.derived.v2.pipeline with parameters of type DerivedDataSegmentBucketModifierConstructorDescriptionDerivedDataSegmentDefinitionV2(String segmentId, DerivedDataSegmentBucket preferredSegment, DerivedDataSegmentConcurrencyStrategy concurrency, boolean operationSegment, String segmentName, String segmentStatusTemplate, boolean longRunningSegment, Set<String> dependsOn) Creates an instance of the DD pipeline segment definition.DerivedDataSegmentDefinitionV2(String segmentId, DerivedDataSegmentBucket preferredSegment, DerivedDataSegmentConcurrencyStrategy concurrency, String segmentName, String segmentStatusTemplate, Set<String> dependsOn) Creates an instance of the DD pipeline data segment definition -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.internal.derived
Methods in com._1c.g5.v8.internal.derived that return DerivedDataSegmentBucketModifier and TypeMethodDescriptionDerivedDataManager.getActiveNonPriorityTasksResetRequiredStage()Methods in com._1c.g5.v8.internal.derived with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionvoidDerivedDataManager.resetStageLock(DerivedDataSegmentBucket stage) DerivedDataManager.scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) DerivedDataManager.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket stage) DerivedDataManager.setStageLock(DerivedDataSegmentBucket stage, boolean allowDataComputing) -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.internal.derived.context
Methods in com._1c.g5.v8.internal.derived.context with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionContextCollectingSession.scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) ContextCollectingSession.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket bucket) -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.internal.derived.pipeline
Fields in com._1c.g5.v8.internal.derived.pipeline with type parameters of type DerivedDataSegmentBucketModifier and TypeFieldDescriptionstatic final Map<DerivedDataSegmentBucket,String> AsyncProcessingPipeline.OPERATION_SEGMENTSMethods in com._1c.g5.v8.internal.derived.pipeline that return DerivedDataSegmentBucketModifier and TypeMethodDescriptionAsyncProcessingPipeline.getActiveNonPriorityTasksResetRequiredStage()IAsyncProcessingPipeline.getActiveNonPriorityTasksResetRequiredStage()Checks if a supplier requests a reset of currently computed non-priority tasks (e.g. due to more prioritable operation is appeared)AsyncProcessingPipeline.getActivePipelineStage()IAsyncProcessingPipeline.getActivePipelineStage()Gets the current stage of the DD async. pipeline.AsyncProcessingPipeline.getActiveStageLock()IAsyncProcessingPipeline.getActiveStageLock()Gets active stage lock (if any)AsyncProcessingPipelineSegmentGroup.getStage()IAsyncProcessingPipelineSegmentGroup.getStage()Gets a DD pipeline stage this group is belongs toOperationPipelineSegmentGroup.getStage()AsyncProcessingTask.getTargetStage()Gets a target stage for this taskMethods in com._1c.g5.v8.internal.derived.pipeline that return types with arguments of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionPipelineUtils.splitDDPipelineSegmentDefinitionsByBuckets(Collection<DerivedDataSegmentDefinition> segmentDefinitions) Split DD pipeline segment definitions by priority buckets.Methods in com._1c.g5.v8.internal.derived.pipeline with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionvoidAsyncProcessingPipeline.resetStageLock(DerivedDataSegmentBucket stage) voidIAsyncProcessingPipeline.resetStageLock(DerivedDataSegmentBucket stage) Resets the stage lock, if anyAsyncProcessingPipeline.setStageLock(DerivedDataSegmentBucket stage, boolean allowDataComputing) IAsyncProcessingPipeline.setStageLock(DerivedDataSegmentBucket stage, boolean allowDataComputing) Sets the stage lock for a specified stage of async pipeline.Constructors in com._1c.g5.v8.internal.derived.pipeline with parameters of type DerivedDataSegmentBucketModifierConstructorDescriptionCreates an instance of the DD async. pipeline segment group.AsyncProcessingTask(String segmentId, Object objectId, boolean operation, boolean modal, DerivedDataSegmentBucket targetStage) Creates the task for the given segment and object.OperationPipelineSegmentGroup(IAsyncProcessingPipelineSegment segment, DerivedDataSegmentBucket stage) Creates an instance of the DD async. pipeline segment group. -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.internal.derived.scheduler
Methods in com._1c.g5.v8.internal.derived.scheduler that return DerivedDataSegmentBucketModifier and TypeMethodDescriptionIDerivedDataTaskSupplier.getActiveNonPriorityTasksResetRequiredStage()Checks if a supplier requests a reset of currently computed non-priority tasks (e.g. due to more prioritable operation is appeared)TestSupplier.getActiveNonPriorityTasksResetRequiredStage()IDerivedDataTaskSupplier.TaskStatus.getStage()Gets a target pipeline stage of the taskDerivedDataComputationTask.getTargetStage()Gets a target pipeline stage for this taskITaskProcessor.getTargetStage()Task target stage of an async. pipelineTestTaskProcessor.getTargetStage()Methods in com._1c.g5.v8.internal.derived.scheduler with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionvoidTestSupplier.addFirst(DerivedDataComputationTask task, DerivedDataSegmentBucket stage) voidTestSupplier.addLast(DerivedDataComputationTask task, DerivedDataSegmentBucket stage) voidDerivedDataExecutorPool.cancelNonPriorityTasks(DerivedDataSegmentBucket stageToReset) voidIDerivedDataExecutorPool.cancelNonPriorityTasks(DerivedDataSegmentBucket stageToReset) Cancels all non-priority tasks being executed at the moment, starting from a provided stage.voidTestPool.cancelNonPriorityTasks(DerivedDataSegmentBucket stageToReset) Constructors in com._1c.g5.v8.internal.derived.scheduler with parameters of type DerivedDataSegmentBucketModifierConstructorDescriptionDerivedDataComputationTask(Object task, TaskType type, boolean operation, boolean modal, DerivedDataSegmentBucket targetStage) Constructs the task.TaskStatus(TaskType taskType, DerivedDataSegmentBucket stage) Constructs an instance of a task status -
Uses of DerivedDataSegmentBucket in com._1c.g5.v8.internal.derived.tracing
Methods in com._1c.g5.v8.internal.derived.tracing with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionvoidPipelineBlockingRecorder.recordInternalBlock(boolean externalBlock, boolean infrastructureBlock, DerivedDataSegmentBucket bucket, String modelId) Records DD pipeline internal block eventstatic voidTracer.traceAsyncPipelineBlockedByOrchestrator(DerivedDataSegmentBucket activeBucket) Traces the blocking of the async.static voidTracer.traceAsyncPipelineBlockingDueToUserActivity(DerivedDataSegmentBucket activeBucket) Traces the blocking of the async. -
Uses of DerivedDataSegmentBucket in com.e1c.g5.v8.dt.internal.snapshot
Methods in com.e1c.g5.v8.dt.internal.snapshot with parameters of type DerivedDataSegmentBucketModifier and TypeMethodDescriptionvoidDerivedDataManagerMock.resetStageLock(DerivedDataSegmentBucket stage) DerivedDataManagerMock.scheduleModalOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, DerivedDataSegmentBucket stage, IModalOperationController modalOperationController) DerivedDataManagerMock.scheduleOperation(Consumer<org.eclipse.core.runtime.IProgressMonitor> operation, OperationType operationType, boolean important, DerivedDataSegmentBucket stage) DerivedDataManagerMock.setStageLock(DerivedDataSegmentBucket stage, boolean allowDataComputing)