MySQL 5.6.14 Source Code Document
|
#include <FsReadWriteReq.hpp>
Public Types | |
enum | NdbfsFormatType { fsFormatListOfPairs = 0, fsFormatArrayOfPages = 1, fsFormatListOfMemPages = 2, fsFormatGlobalPage = 3, fsFormatSharedPage = 4, fsFormatMax } |
Public Member Functions | |
STATIC_CONST (FixedLength=6) |
Friends | |
class | Ndbfs |
class | VoidFs |
class | AsyncFile |
class | PosixAsyncFile |
class | Win32AsyncFile |
class | Dbdict |
class | Lgman |
class | Tsman |
class | Pgman |
class | Restore |
class | Dblqh |
bool | printFSREADWRITEREQ (FILE *output, const Uint32 *theData, Uint32 len, Uint16 receiverBlockNo) |
FsReadWriteReq - Common signal class for FSWRITEREQ and FSREADREQ
SENDER: RECIVER: Ndbfs
Definition at line 33 of file FsReadWriteReq.hpp.
Enum type for errorCode
Definition at line 62 of file FsReadWriteReq.hpp.
FsReadWriteReq::STATIC_CONST | ( | FixedLength | = 6 | ) |
Length of signal
|
friend |
Sender(s)
Definition at line 46 of file FsReadWriteReq.hpp.
|
friend |
Reciver(s)
Definition at line 37 of file FsReadWriteReq.hpp.
|
friend |
For printing
Definition at line 24 of file FsReadWriteReq.cpp.