Initializing help system before first use

ExecutionResourceGroup

An ExecutionResourceGroup description.

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

new ExecutionResourceGroup ( data )

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:
Type Description
string | null
Back to Top
getDefaultThreads ( ) → {number|null}

The default number of threads.

Returns:
Type Description
number | null
Back to Top
getDescription ( ) → {string}

Descriptive text about the execution resource group.

Returns:
Type Description
string
Back to Top
getMemory ( ) → {string|null}

The memory.

Returns:
Type Description
string | null
Back to Top
getMinMemory ( ) → {string|null}

The minimum memory.

Returns:
Type Description
string | null
Back to Top
getMinThreads ( ) → {number|null}

The minimum number of threads.

Returns:
Type Description
number | null
Back to Top
getName ( ) → {string}

Name of the execution resource group.

Returns:
Type Description
string
Back to Top
getThreads ( ) → {number|null}

The number of threads.

Returns:
Type Description
number | null
Back to Top
isReadOnly ( ) → {boolean}

Whether the resource group is readonly.

Returns:
Type Description
boolean
Back to Top

© 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.