Package | Description |
---|---|
net.sf.joafip.heapfile.record.entity |
Modifier and Type | Class and Description |
---|---|
class |
HeapFreeNode
free node
the node identification value is take from HeapRecord implement the data size comparison implement reading of root free node from HeapRecord |
class |
HeapIdNode
record identifier node
the node identification value is take from HeapRecord implement the identification value comparison implement reading of root identification node from HeapRecord |
Modifier and Type | Method and Description |
---|---|
protected AbstractHeapRBTNode<DataRecordIdentifier> |
HeapIdNode.heapNode(HeapRecord heapRecord) |
protected AbstractHeapRBTNode<Integer> |
HeapFreeNode.heapNode(HeapRecord heapRecord) |
protected abstract AbstractHeapRBTNode<E> |
AbstractHeapRBTNode.heapNode(HeapRecord heapRecord)
get the heap node from the heap record from heap file, depending of heap
tree it is not at same location on heap record.
|
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.