/AWS1/CL_BDOMEMORYSTRATEGY¶
Contains information about a memory strategy.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_strategyid
TYPE /AWS1/BDOMEMORYSTRATEGYID
/AWS1/BDOMEMORYSTRATEGYID
¶
The unique identifier of the memory strategy.
iv_name
TYPE /AWS1/BDONAME
/AWS1/BDONAME
¶
The name of the memory strategy.
iv_type
TYPE /AWS1/BDOMEMORYSTRATEGYTYPE
/AWS1/BDOMEMORYSTRATEGYTYPE
¶
The type of the memory strategy.
it_namespaces
TYPE /AWS1/CL_BDONAMESPACESLIST_W=>TT_NAMESPACESLIST
TT_NAMESPACESLIST
¶
The namespaces associated with the memory strategy.
Optional arguments:¶
iv_description
TYPE /AWS1/BDODESCRIPTION
/AWS1/BDODESCRIPTION
¶
The description of the memory strategy.
io_configuration
TYPE REF TO /AWS1/CL_BDOSTRATEGYCONF
/AWS1/CL_BDOSTRATEGYCONF
¶
The configuration of the memory strategy.
iv_createdat
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the memory strategy was created.
iv_updatedat
TYPE /AWS1/BDOTIMESTAMP
/AWS1/BDOTIMESTAMP
¶
The timestamp when the memory strategy was last updated.
iv_status
TYPE /AWS1/BDOMEMORYSTRATEGYSTATUS
/AWS1/BDOMEMORYSTRATEGYSTATUS
¶
The current status of the memory strategy.
Queryable Attributes¶
strategyId¶
The unique identifier of the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STRATEGYID() |
Getter for STRATEGYID, with configurable default |
ASK_STRATEGYID() |
Getter for STRATEGYID w/ exceptions if field has no value |
HAS_STRATEGYID() |
Determine if STRATEGYID has a value |
name¶
The name of the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
configuration¶
The configuration of the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
type¶
The type of the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
namespaces¶
The namespaces associated with the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NAMESPACES() |
Getter for NAMESPACES, with configurable default |
ASK_NAMESPACES() |
Getter for NAMESPACES w/ exceptions if field has no value |
HAS_NAMESPACES() |
Determine if NAMESPACES has a value |
createdAt¶
The timestamp when the memory strategy was created.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp when the memory strategy was last updated.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
status¶
The current status of the memory strategy.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MEMORYSTRATEGYLIST
¶
TYPES TT_MEMORYSTRATEGYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDOMEMORYSTRATEGY WITH DEFAULT KEY
.