![]() |
Storage Engine API
|
#include <btree_ondisk.h>
Public Types | |
| enum | { BucketSize = 8192, BucketBodySize = BucketSize - BucketType::HeaderSize } |
| typedef FixedWidthKey< DiskLoc > | FixedWidthKeyType |
| typedef DiskLoc | LocType |
| typedef KeyBson | KeyType |
| typedef KeyBson | KeyOwnedType |
| typedef BtreeBucketV0 | BucketType |
Static Public Member Functions | |
| static void | initBucket (BucketType *bucket) |
Static Public Attributes | |
| static const int | KeyMax = OldBucketSize / 10 |
| static const int | INVALID_N_SENTINEL = -1 |
| typedef KeyBson mongo::BtreeLayoutV0::KeyType |
| typedef DiskLoc mongo::BtreeLayoutV0::LocType |
|
inlinestatic |
|
static |
|
static |