/AWS1/CL_FNSKXCACHESTORAGECONF¶
The configuration for read only disk cache associated with a cluster.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/FNSKXCACHESTORAGETYPE /AWS1/FNSKXCACHESTORAGETYPE¶
The type of cache storage. The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
CACHE_250 – This type provides at least 250 MB/s disk access throughput.
CACHE_12 – This type provides at least 12 MB/s disk access throughput.
For cache type
CACHE_1000andCACHE_250you can select cache size as 1200 GB or increments of 2400 GB. For cache typeCACHE_12you can select the cache size in increments of 6000 GB.
iv_size TYPE /AWS1/FNSKXCACHESTORAGESIZE /AWS1/FNSKXCACHESTORAGESIZE¶
The size of cache in Gigabytes.
Queryable Attributes¶
type¶
The type of cache storage. The valid values are:
CACHE_1000 – This type provides at least 1000 MB/s disk access throughput.
CACHE_250 – This type provides at least 250 MB/s disk access throughput.
CACHE_12 – This type provides at least 12 MB/s disk access throughput.
For cache type
CACHE_1000andCACHE_250you can select cache size as 1200 GB or increments of 2400 GB. For cache typeCACHE_12you can select the cache size in increments of 6000 GB.
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 | 
size¶
The size of cache in Gigabytes.
Accessible with the following methods¶
| Method | Description | 
|---|---|
| GET_SIZE() | Getter for SIZE, with configurable default | 
| ASK_SIZE() | Getter for SIZE w/ exceptions if field has no value | 
| HAS_SIZE() | Determine if SIZE 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_KXCACHESTORAGECONFS¶
TYPES TT_KXCACHESTORAGECONFS TYPE STANDARD TABLE OF REF TO /AWS1/CL_FNSKXCACHESTORAGECONF WITH DEFAULT KEY
.