JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
A
AccessPath
- Class in
org.apache.jena.dboe.trans.bplustree
AccessPath(BPTreeNode)
- Constructor for class org.apache.jena.dboe.trans.bplustree.
AccessPath
add(BPTreeNode, int, BPTreePage)
- Method in class org.apache.jena.dboe.trans.bplustree.
AccessPath
addLogging(BPlusTree)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Debugging
addToMetaData(MetaFile)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
addTracking(BPlusTree)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Debugging
allocate(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
allocLimit()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
B
beginRead()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
beginUpdate()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
BlockTracker
- Class in
org.apache.jena.dboe.trans.bplustree
Track the lifecycles of allocate-write, getRead-promote-write and getWrite-write.
BPlusTree
- Class in
org.apache.jena.dboe.trans.bplustree
B-Tree taken from:
BPlusTreeFactory
- Class in
org.apache.jena.dboe.trans.bplustree
Make BPlusTrees - this code works in close association with the BPlusTree constructor
BPlusTreeParams
- Class in
org.apache.jena.dboe.trans.bplustree
Configuration for a B+Tree
BPlusTreeParams(int, int, int)
- Constructor for class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
BPlusTreeParams(int, RecordFactory)
- Constructor for class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
BPlusTreeRewriter
- Class in
org.apache.jena.dboe.trans.bplustree.rewriter
BPlusTreeRewriter()
- Constructor for class org.apache.jena.dboe.trans.bplustree.rewriter.
BPlusTreeRewriter
BPT
- Class in
org.apache.jena.dboe.trans.bplustree
B+Tree assist functions
BPT()
- Constructor for class org.apache.jena.dboe.trans.bplustree.
BPT
BPTreeException
- Exception in
org.apache.jena.dboe.trans.bplustree
BPTreeException()
- Constructor for exception org.apache.jena.dboe.trans.bplustree.
BPTreeException
BPTreeException(String)
- Constructor for exception org.apache.jena.dboe.trans.bplustree.
BPTreeException
BPTreeNode
- Class in
org.apache.jena.dboe.trans.bplustree
BPTreeNodeMgr
- Class in
org.apache.jena.dboe.trans.bplustree
BPlusTreePageMgr = BPlusTreeNode manager
BPTreeNodeMgr(BPlusTree, BlockMgr)
- Constructor for class org.apache.jena.dboe.trans.bplustree.
BPTreeNodeMgr
BPTreePage
- Class in
org.apache.jena.dboe.trans.bplustree
Abstraction of a B+Tree node - either an branch (BTreeNode) or records block (BTreeRecords)
BPTreeRecords
- Class in
org.apache.jena.dboe.trans.bplustree
B+Tree wrapper over a block of records in a RecordBufferPage.
BPTreeRecordsMgr
- Class in
org.apache.jena.dboe.trans.bplustree
Bridge for making, getting and putting BPTreeRecords over a RecordBufferPageMgr
BPTStateMgr
- Class in
org.apache.jena.dboe.trans.bplustree
Manage the persistent state of the tree This consists of last committed root, and the limits on the blocks for both nodes and records.
BPTStateMgr(BufferChannel)
- Constructor for class org.apache.jena.dboe.trans.bplustree.
BPTStateMgr
C
calcBlockSize(int, RecordFactory)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
return the size of a block
calcOrder(int, RecordFactory)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
Return the best fit for the blocksize and the record length.
calcOrder(int, int)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
Return the best fit for the blocksize and the record length.
check()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
checking(boolean)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPT
Enable detailed internal consistency checking
CheckingConcurrency
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPT
CheckingNode
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPT
checkNode()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
checkNodeDeep()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
cleanStart()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
cleanStart()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
cleanStart()
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
clear()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
clearAll()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
clearHistory()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
close()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
close()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
close()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
close()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
collectHistory
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
contains(Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
create(ComponentId, BPlusTreeParams, BufferChannel, BlockMgr, BlockMgr)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Create the java structures to correspond to the supplied block managers for the persistent storage.
create()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
createBPTree(ComponentId, FileSet, RecordFactory)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Create a B+Tree using defaults
createBPTree(ComponentId, FileSet, int, int, int, int, RecordFactory)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Knowing all the parameters, create a B+Tree
createBPTreeByBlockSize(ComponentId, FileSet, int, int, int, RecordFactory)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Create a B+Tree by BlockSize
createBPTreeByOrder(ComponentId, FileSet, int, int, int, RecordFactory)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Create a B+Tree by Order
createBPTreeByOrder(ComponentId, FileSet, int, RecordFactory)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Create a B+Tree by Order
createNode(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNodeMgr
Allocate space for a fresh node.
createNonTxn(BPlusTreeParams, BufferChannel, BlockMgr, BlockMgr)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Create the java structures to correspond to the supplied block managers for the persistent storage.
createRootOnlyBPTree(BPlusTreeParams, BufferChannel, BlockMgr, BlockMgr)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPT
The initial tree is a single root node with no records block below it.
D
delete(Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
delete(BPTreeNode, Record)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
Delete a record - return the old value if there was one, else null
deleteAndReturnOld(Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
dump()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
dump(IndentedWriter)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
dump()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
dump(IndentedWriter)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
dumpToString()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
DumpTree
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPT
Dump before and after top level update operations
E
endRead()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
endUpdate()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
F
find(Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
finishRead()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
finishRecovery()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
finishRecovery()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
finishRecovery()
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
finishUpdate()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
forcePromoteModes
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPT
Enable forces promotion of blocks; otherwise blocks are promoted as needed.
free(Block)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
free()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
G
get(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getBackingBlock()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
getBackingBlock()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getBlob()
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
getBlockMgr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
getBlockMgr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getBPTree()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
getCalcBlockSize()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getCount()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
getCount()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getHighRecord()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getId()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
getId()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getKeyFactory()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getKeyLength()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getLabel()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
getLowRecord()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getMaxPtr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getMaxRec()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getMaxSize()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
getMaxSize()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getMinPtr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getMinRec()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getNodeBlocksLimit()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTStateMgr
getNodeManager()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
Only use for careful manipulation of structures
getOrder()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getParams()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
Get the parameters describing this B+Tree
getPath()
- Method in class org.apache.jena.dboe.trans.bplustree.
AccessPath
getPtrBuffer()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
Do not use without great care
getPtrLength()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getRead(long)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
getRead(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNodeMgr
getRead(int, int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNodeMgr
Fetch a block - fill in the parent id, which is not in the on-disk bytes
getRecordBuffer()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
Do not use without great care
getRecordBufferPageMgr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
getRecordFactory()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
getRecordFactory()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getRecordLength()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
getRecordsBlocksLimit()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTStateMgr
getRecordsMgr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
Only use for careful manipulation of structures
getRefStr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
getRefStr()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getRoot()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTStateMgr
getRootId()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
getSplitKey()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
getStateManager()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
Only use for careful manipulation of structures
getString()
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
Get data as string - convenience operation
getWrite(long)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
getWrite(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNodeMgr
getWrite(int, int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNodeMgr
Fetch a block - fill in the parent id, which is not in the on-disk bytes
H
hasAnyKeys()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
I
infoAll(boolean)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPT
Output a lot of detailed information.
insert(Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
insert(BPTreeNode, Record)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
Insert a record - return existing value if any, else null
insertAndReturnOld(Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
Add a record into the B+Tree
internalMaxRecord(AccessPath)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
internalMinRecord(AccessPath)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
isClosed()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
isEmpty()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
isEmpty()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
isEmpty()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
isFull()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
isLeaf()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
isMinSize()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
isOpen()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
iterator()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
iterator(Record, Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
iterator(Record, Record, RecordMapper<X>)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
L
length()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
logger
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
Logging
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPT
M
makeBPlusTree(ComponentId, FileSet, int, int, int, int, int)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
makeMem(int, int, int)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
(Testing mainly) Make an in-memory B+Tree, with copy-in, copy-out block managers
makeMem(String, int, int, int)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
(Testing mainly) Make an in-memory B+Tree, with copy-in, copy-out block managers
makeMem(int, int, int, int)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
(Testing mainly) Make an in-memory B+Tree, with copy-in, copy-out block managers
makeMem(String, int, int, int, int)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
(Testing mainly) Make an in-memory B+Tree, with copy-in, copy-out block managers
makeRecordFactory(int, int)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
maxKey()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
minKey()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
N
newRoot(BPTreeNode)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
nonTransactional()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
NoParent
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
NS
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
O
open()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
org.apache.jena.dboe.trans.bplustree
- package org.apache.jena.dboe.trans.bplustree
org.apache.jena.dboe.trans.bplustree.rewriter
- package org.apache.jena.dboe.trans.bplustree.rewriter
org.apache.jena.dboe.trans.data
- package org.apache.jena.dboe.trans.data
output(IndentedWriter)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
output(IndentedWriter)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
overwrite(Block)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
P
packIntoBPlusTree(Iterator<Record>, BPlusTreeParams, RecordFactory, BufferChannel, BlockMgr, BlockMgr)
- Static method in class org.apache.jena.dboe.trans.bplustree.rewriter.
BPlusTreeRewriter
Given a stream of records and details of the B+Tree to build, go and build it.
ParamBlockSize
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
ParamKeyLength
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
ParamOrder
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
ParamValueLength
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
promote(Block)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
promoteDuplicateNodes
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPT
Whether to duplicate a nodes block on a promotion call if forcePromoteModes=true
promoteDuplicateRecords
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPT
Whether to duplicate a records block on a promotion call if forcePromoteModes=true
R
read(long, byte[], int, int)
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
readMeta(MetaFile)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
rebuild(BPlusTree, BufferChannel, BlockMgr, BlockMgr)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeFactory
Reset an existing B+Tree with different storage units.
recover(ByteBuffer)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
recover(ByteBuffer)
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
recover(ByteBuffer)
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
release(Block)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
release()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
reset(BPTreeNode, int, BPTreePage)
- Method in class org.apache.jena.dboe.trans.bplustree.
AccessPath
reset(Block)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
reset(Block)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
resetAlloc(long)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
RootId
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
RootParent
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
S
search(BPTreeNode, Record)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
Find a record, using the active comparator
setBlob(ByteBuffer)
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
Set the byte buffer.
setCount(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
setCount(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
setIsLeaf(boolean)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
setString(String)
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
Set data from string - convenience operation
shiftLeft(BPTreePage, Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
shiftRight(BPTreePage, Record)
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
size()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
split()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
Split: place old high half in 'other'.
startRead()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
startRecovery()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
startRecovery()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
startRecovery()
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
startUpdate()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecordsMgr
sync()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
sync()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTree
sync()
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
syncForce()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
T
toString()
- Method in class org.apache.jena.dboe.trans.bplustree.
AccessPath
toString()
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
toString()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
toString()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeNode
toString()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
toString()
- Method in class org.apache.jena.dboe.trans.data.
TransBlob
track(BlockMgr)
- Static method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
TransBinaryDataFile
- Class in
org.apache.jena.dboe.trans.data
Transactional
BinaryDataFile
.
TransBinaryDataFile(BinaryDataFile, ComponentId, BufferChannel)
- Constructor for class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
Create a transactional BinaryDataFile over a base implementation.
TransBlob
- Class in
org.apache.jena.dboe.trans.data
Manage a single binary (not too large) object.
TransBlob(ComponentId, BufferChannel)
- Constructor for class org.apache.jena.dboe.trans.data.
TransBlob
truncate(long)
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
Truncate only supported for an abort - this transactional version of
BinaryDataFile
will not truncate to earlier than the committed length.
U
UnsetParent
- Static variable in class org.apache.jena.dboe.trans.bplustree.
BPlusTreeParams
V
valid(int)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
W
write(Block)
- Method in class org.apache.jena.dboe.trans.bplustree.
BlockTracker
write()
- Method in class org.apache.jena.dboe.trans.bplustree.
BPTreeRecords
write(byte[], int, int)
- Method in class org.apache.jena.dboe.trans.data.
TransBinaryDataFile
A
B
C
D
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Licensed under the Apache License, Version 2.0