ExecutionResourceGroup
Method summary
| name | description |
|---|---|
| getDefaultMemory | The default memory. |
| getDefaultThreads | The default number of threads. |
| getDescription | Descriptive text about the execution resource group. |
| getMemory | The memory. |
| getMinMemory | The minimum memory. |
| getMinThreads | The minimum number of threads. |
| getName | Name of the execution resource group. |
| getThreads | The number of threads. |
| isReadOnly | Whether the resource group is readonly. |
Constructor
Creates an Execution Resource Group. The constructor should not be invoked directly, instances can be obtained via App#getExecutionResourceGroups.
Parameters:
| Name | Type | Description |
|---|---|---|
| data | Payload data for execution resource group |
Methods
- getDefaultMemory ( ) → {string|null}
-
The default memory.
Returns:
Back to TopType Description string | null - getDefaultThreads ( ) → {number|null}
-
The default number of threads.
Returns:
Back to TopType Description number | null - getDescription ( ) → {string}
-
Descriptive text about the execution resource group.
Returns:
Back to TopType Description string - getMemory ( ) → {string|null}
-
The memory.
Returns:
Back to TopType Description string | null - getMinMemory ( ) → {string|null}
-
The minimum memory.
Returns:
Back to TopType Description string | null - getMinThreads ( ) → {number|null}
-
The minimum number of threads.
Returns:
Back to TopType Description number | null - getName ( ) → {string}
-
Name of the execution resource group.
Returns:
Back to TopType Description string - getThreads ( ) → {number|null}
-
The number of threads.
Returns:
Back to TopType Description number | null - isReadOnly ( ) → {boolean}
-
Whether the resource group is readonly.
Returns:
Back to TopType Description boolean
© 2001-2025 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.
