Uses of Class
com._1c.g5.resourcemanagement.SystemLoadState
-
Packages that use SystemLoadState Package Description com._1c.g5.resourcemanagement -
-
Uses of SystemLoadState in com._1c.g5.resourcemanagement
Methods in com._1c.g5.resourcemanagement that return SystemLoadState Modifier and Type Method Description SystemLoadStateActivityResourcePermissions. getLoadState()Gets the last load state of the systemstatic SystemLoadStateSystemLoadState. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemLoadState[]SystemLoadState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.resourcemanagement with parameters of type SystemLoadState Modifier and Type Method Description ActivityResourcePermissionsActivityDemandsDefaultAdapter. gatherPermissions(long availableSharedMemory, int availableCores, SystemLoadState overloadState)ActivityResourcePermissionsIActivityDemandsDefinition. gatherPermissions(long availableSharedMemory, int availableCores, SystemLoadState overloadState)Computes resource permissions for the activity.Constructors in com._1c.g5.resourcemanagement with parameters of type SystemLoadState Constructor Description ActivityResourcePermissions(int cores, SystemLoadState loadState)Constructs resource permissionsActivityResourcePermissions(SystemLoadState loadState)Constructs resource permissions
-