#include <Extent.hpp>
Collaboration diagram for AllocPageReq:

Public Types | |
| UnmappedExtentPageIsNotImplemented = 1 | |
| NoPageFree = 2 | |
| enum | ErrorCode { UnmappedExtentPageIsNotImplemented = 1, NoPageFree = 2 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=3) | |
Public Attributes | |
| Local_key | key |
| Uint32 | bits |
| union { | |
| struct { | |
| Uint32 table_id | |
| Uint32 fragment_id | |
| Uint32 tablespace_id | |
| } request | |
| struct { | |
| Uint32 errorCode | |
| } reply | |
| }; | |
Definition at line 85 of file Extent.hpp.
Definition at line 96 of file Extent.hpp.
00096 { 00097 UnmappedExtentPageIsNotImplemented = 1, 00098 NoPageFree= 2 00099 };
| AllocPageReq::STATIC_CONST | ( | SignalLength | = 3 |
) |
For printing
| union { ... } |
Definition at line 102 of file Extent.hpp.
Referenced by Tsman::execALLOC_PAGE_REQ(), and Tsman::execDUMP_STATE_ORD().
Definition at line 113 of file Extent.hpp.
Definition at line 108 of file Extent.hpp.
Definition at line 101 of file Extent.hpp.
Referenced by Tsman::execALLOC_PAGE_REQ(), and Tsman::execDUMP_STATE_ORD().
| struct { ... } AllocPageReq::reply |
Referenced by Tsman::execALLOC_PAGE_REQ(), and Tsman::execDUMP_STATE_ORD().
| struct { ... } AllocPageReq::request |
Referenced by Tsman::execALLOC_PAGE_REQ(), and Tsman::execDUMP_STATE_ORD().
Definition at line 107 of file Extent.hpp.
Definition at line 109 of file Extent.hpp.
1.4.7

