SAP ABAP Class CL_LIB_CLUSTER (implements a basic storage in cluster)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DB (Application Component) Database Interface, Database Platforms
⤷
SHDB_TOOLS (Package) helper classes for HANA DB
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LIB_CLUSTERABLE | add possibility to store a class in cluster | 20120213 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LIB_SERIALIZABLE | add serialization properies to a class | 20120213 |
Properties
| Class | CL_LIB_CLUSTER | |
| Short Description | implements a basic storage in cluster | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SHDB_TOOLS | helper classes for HANA DB |
| Created | 20120213 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_LIB_CLUSTER has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_LIB_CLUSTERABLE | add possibility to store a class in cluster | 20120213 | ||
| 2 | IF_LIB_SERIALIZABLE | add serialization properies to a class | 20120213 |
Friends
Class CL_LIB_CLUSTER has no friend class.
Attributes
Class CL_LIB_CLUSTER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20120314 |
Events
Class CL_LIB_CLUSTER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_KEY_EXT | Public | See coding | 20120314 | BEGIN OF ts_key_ext,
dir TYPE if_lib_clusterable=>ts_key,
oref TYPE REF TO if_lib_clusterable,
END OF ts_key_ext
|
||
| 2 | TT_KEY_EXT | Public | See coding | 20120314 | tt_key_ext TYPE STANDARD TABLE OF ts_key_ext WITH DEFAULT KEY
|
Method Signatures
Method DIR_LOADED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_DIR | Value transfer | Type reference (TYPE) | TT_KEY_EXT | 20120314 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | exceptions of HANA DB objects | 20120314 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |