![]() |
A platform for high-performance distributed tool and library development written in C++. It can be deployed in two different cluster modes: standalone or distributed. API for v0.5.0, released on June 13, 2018.
|
#include <StoragePagePinned.h>
Inheritance diagram for pdb::StoragePagePinned:
Collaboration diagram for pdb::StoragePagePinned:Public Member Functions | |
| StoragePagePinned () | |
| ~StoragePagePinned () | |
| bool | getMorePagesToLoad () |
| void | setMorePagesToLoad (bool morePagesToLoad) |
| NodeID | getNodeID () |
| void | setNodeID (NodeID nodeId) |
| DatabaseID | getDatabaseID () |
| void | setDatabaseID (DatabaseID dbId) |
| UserTypeID | getUserTypeID () |
| void | setUserTypeID (UserTypeID typeId) |
| SetID | getSetID () |
| void | setSetID (SetID setId) |
| PageID | getPageID () |
| void | setPageID (PageID pageId) |
| size_t | getPageSize () |
| void | setPageSize (size_t pageSize) |
| size_t | getSharedMemOffset () |
| void | setSharedMemOffset (size_t offset) |
Public Member Functions inherited from pdb::Object | |
| void | setVTablePtr (void *setToMe) |
| void * | getVTablePtr () |
| virtual void | setUpAndCopyFrom (void *target, void *source) const |
| virtual void | deleteObject (void *deleteMe) |
| virtual size_t | getSize (void *ofMe) |
Private Attributes | |
| bool | morePagesToLoad |
| NodeID | nodeId |
| DatabaseID | dbId |
| UserTypeID | userTypeId |
| SetID | setId |
| PageID | pageId |
| size_t | pageSize |
| size_t | sharedMemOffset |
Additional Inherited Members | |
Static Public Member Functions inherited from pdb::Object | |
| static void * | operator new (size_t sz, const std::nothrow_t &tag) |
| static void * | operator new (size_t sz) |
| static void | operator delete (void *me) |
| static void * | operator new (std::size_t count, void *ptr) |
Definition at line 31 of file StoragePagePinned.h.
|
inline |
Definition at line 35 of file StoragePagePinned.h.
|
inline |
Definition at line 36 of file StoragePagePinned.h.
|
inline |
Definition at line 56 of file StoragePagePinned.h.
|
inline |
Definition at line 40 of file StoragePagePinned.h.
|
inline |
Definition at line 48 of file StoragePagePinned.h.
|
inline |
Definition at line 80 of file StoragePagePinned.h.
|
inline |
Definition at line 88 of file StoragePagePinned.h.
|
inline |
Definition at line 72 of file StoragePagePinned.h.
|
inline |
Definition at line 97 of file StoragePagePinned.h.
|
inline |
Definition at line 64 of file StoragePagePinned.h.
|
inline |
Definition at line 59 of file StoragePagePinned.h.
|
inline |
Definition at line 43 of file StoragePagePinned.h.
|
inline |
Definition at line 51 of file StoragePagePinned.h.
|
inline |
Definition at line 83 of file StoragePagePinned.h.
|
inline |
Definition at line 91 of file StoragePagePinned.h.
|
inline |
Definition at line 75 of file StoragePagePinned.h.
|
inline |
Definition at line 100 of file StoragePagePinned.h.
|
inline |
Definition at line 67 of file StoragePagePinned.h.
|
private |
Definition at line 109 of file StoragePagePinned.h.
|
private |
Definition at line 107 of file StoragePagePinned.h.
|
private |
Definition at line 108 of file StoragePagePinned.h.
|
private |
Definition at line 112 of file StoragePagePinned.h.
|
private |
Definition at line 113 of file StoragePagePinned.h.
|
private |
Definition at line 111 of file StoragePagePinned.h.
|
private |
Definition at line 114 of file StoragePagePinned.h.
|
private |
Definition at line 110 of file StoragePagePinned.h.