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.ALL
Both data and any type of operations are allowedstatic final Collection<AllowedComputations>
AllowedComputations.DATA_ONLY
Data computation are allowed, no operations are allowedstatic final Collection<AllowedComputations>
AllowedComputations.IMPORTANT_OPERATIONS_ONLY
Only operations marked as important are allowedMethods in com._1c.g5.v8.internal.derived.pipeline that return AllowedComputationsModifier and TypeMethodDescriptionstatic AllowedComputations
Returns 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) boolean
AsyncProcessingPipelineSegmentGroup.hasAvaiableTasks
(Collection<AllowedComputations> allowedComputations) boolean
IAsyncProcessingPipelineSegmentGroup.hasAvaiableTasks
(Collection<AllowedComputations> allowedComputations) Checks if the group has available tasks.boolean
OperationPipelineSegmentGroup.hasAvaiableTasks
(Collection<AllowedComputations> allowedComputations)