SAP ABAP Class CL_RSR_CACHE_STAT (Cache statistics)
Hierarchy
☛
SAP_BW (Software Component) SAP Business Warehouse
⤷
BW-BEX-OT (Application Component) OLAP Technology
⤷
RSR_CACHE (Package) BW: Reporting Processor Cache
⤷
⤷
Properties
| Class | CL_RSR_CACHE_STAT | |
| Short Description | Cache statistics | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | RSR_CACHE | BW: Reporting Processor Cache |
| Created | 20130120 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RSR_CACHE_STAT has no interface implemented.
Friends
Class CL_RSR_CACHE_STAT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | RSRCA_TS_CACHE_STATS | 20130120 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | RSRCA_TS_CACHE_STATS | 20130120 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Delete statistic entry | 20130120 | |
| 2 | Instance method | Public | Method | Flush statistics to database | 20130120 | |
| 3 | Instance method | Public | Method | 20130731 | ||
| 4 | Instance method | Public | Method | get changed flag for specific statistic entries | 20130120 | |
| 5 | Instance method | Public | Method | Read statistic entry | 20130120 | |
| 6 | Instance method | Public | Method | Update read statistics | 20130120 | |
| 7 | Instance method | Public | Method | Update write statistics | 20130120 |
Events
Class CL_RSR_CACHE_STAT has no event.
Types
Class CL_RSR_CACHE_STAT has no local type.
Method Signatures
Method DELETE_STAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130120 | |||
| 2 | I_MEM_ID | Call by reference | Type reference (TYPE) | RSRCB_MEM_ID | Memory ID | 20130120 |
Method DELETE_STAT on class CL_RSR_CACHE_STAT has no exception.
Method FLUSH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CON | Call by reference | Type reference (TYPE) | DBCON_NAME | Logical name for a database connection | 20130120 |
Method FLUSH on class CL_RSR_CACHE_STAT has no exception.
Method GET_ALL_STATS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TS_STATS_TABLE | Call by reference | Type reference (TYPE) | RSRCA_TS_CACHE_STATS | Table Type for Cache Statistics Data | 20130731 |
Method GET_ALL_STATS on class CL_RSR_CACHE_STAT has no exception.
Method GET_CHANGED_FLAG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_TH_ENTRY_CHANGED | Call by reference | Type reference (TYPE) | RSRCS_TH_ENTRY_CHANGED | 20130120 | ||||
| 2 | I_MEM_ID | Call by reference | Type reference (TYPE) | RSRCB_MEM_ID | Memory ID | 20130120 | |||
| 3 | I_T_GUID | Call by reference | Type reference (TYPE) | RSRCS_T_GUIDS | 20130120 |
Method GET_CHANGED_FLAG on class CL_RSR_CACHE_STAT has no exception.
Method GET_ENTRY_STAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130120 | |||
| 2 | I_MEM_ID | Call by reference | Type reference (TYPE) | RSRCB_MEM_ID | Memory ID | 20130120 | |||
| 3 | R_S_STATS | Value transfer | Type reference (TYPE) | RSR_CACHE_STATS | Statistics for Cache Entries | 20130120 |
Method GET_ENTRY_STAT on class CL_RSR_CACHE_STAT has no exception.
Method UPDATE_READ_STAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | Internal display of the report identifier | 20130120 | |||
| 2 | I_GUID | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20130120 | |||
| 3 | I_MEM_ID | Call by reference | Type reference (TYPE) | RSRCB_MEM_ID | Memory ID | 20130120 |
Method UPDATE_READ_STAT on class CL_RSR_CACHE_STAT has no exception.
Method UPDATE_WRITE_STAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COMPUTE_TIME | Call by reference | Type reference (TYPE) | RSTIMESTMPL | 20130120 | ||||
| 2 | I_DATA_SIZE | Call by reference | Type reference (TYPE) | RSRCA_INT | 20130120 | ||||
| 3 | I_GENUNIID | Call by reference | Type reference (TYPE) | RSGENUNIID | 20130120 | ||||
| 4 | I_GUID | Call by reference | Type reference (TYPE) | GUID_32 | 20130120 | ||||
| 5 | I_MEM_ID | Call by reference | Type reference (TYPE) | RSRCB_MEM_ID | 20130120 |
Method UPDATE_WRITE_STAT on class CL_RSR_CACHE_STAT has no exception.
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |