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

Public Types | |
| UnmappedExtentPageIsNotImplemented = 1 | |
| NoExtentAvailable = 1601 | |
| enum | ErrorCode { UnmappedExtentPageIsNotImplemented = 1, NoExtentAvailable = 1601 } |
Public Member Functions | |
| STATIC_CONST (SignalLength=3) | |
Public Attributes | |
| union { | |
| struct { | |
| Uint32 tablespace_id | |
| Uint32 table_id | |
| Uint32 fragment_id | |
| } request | |
| struct { | |
| Uint32 errorCode | |
| Local_key page_id | |
| Uint32 page_count | |
| } reply | |
| }; | |
Definition at line 22 of file Extent.hpp.
Definition at line 33 of file Extent.hpp.
00033 { 00034 UnmappedExtentPageIsNotImplemented = 1, 00035 NoExtentAvailable = 1601 00036 };
| AllocExtentReq::STATIC_CONST | ( | SignalLength | = 3 |
) |
For printing
| union { ... } |
Definition at line 48 of file Extent.hpp.
Definition at line 44 of file Extent.hpp.
Definition at line 50 of file Extent.hpp.
Definition at line 49 of file Extent.hpp.
| struct { ... } AllocExtentReq::reply |
Referenced by Tablespace_client::alloc_extent(), Tsman::execALLOC_EXTENT_REQ(), and Tsman::execDUMP_STATE_ORD().
| struct { ... } AllocExtentReq::request |
Referenced by Tablespace_client::alloc_extent(), Tsman::execALLOC_EXTENT_REQ(), and Tsman::execDUMP_STATE_ORD().
Definition at line 43 of file Extent.hpp.
Definition at line 42 of file Extent.hpp.
1.4.7

