Uses of Enum Class
com._1c.g5.v8.internal.derived.pipeline.AllowedComputations
Packages that use AllowedComputations
-
Uses of AllowedComputations in com._1c.g5.v8.internal.derived.pipeline
Fields in com._1c.g5.v8.internal.derived.pipeline with type parameters of type AllowedComputationsModifier and TypeFieldDescriptionstatic final Collection<AllowedComputations>AllowedComputations.ALLBoth data and any type of operations are allowedstatic final Collection<AllowedComputations>AllowedComputations.DATA_ONLYData computation are allowed, no operations are allowedstatic final Collection<AllowedComputations>AllowedComputations.IMPORTANT_OPERATIONS_ONLYOnly operations marked as important are allowedMethods in com._1c.g5.v8.internal.derived.pipeline that return AllowedComputationsModifier and TypeMethodDescriptionstatic AllowedComputationsReturns the enum constant of this class with the specified name.static AllowedComputations[]AllowedComputations.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com._1c.g5.v8.internal.derived.pipeline with type arguments of type AllowedComputationsModifier and TypeMethodDescriptionAsyncProcessingPipelineSegmentGroup.gatherNextAvailableTask(Collection<AllowedComputations> allowedComputations) Gathers next available task.IAsyncProcessingPipelineSegmentGroup.gatherNextAvailableTask(Collection<AllowedComputations> allowedComputations) Gathers next available task.OperationPipelineSegmentGroup.gatherNextAvailableTask(Collection<AllowedComputations> allowedComputations) AsyncProcessingPipelineSegment.getNextAvailableTaskInfo(Map<Object, String> taskLocks, Collection<AllowedComputations> allowedComputations) IAsyncProcessingPipelineSegment.getNextAvailableTaskInfo(Map<Object, String> taskLocks, Collection<AllowedComputations> allowedComputations) Gets the next available task information from this segment, in case of available.OperationPipelineSegment.getNextAvailableTaskInfo(Map<Object, String> activeLockingTasks, Collection<AllowedComputations> allowedComputations) booleanAsyncProcessingPipelineSegmentGroup.hasAvaiableTasks(Collection<AllowedComputations> allowedComputations) booleanIAsyncProcessingPipelineSegmentGroup.hasAvaiableTasks(Collection<AllowedComputations> allowedComputations) Checks if the group has available tasks.booleanOperationPipelineSegmentGroup.hasAvaiableTasks(Collection<AllowedComputations> allowedComputations)