Package | Description |
---|---|
com.bigdata.htree | |
com.bigdata.htree.data |
Modifier and Type | Class and Description |
---|---|
class |
MutableDirectoryPageData
Implementation maintains Java objects corresponding to the persistent data
and defines methods for a variety of mutations on the
IDirectoryData
record which operate by direct manipulation of the Java objects. |
Modifier and Type | Method and Description |
---|---|
com.bigdata.htree.DirectoryPage |
INodeFactory.allocNode(AbstractHTree htree,
long addr,
IDirectoryData data)
Create a node.
|
Constructor and Description |
---|
MutableDirectoryPageData(int addressBits,
IDirectoryData src)
Makes a mutable copy of the source data record.
|
Modifier and Type | Method and Description |
---|---|
IDirectoryData |
DefaultDirectoryPageCoder.decode(AbstractFixedByteArrayBuffer data) |
IDirectoryData |
DefaultDirectoryPageCoder.encodeLive(IDirectoryData node,
DataOutputBuffer buf) |
Modifier and Type | Method and Description |
---|---|
AbstractFixedByteArrayBuffer |
DefaultDirectoryPageCoder.encode(IDirectoryData node,
DataOutputBuffer buf) |
IDirectoryData |
DefaultDirectoryPageCoder.encodeLive(IDirectoryData node,
DataOutputBuffer buf) |
static StringBuilder |
DefaultDirectoryPageCoder.toString(IDirectoryData node,
StringBuilder sb)
Utility method formats the
IDirectoryData . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.