public class SystemIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BlockReadCacheSize
Size of read block cache (32 bit systems only).
|
static int |
BlockSize
Size, in bytes, of a block
|
static int |
BlockSizeTest
Size, in bytes, of a block for testing
|
static int |
BlockSizeTestMem
Size, in bytes, of a block for testing
|
static int |
BlockWriteCacheSize
Size of the delayed-write block cache (32 bit systems only) (per file)
|
static boolean |
Checking |
static byte |
FillByte
FillByte value for NullOut
|
static boolean |
is64bitSystem |
static int |
Node2NodeIdCacheSize
Size of Node to NodeId cache.
|
static int |
NodeId2NodeCacheSize
Size of NodeId to Node cache.
|
static int |
NodeMissCacheSize
Size of Node lookup miss cache.
|
static boolean |
NullOut
null out (with the FillByte) freed up space in buffers
|
static int |
OrderMem
Order of an in-memory BTree or B+Tree
|
static int |
SegmentSize
Size, in bytes, of a segment (used for memory mapped files)
|
static int |
SizeOfPointer
Size, in bytes, of a pointer between blocks
|
| Constructor and Description |
|---|
SystemIndex() |
| Modifier and Type | Method and Description |
|---|---|
static FileMode |
fileMode() |
static boolean |
getNullOut()
Are we nulling out unused space in bytebuffers (records, points etc)
|
static void |
init() |
static void |
setFileMode(FileMode newFileMode) |
static void |
setNullOut(boolean nullOut) |
public static final int SizeOfPointer
public static final boolean is64bitSystem
public static final int BlockSize
public static final int BlockSizeTest
public static final int BlockSizeTestMem
public static final int OrderMem
public static final int SegmentSize
public static final int Node2NodeIdCacheSize
public static final int NodeId2NodeCacheSize
public static final int NodeMissCacheSize
public static final int BlockWriteCacheSize
public static final int BlockReadCacheSize
public static boolean NullOut
public static final byte FillByte
public static boolean Checking
public static void init()
public static void setNullOut(boolean nullOut)
public static boolean getNullOut()
public static FileMode fileMode()
public static void setFileMode(FileMode newFileMode)
Licensed under the Apache License, Version 2.0