Uses of Enum Class
com._1c.g5.resourcemanagement.SystemLoadState
Packages that use SystemLoadState
-
Uses of SystemLoadState in com._1c.g5.resourcemanagement
Methods in com._1c.g5.resourcemanagement that return SystemLoadStateModifier and TypeMethodDescriptionActivityResourcePermissions.getLoadState()Gets the last load state of the systemstatic SystemLoadStateReturns the enum constant of this class with the specified name.static SystemLoadState[]SystemLoadState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.resourcemanagement with parameters of type SystemLoadStateModifier and TypeMethodDescriptionActivityDemandsDefaultAdapter.gatherPermissions(long availableSharedMemory, int availableCores, SystemLoadState overloadState) IActivityDemandsDefinition.gatherPermissions(long availableSharedMemory, int availableCores, SystemLoadState overloadState) Computes resource permissions for the activity.Constructors in com._1c.g5.resourcemanagement with parameters of type SystemLoadStateModifierConstructorDescriptionActivityResourcePermissions(int cores, SystemLoadState loadState) Constructs resource permissionsActivityResourcePermissions(SystemLoadState loadState) Constructs resource permissions