Inheritance diagram for CdbBdbSTestRegistryP:

Public Member Functions | |
| CdbBdbSTestRegistryP (const char *theDescription, const BdbTime &theCreationTime, const BdbTime &theId) | |
| Normal constructor. | |
| virtual | ~CdbBdbSTestRegistryP () |
| Destructor. | |
| virtual bool | isMaster () const |
| Check if it's the master. | |
| virtual | BdbRef (CdbBdbSOriginCollectionP) originCollection() const |
| virtual | BdbRef (CdbBdbSPartitionsLayoutP) partitionsLayout() const |
| virtual | BdbRef (CdbBdbSClusterCollectionP) pClusterCollection() const |
| virtual | BdbRef (CdbBdbSRallocatorP< d_UShort >) originRallocator() const |
| virtual | BdbRef (CdbBdbSRallocatorP< d_UShort >) partitionRallocator() const |
| virtual | BdbRef (CdbBdbSRallocatorP< d_UShort >) pClusterRallocator() const |
Static Public Member Functions | |
| CdbStatus | create (BdbHandle(CdbBdbSRegistryP)&theRegistryH, const char *theDescription) |
| Factory method for objects of this class. | |
See details below.
Definition at line 15 of file CdbBdbSTestRegistryP.ddl.
|
||||||||||||||||
|
Normal constructor. NOTES:
ATTENTION: Use the above defined static factory method to create persistent objects of this class.
Definition at line 119 of file CdbBdbSTestRegistryP.cc. References CdbBdbSRegistryP::defaultDbIdRange(), and CdbBdbSUtils::getLocalDbIdRange(). Referenced by create(). |
|
|
Destructor.
Definition at line 143 of file CdbBdbSTestRegistryP.cc. |
|
|
Implements CdbBdbSRegistryP. |
|
|
Implements CdbBdbSRegistryP. |
|
|
Implements CdbBdbSRegistryP. |
|
|
Implements CdbBdbSRegistryP. |
|
|
Implements CdbBdbSRegistryP. |
|
|
Implements CdbBdbSRegistryP. |
|
||||||||||||
|
Factory method for objects of this class. IMPORTANT: This operation can only be run against a federation, which already loaded with CDB infrastructure for the corresponding MASTER database. The parameters of the registry will be inquired from the collection of origins found at the MASTER's federation.
Definition at line 25 of file CdbBdbSTestRegistryP.cc. References CdbBdbSTestRegistryP(), CdbBdbSRegistryP::defaultDbIdRange(), CdbStatus::Error, CdbBdbSRegistryP::findLocal(), CdbBdbSRegistryP::findMaster(), CdbBdbSUtils::getLocalDbIdRange(), and CdbStatus::Success. |
|
|
Check if it's the master.
Implements CdbBdbSRegistryP. Definition at line 147 of file CdbBdbSTestRegistryP.cc. |
1.3-rc3