A B C D E F G H I J K L M N O P Q R S T U V W _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- absolute(String) - Method in class org.apache.jena.dboe.base.file.Location
-
Return an absolute filename where relative names are resolved from the location
- absolute(String, String) - Method in class org.apache.jena.dboe.base.file.Location
-
Return an absolute filename where relative names are resolved from the location
- access(int, byte[], RecordMapper<X>) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- access(ByteBuffer, int, byte[], RecordMapper<X>) - Method in class org.apache.jena.dboe.base.record.RecordFactory
- acquire(String) - Static method in class org.apache.jena.dboe.base.file.ChannelManager
- acquire(String, String) - Static method in class org.apache.jena.dboe.base.file.ChannelManager
- add(int) - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
- add(int, int) - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
- add(int, Record) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- add(Record) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- addCache(BlockMgr, int, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Add a caching layer to a BlockMgr.
- addCache(BlockMgr, FileSet, FileMode, int, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Add a caching layer to a BlockMgr if appropriate.
- AddTracker - Static variable in class org.apache.jena.dboe.base.block.BlockMgrFactory
- allocate(int) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Allocate an uninitialized block - writable - call only inside a update sequence.
- allocate(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrBase
- allocate(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrFreeChain
- allocate(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- allocate(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- allocate(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- allocate(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- allocate(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- allocate(int) - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- allocate(int) - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- allocate(int) - Method in class org.apache.jena.dboe.base.file.BlockAccessDirect
- allocate(int) - Method in class org.apache.jena.dboe.base.file.BlockAccessMapped
- allocate(int) - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- allocBoundary() - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- allocBoundary() - Method in class org.apache.jena.dboe.base.file.BlockAccessBase
- allocBoundary() - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- allocBoundary() - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- allocLimit() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
The fixed allocated blocks are in the range [0,allocLimit).
- allocLimit() - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- allocLimit() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- allocLimit() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- allocLimit() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- allocLimit() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- allocLimit() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- AlreadyLocked - Exception in org.apache.jena.dboe.base.file
-
Exception throws when an attempt to take a
ProcessFileLockwith a call ofProcessFileLock.lockEx()is made and the lock is already held. - AlreadyLocked(String) - Constructor for exception org.apache.jena.dboe.base.file.AlreadyLocked
B
- beginRead() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Start of read
- beginRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrBase
- beginRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- beginRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- beginRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- beginRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- beginUpdate() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Start of update
- beginUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrBase
- beginUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- beginUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- beginUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- beginUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- beginUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- BinaryDataFile - Interface in org.apache.jena.dboe.base.file
-
An append-only, read-anywhere, binary file.
- BinaryDataFileMem - Class in org.apache.jena.dboe.base.file
-
Implementation of
BinaryDataFilein memory for testing and development use. - BinaryDataFileMem() - Constructor for class org.apache.jena.dboe.base.file.BinaryDataFileMem
- BinaryDataFileRandomAccess - Class in org.apache.jena.dboe.base.file
-
Implementation of
BinaryDataFileusingRandomAccessFile. - BinaryDataFileRandomAccess(String) - Constructor for class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- BinaryDataFileSync - Class in org.apache.jena.dboe.base.file
-
Add synchronization to all BinaryDataFile operations.
- BinaryDataFileSync(BinaryDataFile) - Constructor for class org.apache.jena.dboe.base.file.BinaryDataFileSync
- BinaryDataFileWrapper - Class in org.apache.jena.dboe.base.file
- BinaryDataFileWrapper(BinaryDataFile) - Constructor for class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- BinaryDataFileWriteBuffered - Class in org.apache.jena.dboe.base.file
-
Implementation of
BinaryDataFileadding write buffering to anotherBinaryDataFilefile, such as aBinaryDataFileRandomAccess. - BinaryDataFileWriteBuffered(BinaryDataFile) - Constructor for class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- BinaryDataFileWriteBuffered(BinaryDataFile, int) - Constructor for class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- Block - Class in org.apache.jena.dboe.base.block
- Block(long, ByteBuffer) - Constructor for class org.apache.jena.dboe.base.block.Block
- Block(Long, ByteBuffer) - Constructor for class org.apache.jena.dboe.base.block.Block
- Block2RecordBufferPage(RecordFactory) - Constructor for class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr.Block2RecordBufferPage
- BlockAccess - Interface in org.apache.jena.dboe.base.file
-
Interface to concrete storage - read and write Blocks, addressed by id.
- BlockAccessBase - Class in org.apache.jena.dboe.base.file
-
Support for a disk file backed FileAccess
- BlockAccessBase(String, int) - Constructor for class org.apache.jena.dboe.base.file.BlockAccessBase
- BlockAccessByteArray - Class in org.apache.jena.dboe.base.file
-
FileAccess interface backed by a byte array.
- BlockAccessByteArray(String) - Constructor for class org.apache.jena.dboe.base.file.BlockAccessByteArray
- BlockAccessDirect - Class in org.apache.jena.dboe.base.file
- BlockAccessDirect(String, int) - Constructor for class org.apache.jena.dboe.base.file.BlockAccessDirect
- BlockAccessMapped - Class in org.apache.jena.dboe.base.file
-
FileAccess for a file, using memory mapped I/O
- BlockAccessMapped(String, int) - Constructor for class org.apache.jena.dboe.base.file.BlockAccessMapped
- BlockAccessMem - Class in org.apache.jena.dboe.base.file
-
File access layer that simulates a disk in-memory - for testing, not written for efficiency.
- BlockAccessMem(String, int) - Constructor for class org.apache.jena.dboe.base.file.BlockAccessMem
- BlockConverter<T extends Page> - Interface in org.apache.jena.dboe.base.page
-
Convert between Blocks and typed Pages
- BlockException - Exception in org.apache.jena.dboe.base.block
- BlockException() - Constructor for exception org.apache.jena.dboe.base.block.BlockException
- BlockException(String) - Constructor for exception org.apache.jena.dboe.base.block.BlockException
- BlockException(String, Throwable) - Constructor for exception org.apache.jena.dboe.base.block.BlockException
- BlockException(Throwable) - Constructor for exception org.apache.jena.dboe.base.block.BlockException
- BlockMgr - Interface in org.apache.jena.dboe.base.block
- BlockMgrBase - Class in org.apache.jena.dboe.base.block
- BlockMgrBuilder - Interface in org.apache.jena.dboe.base.block
- BlockMgrBuilderStd - Class in org.apache.jena.dboe.base.block
- BlockMgrBuilderStd() - Constructor for class org.apache.jena.dboe.base.block.BlockMgrBuilderStd
- BlockMgrCache - Class in org.apache.jena.dboe.base.block
-
Caching block manager - this is an LRU cache
- BlockMgrFactory - Class in org.apache.jena.dboe.base.block
- BlockMgrFactory() - Constructor for class org.apache.jena.dboe.base.block.BlockMgrFactory
- BlockMgrFileAccess - Class in org.apache.jena.dboe.base.block
-
Block manager that maps from the FileAccess layer to a BlockMgr.
- BlockMgrFreeChain - Class in org.apache.jena.dboe.base.block
-
Recycle blocks - but only in-session.
- BlockMgrFreeChain(BlockMgr) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrFreeChain
- BlockMgrLogger - Class in org.apache.jena.dboe.base.block
- BlockMgrLogger(String, BlockMgr, boolean) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrLogger
- BlockMgrLogger(BlockMgr, boolean) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrLogger
- BlockMgrLogger(Logger, String, BlockMgr, boolean) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrLogger
- BlockMgrReadonly - Class in org.apache.jena.dboe.base.block
- BlockMgrReadonly(BlockMgr) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrReadonly
- BlockMgrSwitcher - Class in org.apache.jena.dboe.base.block
- BlockMgrSwitcher(BlockMgr, BlockMgr) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrSwitcher
- BlockMgrSync - Class in org.apache.jena.dboe.base.block
-
Add synchronized to a BlockMgr.
- BlockMgrSync(BlockMgr) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrSync
- BlockMgrTracker - Class in org.apache.jena.dboe.base.block
- BlockMgrWrapper - Class in org.apache.jena.dboe.base.block
- BlockMgrWrapper(BlockMgr) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrWrapper
- BlockParams - Interface in org.apache.jena.dboe.base.block
- BlockReadCacheSize - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size of read block cache (32 bit systems only).
- BlockSize - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size, in bytes, of a block
- BlockSizeTest - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size, in bytes, of a block for testing
- BlockSizeTestMem - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size, in bytes, of a block for testing
- BlockType - Enum in org.apache.jena.dboe.base.block
- BlockWriteCacheSize - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size of the delayed-write block cache (32 bit systems only) (per file)
- BPTREE_BRANCH - org.apache.jena.dboe.base.block.BlockType
- BPTREE_LEAF - org.apache.jena.dboe.base.block.BlockType
- BTREE_NODE - org.apache.jena.dboe.base.block.BlockType
- BufferChannel - Interface in org.apache.jena.dboe.base.file
-
Interface to storage : a simplified version of FileChannel.
- BufferChannelFile - Class in org.apache.jena.dboe.base.file
- BufferChannelMem - Class in org.apache.jena.dboe.base.file
- BufferException - Exception in org.apache.jena.dboe.base.buffer
- BufferException() - Constructor for exception org.apache.jena.dboe.base.buffer.BufferException
- BufferException(String) - Constructor for exception org.apache.jena.dboe.base.buffer.BufferException
- BufferException(String, Throwable) - Constructor for exception org.apache.jena.dboe.base.buffer.BufferException
- BufferException(Throwable) - Constructor for exception org.apache.jena.dboe.base.buffer.BufferException
- BufferTestLib - Class in org.apache.jena.dboe.test
- BufferTestLib() - Constructor for class org.apache.jena.dboe.test.BufferTestLib
- buildBlockMgr(FileSet, String, BlockParams) - Method in interface org.apache.jena.dboe.base.block.BlockMgrBuilder
- buildBlockMgr(FileSet, String, BlockParams) - Method in class org.apache.jena.dboe.base.block.BlockMgrBuilderStd
- buildFrom(ByteBuffer, int) - Method in class org.apache.jena.dboe.base.record.RecordFactory
C
- calcBlockSize(RecordFactory, int) - Static method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- calcBlockSize(RecordFactory, int, int) - Static method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- calcRecordSize(RecordFactory, int) - Static method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- calcRecordSize(RecordFactory, int, int) - Static method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- ChannelManager - Class in org.apache.jena.dboe.base.file
- ChannelManager() - Constructor for class org.apache.jena.dboe.base.file.ChannelManager
- Checking - Static variable in class org.apache.jena.dboe.sys.SystemIndex
- checkMetadata(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Check property has the value given - throw exception if not.
- checkOrSetMetadata(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Check property is an expected value or set if missing
- clear() - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Clear all properties.
- close() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Close the block manager
- close() - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- close() - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- close() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- close() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- close() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- close() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- close() - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
- close() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- close() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- close() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- close() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- close() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- close() - Method in class org.apache.jena.dboe.base.file.BlockAccessBase
- close() - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- close() - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- close() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- close() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- close() - Method in class org.apache.jena.dboe.base.file.MetaFile
- close() - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- close() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- close() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordRangeIterator
- close(FileChannel) - Static method in class org.apache.jena.dboe.sys.FileLib
- compareByKey(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
- compareByKeyValue(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
- COUNT - Static variable in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- create() - Static method in class org.apache.jena.dboe.base.file.BufferChannelMem
- create() - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a record, allocating space for the key and value (if any)
- create() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr
- create(byte[]) - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a key and value record (value uninitialized)
- create(byte[], byte[]) - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a key and value record
- create(String) - Static method in class org.apache.jena.dboe.base.file.BufferChannelFile
-
Create a BufferChannelFile
- create(String) - Static method in class org.apache.jena.dboe.base.file.BufferChannelMem
- create(String) - Static method in class org.apache.jena.dboe.base.file.Location
-
Return a location for a directory on disk
- create(String) - Static method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
Create a
ProcessFileLockusing the named file. - create(String, String) - Static method in class org.apache.jena.dboe.base.file.BufferChannelFile
-
Create a BufferChannelFile
- create(Path) - Static method in class org.apache.jena.dboe.base.file.Location
-
Return a location for a directory on disk
- create(BlockType) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Allocate a new thing
- create(FileSet, String, int, int, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
- create(FileSet, String, BlockParams) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
- create(FileSet, String, FileMode, int, int, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
- createBinaryDataFile() - Static method in class org.apache.jena.dboe.base.file.FileFactory
- createBinaryDataFile(FileSet, String) - Static method in class org.apache.jena.dboe.base.file.FileFactory
- createBlank(Block, RecordFactory) - Static method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
-
The construction methods
- createBufferChannel(FileSet, String) - Static method in class org.apache.jena.dboe.base.file.FileFactory
- createBufferChannelMem() - Static method in class org.apache.jena.dboe.base.file.FileFactory
- createFile(String, BlockParams) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Create a BlockMgr backed by a real file
- createFile(String, FileMode, int, int, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Create a BlockMgr backed by a real file
- createFromBlock(Block, BlockType) - Method in interface org.apache.jena.dboe.base.page.BlockConverter
-
Create a new T from an uninitialized Block
- createFromBlock(Block, BlockType) - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr.Block2RecordBufferPage
- createKeyOnly() - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a key-only record, allocating blank space for the key
- createKeyOnly(Record) - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a key-only record
- createMem(String, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Create an in-memory block manager
- createMMapFile(String, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Create a NIO Block Manager
- createStdFile(String, int, int, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Create a Block Manager using direct access (and a cache)
- createStdFileNoCache(String, int) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
Create a Block Manager using direct access, no caching, no nothing.
- createUnmanaged(String, String) - Static method in class org.apache.jena.dboe.base.file.BufferChannelFile
-
Create a BufferChannelFile with unmanaged file resources - use with care
D
- datasetConfig - Static variable in class org.apache.jena.dboe.sys.Names
- DBOpEnvException - Exception in org.apache.jena.dboe
- DBOpEnvException() - Constructor for exception org.apache.jena.dboe.DBOpEnvException
- DBOpEnvException(String) - Constructor for exception org.apache.jena.dboe.DBOpEnvException
- DBOpEnvException(String, Throwable) - Constructor for exception org.apache.jena.dboe.DBOpEnvException
- DBOpEnvException(Throwable) - Constructor for exception org.apache.jena.dboe.DBOpEnvException
- DICTIONARY - org.apache.jena.dboe.base.block.BlockType
- direct - org.apache.jena.dboe.base.block.FileMode
-
Use in-JVM caching
- directoryMetafile - Static variable in class org.apache.jena.dboe.sys.Names
- dump() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- dump(PrintStream) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Debugging
- duplicate() - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
-
A duplicate which does not share anything with the original - for testing
- duplicate() - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
-
A duplicate which does not share anything with the original - for testing
- duplicate() - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Return another channel to the same storage but with independent position.
- duplicate() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- duplicate() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
E
- elBPlusTree - Static variable in class org.apache.jena.dboe.sys.Names
- elCreated - Static variable in class org.apache.jena.dboe.sys.Names
- elIndex - Static variable in class org.apache.jena.dboe.sys.Names
- elLayout - Static variable in class org.apache.jena.dboe.sys.Names
- elNode - Static variable in class org.apache.jena.dboe.sys.Names
- elObject - Static variable in class org.apache.jena.dboe.sys.Names
- elTimestamp - Static variable in class org.apache.jena.dboe.sys.Names
- elType - Static variable in class org.apache.jena.dboe.sys.Names
- elVersion - Static variable in class org.apache.jena.dboe.sys.Names
- endRead() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Completion of read
- endRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrBase
- endRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- endRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- endRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- endRead() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- endUpdate() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Completion of update
- endUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrBase
- endUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- endUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- endUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- endUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- endUpdate() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- ensurePropertySet(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Set property if not already set.
- equals(Object) - Method in class org.apache.jena.dboe.base.file.Location
- equals(Object) - Method in class org.apache.jena.dboe.base.record.Record
- equals(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
-
Is (key, value) of record1 equal to (key,value) of record2
- errlog - Static variable in class org.apache.jena.dboe.sys.SysDB
-
Send warnings and error
- executor - Static variable in class org.apache.jena.dboe.sys.SysDB
-
A general thread pool
- exists() - Method in class org.apache.jena.dboe.base.file.Location
-
Does the location exist (and it a directory, and is accessible)
- exists(String) - Method in class org.apache.jena.dboe.base.file.FileSet
- exists(String) - Method in class org.apache.jena.dboe.base.file.Location
- exists(String, String) - Method in class org.apache.jena.dboe.base.file.Location
- existsMetaData() - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Does this metafile exist on disk? (In-memory MetaFiles always exist)
- extBdfState - Static variable in class org.apache.jena.dboe.sys.Names
- extBptRecords - Static variable in class org.apache.jena.dboe.sys.Names
- extBptState - Static variable in class org.apache.jena.dboe.sys.Names
- extBptTree - Static variable in class org.apache.jena.dboe.sys.Names
- extHashBucketExt - Static variable in class org.apache.jena.dboe.sys.Names
- extHashExt - Static variable in class org.apache.jena.dboe.sys.Names
- extJournal - Static variable in class org.apache.jena.dboe.sys.Names
- extMeta - Static variable in class org.apache.jena.dboe.sys.Names
- extObjNodeData - Static variable in class org.apache.jena.dboe.sys.Names
- extract(int) - Static method in enum org.apache.jena.dboe.base.block.BlockType
- extState - Static variable in class org.apache.jena.dboe.sys.Names
F
- FileException - Exception in org.apache.jena.dboe.base.file
- FileException() - Constructor for exception org.apache.jena.dboe.base.file.FileException
- FileException(String) - Constructor for exception org.apache.jena.dboe.base.file.FileException
- FileException(String, Throwable) - Constructor for exception org.apache.jena.dboe.base.file.FileException
- FileException(Throwable) - Constructor for exception org.apache.jena.dboe.base.file.FileException
- FileFactory - Class in org.apache.jena.dboe.base.file
- FileFactory() - Constructor for class org.apache.jena.dboe.base.file.FileFactory
- FileLib - Class in org.apache.jena.dboe.sys
- FileLib() - Constructor for class org.apache.jena.dboe.sys.FileLib
- fileMode() - Static method in class org.apache.jena.dboe.sys.SystemIndex
- FileMode - Enum in org.apache.jena.dboe.base.block
- filename(String) - Method in class org.apache.jena.dboe.base.file.FileSet
- FileSet - Class in org.apache.jena.dboe.base.file
-
Naming metadata management to a collection of related files (same directory, same basename within directory, various extensions).
- FileSet(String) - Constructor for class org.apache.jena.dboe.base.file.FileSet
-
Create a FileSet given Location (directory) and name within the directory
- FileSet(String, String) - Constructor for class org.apache.jena.dboe.base.file.FileSet
-
Create a FileSet given Location (directory) and name within the directory
- FileSet(Location, String) - Constructor for class org.apache.jena.dboe.base.file.FileSet
-
Create a FileSet given Location (directory) and name within the directory
- FillByte - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
FillByte value for NullOut
- find(Record) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- find(Record, int, int) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
-
Search for key in range fromIndex (inclusive) to toIndex (exclusive)
- findGet(Record) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- finishRead() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Signal the completion of an read operation
- finishUpdate() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Signal the completion of an update operation
- flush() - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Write to backing file if changed
- format(Block, RecordFactory) - Static method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- free(Block) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Announce a block is no longer in use (i.e it's now freed)
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrFreeChain
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- free(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- free(Page) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- FREE - org.apache.jena.dboe.base.block.BlockType
- fromBlock(Block) - Method in interface org.apache.jena.dboe.base.page.BlockConverter
-
Create a T, given an existing Block
- fromBlock(Block) - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr.Block2RecordBufferPage
G
- get(int) - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
- get(int) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- getBackingBlock() - Method in interface org.apache.jena.dboe.base.page.Page
-
Return the block associated with this page
- getBackingBlock() - Method in class org.apache.jena.dboe.base.page.PageBase
- getBasename() - Method in class org.apache.jena.dboe.base.file.FileSet
- getBlockMgr() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- getBlockReadCacheSize() - Method in interface org.apache.jena.dboe.base.block.BlockParams
- getBlockSize() - Method in interface org.apache.jena.dboe.base.block.BlockParams
- getBlockWriteCacheSize() - Method in interface org.apache.jena.dboe.base.block.BlockParams
- getByteBuffer() - Method in class org.apache.jena.dboe.base.block.Block
- getCount() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- getCountBlocks() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordRangeIterator
- getCountRecords() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordRangeIterator
- getDirectoryPath() - Method in class org.apache.jena.dboe.base.file.Location
- getFileMode() - Method in interface org.apache.jena.dboe.base.block.BlockParams
- getFilename() - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Filename for this BufferChannel (maybe null)
- getFilename() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- getFilename() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- getFilename() - Method in class org.apache.jena.dboe.base.file.MetaFile
- getHigh() - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
- getHigh() - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- getId() - Method in class org.apache.jena.dboe.base.block.Block
- getId() - Method in interface org.apache.jena.dboe.base.page.Page
-
Pages are addressed ints (a page ref does in on-disk blocks) although block are address in longs
- getId() - Method in class org.apache.jena.dboe.base.page.PageBase
- getKey() - Method in class org.apache.jena.dboe.base.record.Record
- getLabel() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
- getLabel() - Method in class org.apache.jena.dboe.base.block.BlockMgrBase
- getLabel() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- getLabel() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- getLabel() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- getLabel() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- getLabel() - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- getLabel() - Method in class org.apache.jena.dboe.base.file.BlockAccessBase
- getLabel() - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- getLabel() - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- getLabel() - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
useful display string
- getLabel() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- getLabel() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- getLink() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- getLocation() - Method in class org.apache.jena.dboe.base.file.FileSet
- getLow() - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
- getLow() - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- getMaxSize() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- getMetaFile() - Method in class org.apache.jena.dboe.base.file.Location
- getName() - Method in enum org.apache.jena.dboe.base.block.BlockType
- getNullOut() - Static method in class org.apache.jena.dboe.sys.SystemIndex
-
Are we nulling out unused space in bytebuffers (records, points etc)
- getOrSetDefault(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Get property or the default value - also set the default value if not present
- getPath() - Method in class org.apache.jena.dboe.base.file.ProcessFileLock
- getPath(String) - Method in class org.apache.jena.dboe.base.file.Location
-
Return the name of the file relative to this location
- getPath(String, String) - Method in class org.apache.jena.dboe.base.file.Location
-
Return the name of the file, and extension, relative to this location
- getPid(int) - Static method in class org.apache.jena.dboe.sys.ProcessUtils
-
Tries to get the PID of the current process caching it for future calls since it won't change throughout the life of the process
- getProperty(String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Get the property value or null.
- getProperty(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Get the property value or return supplied default.
- getPropertyAsInteger(String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Get the property value and parse as an integer
- getPropertyAsInteger(String, int) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Get the property value and parse as an integer or return default value.
- getPropertySplit(String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Get property as a string and split on ",".
- getPropertySplit(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Get property as a string and split on ",", using the default string if not present in the MetaFile.
- getRead(int) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Fetch a block for reading.
- getRead(int, int) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Fetch a block for reading.
- getRead(long) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Fetch a block, use for read only
- getRead(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- getRead(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- getRead(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- getRead(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- getRead(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- getRead(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- getRecordBuffer() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- getRecordFactory() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr
- getRefStr() - Method in interface org.apache.jena.dboe.base.page.Page
-
Return a string for display that identifies this Page
- getRefStr() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- getSubDirectory(String) - Method in class org.apache.jena.dboe.base.file.Location
- getSubLocation(String) - Method in class org.apache.jena.dboe.base.file.Location
- getUnderlyingByteBuffer() - Method in class org.apache.jena.dboe.base.block.Block
- getValue() - Method in class org.apache.jena.dboe.base.record.Record
- getWrapped() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- getWrapped() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- getWrite(int) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Fetch a block for writing.
- getWrite(int, int) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Fetch a block for writing.
- getWrite(long) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Fetch a block, use for write and read - only inside "update"
- getWrite(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- getWrite(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- getWrite(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- getWrite(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- getWrite(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- getWrite(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- getWrite(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- globalLogging - Static variable in class org.apache.jena.dboe.base.block.BlockMgrCache
H
- hashCode() - Method in class org.apache.jena.dboe.base.file.Location
- hashCode() - Method in class org.apache.jena.dboe.base.record.Record
- hasNext() - Method in class org.apache.jena.dboe.base.buffer.RecordBufferIterator
- hasNext() - Method in class org.apache.jena.dboe.base.buffer.RecordBufferIteratorMapper
- hasNext() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordRangeIterator
- hasProperty(String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Test for the presence of a property
- hasSeparateValue() - Method in class org.apache.jena.dboe.base.record.Record
- hasValue() - Method in class org.apache.jena.dboe.base.record.RecordFactory
I
- id() - Method in enum org.apache.jena.dboe.base.block.BlockType
- init() - Static method in class org.apache.jena.dboe.sys.SysDB
- init() - Static method in class org.apache.jena.dboe.sys.SystemIndex
- insertInto(Record, ByteBuffer, int) - Method in class org.apache.jena.dboe.base.record.RecordFactory
- intToRecord(int) - Static method in class org.apache.jena.dboe.test.RecordLib
- intToRecord(int[]) - Static method in class org.apache.jena.dboe.test.RecordLib
- intToRecord(int[], int) - Static method in class org.apache.jena.dboe.test.RecordLib
- intToRecord(int, int) - Static method in class org.apache.jena.dboe.test.RecordLib
- intToRecord(int, RecordFactory) - Static method in class org.apache.jena.dboe.test.RecordLib
- is64bitSystem - Static variable in class org.apache.jena.dboe.sys.SysDB
- is64bitSystem - Static variable in class org.apache.jena.dboe.sys.SystemIndex
- isAlive(int) - Static method in class org.apache.jena.dboe.sys.ProcessUtils
-
Determines whether a given PID is alive
- isClosed() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Is this block manager still usable? Closed block managers can not perform any operations except this one.
- isClosed() - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- isClosed() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- isClosed() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- isClosed() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- isClosed() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- isClosed() - Method in class org.apache.jena.dboe.base.file.BlockAccessBase
- isEmpty() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Answer whether there are any blocks in the collection being managed
- isEmpty() - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- isEmpty() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- isEmpty() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- isEmpty() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- isEmpty() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- isEmpty() - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Return whether this is an empty file or not
- isEmpty() - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- isEmpty() - Method in class org.apache.jena.dboe.base.file.BlockAccessBase
- isEmpty() - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- isEmpty() - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- isEmpty() - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Is it empty?
- isEmpty() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- isEmpty() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- isLockedHere() - Method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
Return true if this process holds the lock.
- isMem() - Method in class org.apache.jena.dboe.base.file.FileSet
- isMem() - Method in class org.apache.jena.dboe.base.file.Location
- isMem(String) - Static method in class org.apache.jena.dboe.sys.Names
- isMemUnique() - Method in class org.apache.jena.dboe.base.file.Location
- isModified() - Method in class org.apache.jena.dboe.base.block.Block
- isOpen() - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Is it open?
- isOpen() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- isOpen() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- isOpen() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- isOpen() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- isOpen() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- isOpen() - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- isReadOnly() - Method in class org.apache.jena.dboe.base.block.Block
- isWindows - Static variable in class org.apache.jena.dboe.sys.SysDB
- iterator() - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- iterator(int, Record, Record, RecordBufferPageMgr, RecordMapper<X>) - Static method in class org.apache.jena.dboe.base.recordbuffer.RecordRangeIterator
-
Iterate over a range of fromRec (inclusive) to toRec (exclusive)
- iterator(Record, Record) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
-
Iterator over a range from min (inclusive) to max(exclusive)
- iterator(Record, Record, RecordMapper<X>) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
J
- journalFile - Static variable in class org.apache.jena.dboe.sys.Names
- journalFileBase - Static variable in class org.apache.jena.dboe.sys.Names
K
- kCreatedDate - Static variable in class org.apache.jena.dboe.sys.Names
- keyEQ(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
-
Is the key of record1 == key of record2
- keyFactory() - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Return a RecordFactory that makes key-only records of the same key size
- keyGE(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
-
Is the key of record1 >= key of record2
- keyGT(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
-
Is the key of record1 > key of record2
- keyLE(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
-
Is the key of record1 <= key of record2
- keyLength() - Method in class org.apache.jena.dboe.base.record.RecordFactory
- keyLT(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
-
Is the key of record1 < key of record2
- keyNE(Record, Record) - Static method in class org.apache.jena.dboe.base.record.Record
-
Is the key of record1 != key of record2
- keyNS - Static variable in class org.apache.jena.dboe.sys.Names
- keyNSBPlusTree - Static variable in class org.apache.jena.dboe.sys.Names
- keyNSNode - Static variable in class org.apache.jena.dboe.sys.Names
- kNodeTableLayout - Static variable in class org.apache.jena.dboe.sys.Names
- kNodeTableType - Static variable in class org.apache.jena.dboe.sys.Names
- kVersion - Static variable in class org.apache.jena.dboe.sys.Names
L
- length() - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Return the length of the file (including any buffered writes)
- length() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- length() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- length() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- length() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- length() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- length() - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- LibUUID - Class in org.apache.jena.dboe.sys
- LibUUID() - Constructor for class org.apache.jena.dboe.sys.LibUUID
- LINK - Static variable in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- Location - Class in org.apache.jena.dboe.base.file
-
Wrapper for a file system directory; can create filenames in that directory.
- lockEx() - Method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
Lock the file or throw
DBOpEnvException. - lockWait() - Method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
Lock the file or wait.
M
- makeKey(String, String...) - Static method in class org.apache.jena.dboe.sys.Names
- makeName(String, String...) - Static method in class org.apache.jena.dboe.sys.Names
- map(ByteBuffer, int, byte[], RecordFactory) - Method in interface org.apache.jena.dboe.base.record.RecordMapper
- mapped - org.apache.jena.dboe.base.block.FileMode
-
Use memory mapped files
- mapperRecord - Static variable in class org.apache.jena.dboe.base.record.RecordFactory
- mem() - Static method in class org.apache.jena.dboe.base.file.FileSet
-
FileSet for "in-memory"
- mem() - Static method in class org.apache.jena.dboe.base.file.Location
-
Return a fresh memory location : always unique, never .equals to another location.
- mem(String) - Static method in class org.apache.jena.dboe.base.file.Location
-
Return a memory location with a name
- memName - Static variable in class org.apache.jena.dboe.sys.Names
-
Name to indicate in-memory
- MetaFile - Class in org.apache.jena.dboe.base.file
-
Abstraction and many convenience operations on metadata.
- MetaFile(String, String) - Constructor for class org.apache.jena.dboe.base.file.MetaFile
-
Create a MetaFile
N
- Names - Class in org.apache.jena.dboe.sys
-
Names of things in TDB
- Names() - Constructor for class org.apache.jena.dboe.sys.Names
- negativePidsTreatedAsAlive() - Static method in class org.apache.jena.dboe.sys.ProcessUtils
-
Gets whether the platform we are running on will cause us to treat negative (i.e.
- NetworkOrder - Static variable in class org.apache.jena.dboe.sys.SysDB
- next() - Method in class org.apache.jena.dboe.base.buffer.RecordBufferIterator
- next() - Method in class org.apache.jena.dboe.base.buffer.RecordBufferIteratorMapper
- next() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordRangeIterator
- NO_ID - Static variable in interface org.apache.jena.dboe.base.page.Page
- NO_REC - Static variable in class org.apache.jena.dboe.base.record.Record
- Node2NodeIdCacheSize - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size of Node to NodeId cache.
- NodeId2NodeCacheSize - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size of NodeId to Node cache.
- NodeMissCacheSize - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size of Node lookup miss cache.
- nodeTableBaseName - Static variable in class org.apache.jena.dboe.sys.Names
- NullOut - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
null out (with the FillByte) freed up space in buffers
O
- ObjectFileWriteBufferSize - Static variable in class org.apache.jena.dboe.sys.SystemFile
- open() - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Open the file
- open() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- open() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- open() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- open() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- open() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- open() - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- openManaged(String) - Static method in class org.apache.jena.dboe.sys.FileLib
- openManaged(String, String) - Static method in class org.apache.jena.dboe.sys.FileLib
- openUnmanaged(String) - Static method in class org.apache.jena.dboe.sys.FileLib
- openUnmanaged(String, String) - Static method in class org.apache.jena.dboe.sys.FileLib
- optDefault - Static variable in class org.apache.jena.dboe.sys.Names
- optFixed - Static variable in class org.apache.jena.dboe.sys.Names
- optNone - Static variable in class org.apache.jena.dboe.sys.Names
- optStats - Static variable in class org.apache.jena.dboe.sys.Names
-
Optimizer / stats
- OrderMem - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Order of an in-memory BTree or B+Tree
- org.apache.jena.dboe - package org.apache.jena.dboe
- org.apache.jena.dboe.base - package org.apache.jena.dboe.base
- org.apache.jena.dboe.base.block - package org.apache.jena.dboe.base.block
- org.apache.jena.dboe.base.buffer - package org.apache.jena.dboe.base.buffer
- org.apache.jena.dboe.base.file - package org.apache.jena.dboe.base.file
- org.apache.jena.dboe.base.page - package org.apache.jena.dboe.base.page
- org.apache.jena.dboe.base.record - package org.apache.jena.dboe.base.record
- org.apache.jena.dboe.base.recordbuffer - package org.apache.jena.dboe.base.recordbuffer
- org.apache.jena.dboe.sys - package org.apache.jena.dboe.sys
- org.apache.jena.dboe.test - package org.apache.jena.dboe.test
- output(IndentedWriter) - Method in enum org.apache.jena.dboe.base.block.BlockType
- output(IndentedWriter) - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- overwrite(Block) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Replace the contents of a block slot with new contents.
- overwrite(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- overwrite(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- overwrite(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- overwrite(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- overwrite(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- overwrite(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- overwrite(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- overwrite(Block) - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- overwrite(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- overwrite(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessDirect
- overwrite(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessMapped
- overwrite(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
P
- Page - Interface in org.apache.jena.dboe.base.page
- PageBase - Class in org.apache.jena.dboe.base.page
-
A page with a byte buffer
- PageBlockMgr<T extends Page> - Class in org.apache.jena.dboe.base.page
-
Engine that wraps from blocks to typed pages.
- panic(Class<?>, String) - Static method in class org.apache.jena.dboe.sys.SysDB
- pBlockReadCacheSize - Static variable in class org.apache.jena.dboe.sys.Names
- pBlockWriteCacheSize - Static variable in class org.apache.jena.dboe.sys.Names
- pNode2NodeIdCacheSize - Static variable in class org.apache.jena.dboe.sys.Names
- pNodeId2NodeCacheSize - Static variable in class org.apache.jena.dboe.sys.Names
- pNodeMissesCacheSize - Static variable in class org.apache.jena.dboe.sys.Names
- position() - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
return the position
- position() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- position() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- position(long) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
set the position
- position(long) - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- position(long) - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- prefixIndexes - Static variable in class org.apache.jena.dboe.sys.Names
- prefixTableBaseName - Static variable in class org.apache.jena.dboe.sys.Names
-
Prefixes file
- primaryIndexPrefix - Static variable in class org.apache.jena.dboe.sys.Names
- primaryIndexQuads - Static variable in class org.apache.jena.dboe.sys.Names
- primaryIndexTriples - Static variable in class org.apache.jena.dboe.sys.Names
- ProcessFileLock - Class in org.apache.jena.dboe.base.file
-
A simple packaging around a
FileLock. - ProcessUtils - Class in org.apache.jena.dboe.sys
- ProcessUtils() - Constructor for class org.apache.jena.dboe.sys.ProcessUtils
- promote(Block) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Promote to writable : it's OK to promote an already writable block
- promote(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- promote(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- promote(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- promote(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- promote(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- promote(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- promote(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- promoteDuplicate(Page) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Promote a page - return 'true' if the block changed (.reset()) will have been called
- promoteInPlace(Page) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Promote a page to be writable in-place (block id does not change, hence page does not change id).
- propertyEquals(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Test whether a property has a value.
- pSyncTick - Static variable in class org.apache.jena.dboe.sys.Names
- PtrBuffer - Class in org.apache.jena.dboe.base.buffer
-
An IntBuffer with extra operations
- PtrBuffer(ByteBuffer, int) - Constructor for class org.apache.jena.dboe.base.buffer.PtrBuffer
- put(T) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
Q
- quadIndexes - Static variable in class org.apache.jena.dboe.sys.Names
R
- r(int) - Static method in class org.apache.jena.dboe.test.RecordLib
- r(Iterator<Record>) - Static method in class org.apache.jena.dboe.test.RecordLib
- r(Record) - Static method in class org.apache.jena.dboe.test.RecordLib
- read(long) - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- read(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- read(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessDirect
- read(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessMapped
- read(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- read(long, byte[]) - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Read into a byte array, returning the number of bytes read.
- read(long, byte[]) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- read(long, byte[]) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- read(long, byte[]) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- read(long, byte[], int, int) - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Read into a byte array, returning the number of bytes read.
- read(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- read(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- read(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- read(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- read(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- read(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- read(long, ByteBuffer) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- read(ByteBuffer) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Read into a ByteBuffer.
- read(ByteBuffer) - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- read(ByteBuffer) - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- read(ByteBuffer, long) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Read into a ByteBuffer, starting at position loc.
- read(ByteBuffer, long) - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- read(ByteBuffer, long) - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- Record - Class in org.apache.jena.dboe.base.record
-
A record is pair of key and value.
- Record(byte[], byte[]) - Constructor for class org.apache.jena.dboe.base.record.Record
- RECORD_BLOCK - org.apache.jena.dboe.base.block.BlockType
- RecordBuffer - Class in org.apache.jena.dboe.base.buffer
- RecordBuffer(ByteBuffer, RecordFactory, int) - Constructor for class org.apache.jena.dboe.base.buffer.RecordBuffer
- RecordBuffer(RecordFactory, int) - Constructor for class org.apache.jena.dboe.base.buffer.RecordBuffer
- RecordBufferIterator - Class in org.apache.jena.dboe.base.buffer
- RecordBufferIteratorMapper<X> - Class in org.apache.jena.dboe.base.buffer
- RecordBufferPage - Class in org.apache.jena.dboe.base.recordbuffer
-
B+Tree records nodes and hash buckets.
- RecordBufferPageBase - Class in org.apache.jena.dboe.base.recordbuffer
-
The on-disk form of a block of a single RecordBuffer (i.e.
- RecordBufferPageMgr - Class in org.apache.jena.dboe.base.recordbuffer
-
Manager for a block that is all records.
- RecordBufferPageMgr(RecordFactory, BlockMgr) - Constructor for class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr
- RecordBufferPageMgr.Block2RecordBufferPage - Class in org.apache.jena.dboe.base.recordbuffer
- RecordException - Exception in org.apache.jena.dboe.base.record
- RecordException() - Constructor for exception org.apache.jena.dboe.base.record.RecordException
- RecordException(String) - Constructor for exception org.apache.jena.dboe.base.record.RecordException
- recordFactory - Static variable in class org.apache.jena.dboe.test.RecordLib
- RecordFactory - Class in org.apache.jena.dboe.base.record
-
Record creator
- RecordFactory(int, int) - Constructor for class org.apache.jena.dboe.base.record.RecordFactory
- recordLength() - Method in class org.apache.jena.dboe.base.record.RecordFactory
- RecordLib - Class in org.apache.jena.dboe.test
-
Record support operations (mainly for testing using ints)
- RecordLib() - Constructor for class org.apache.jena.dboe.test.RecordLib
- RecordMapper<X> - Interface in org.apache.jena.dboe.base.record
-
Allow bytes to pull directly out of storage with no copy to record; also extract the key bytes into an array.
- RecordRangeIterator<X> - Class in org.apache.jena.dboe.base.recordbuffer
- recordToInt(Record) - Static method in class org.apache.jena.dboe.test.RecordLib
- release(String) - Static method in class org.apache.jena.dboe.base.file.ChannelManager
- release(FileChannel) - Static method in class org.apache.jena.dboe.base.file.ChannelManager
- release(Block) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Release a block, unmodified or already written.
- release(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- release(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- release(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- release(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- release(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- release(ProcessFileLock) - Static method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
Return the lock, unlocking the file if this process has it locked.
- release(Page) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- releaseAll(String) - Static method in class org.apache.jena.dboe.base.file.ChannelManager
-
Shutdown all the files matching the prefix (typically a directory)
- removeByKey(Record) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
-
return true is removed anything
- replicate() - Method in class org.apache.jena.dboe.base.block.Block
-
Deep copy, including ByteBuffer contents into a HeapByteBuffer.
- replicate(Block, Block) - Static method in class org.apache.jena.dboe.base.block.Block
- reset() - Static method in class org.apache.jena.dboe.base.file.ChannelManager
- reset(Block) - Method in interface org.apache.jena.dboe.base.page.Page
-
The underlying block for this page has changed (e.g.
- reset(Block) - Method in class org.apache.jena.dboe.base.page.PageBase
- resetAlloc(long) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Reset the allocation limit, should be a number previously obtained from allocLimit
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrFreeChain
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- resetAlloc(long) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- resetAllocBoundary(long) - Method in interface org.apache.jena.dboe.base.file.BlockAccess
-
Reset the allocation space (i.e.
- resetAllocBoundary(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessBase
- resetAllocBoundary(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- resetAllocBoundary(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
S
- SafeMode - Static variable in class org.apache.jena.dboe.base.file.BlockAccessMem
- sameValue(ByteBuffer, ByteBuffer) - Static method in class org.apache.jena.dboe.test.BufferTestLib
- sameValue(Block, Block) - Static method in class org.apache.jena.dboe.test.BufferTestLib
- SegmentedMemBuffer - Class in org.apache.jena.dboe.base.file
-
A segmented, expanding buffer of bytes.
- SegmentedMemBuffer() - Constructor for class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- SegmentedMemBuffer(int) - Constructor for class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- SegmentSize - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size, in bytes, of a segment (used for memory mapped files)
- set(int, int) - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
- set(int, Record) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- setCount(int) - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- setFileMode(FileMode) - Static method in class org.apache.jena.dboe.sys.SystemIndex
- setLink(int) - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- setModified(boolean) - Method in class org.apache.jena.dboe.base.block.Block
- setNullOut(boolean) - Static method in class org.apache.jena.dboe.sys.SystemIndex
- setProperty(String, int) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Set property, turning integer into a string.
- setProperty(String, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Set property
- setReadOnly(boolean) - Method in class org.apache.jena.dboe.base.block.Block
- setUnderlyingByteBuffer(ByteBuffer) - Method in class org.apache.jena.dboe.base.block.Block
- size() - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Length of storage, in bytes.
- size() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- size() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- size(FileChannel) - Static method in class org.apache.jena.dboe.sys.FileLib
- SizeOfInt - Static variable in class org.apache.jena.dboe.sys.SysDB
-
Size, in bytes, of a Java int
- SizeOfLong - Static variable in class org.apache.jena.dboe.sys.SysDB
-
Size, in bytes, of a Java long
- SizeOfPointer - Static variable in class org.apache.jena.dboe.sys.SystemIndex
-
Size, in bytes, of a pointer between blocks
- startRead() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Signal the start of an read operation
- startUpdate() - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Signal the start of an update operation
- StorageException - Exception in org.apache.jena.dboe.base
- StorageException() - Constructor for exception org.apache.jena.dboe.base.StorageException
- StorageException(String) - Constructor for exception org.apache.jena.dboe.base.StorageException
- StorageException(String, Throwable) - Constructor for exception org.apache.jena.dboe.base.StorageException
- StorageException(Throwable) - Constructor for exception org.apache.jena.dboe.base.StorageException
- str(byte[]) - Static method in class org.apache.jena.dboe.base.record.Record
- switchover() - Method in class org.apache.jena.dboe.base.block.BlockMgrSwitcher
- sync() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Sync the block manager
- sync() - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- sync() - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- sync() - Method in class org.apache.jena.dboe.base.block.BlockMgrFreeChain
- sync() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- sync() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- sync() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- sync() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- sync() - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
- sync() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- sync() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- sync() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- sync() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- sync() - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- sync() - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- sync() - Method in class org.apache.jena.dboe.base.file.BlockAccessDirect
- sync() - Method in class org.apache.jena.dboe.base.file.BlockAccessMapped
- sync() - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- sync() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- sync() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- sync() - Method in class org.apache.jena.dboe.base.file.MetaFile
- sync() - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- sync(FileChannel) - Static method in class org.apache.jena.dboe.sys.FileLib
- syncForce() - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Sync the block manager : system operation to ensure sync() is passed down
- syncForce() - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- syncForce() - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- syncForce() - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- syncForce() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- syncForce() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- syncForce() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- SysDB - Class in org.apache.jena.dboe.sys
-
Low level environment
- SysDB() - Constructor for class org.apache.jena.dboe.sys.SysDB
- syslog - Static variable in class org.apache.jena.dboe.sys.SysDB
-
General system log
- SystemFile - Class in org.apache.jena.dboe.sys
- SystemFile() - Constructor for class org.apache.jena.dboe.sys.SystemFile
- SystemIndex - Class in org.apache.jena.dboe.sys
- SystemIndex() - Constructor for class org.apache.jena.dboe.sys.SystemIndex
T
- TDB_CONFIG_FILE - Static variable in class org.apache.jena.dboe.sys.Names
-
Filename of the TDB configuration file
- TDB_LOCK_FILE - Static variable in class org.apache.jena.dboe.sys.Names
-
Filename of the TDB lock file
- TestRecordLength - Static variable in class org.apache.jena.dboe.test.RecordLib
- toBlock(RecordBufferPage) - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr.Block2RecordBufferPage
- toBlock(T) - Method in interface org.apache.jena.dboe.base.page.BlockConverter
-
Make a block, given a T
- toIntList(int...) - Static method in class org.apache.jena.dboe.test.RecordLib
- toIntList(Iterator<Record>) - Static method in class org.apache.jena.dboe.test.RecordLib
- toString() - Method in class org.apache.jena.dboe.base.block.Block
- toString() - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- toString() - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- toString() - Method in class org.apache.jena.dboe.base.block.BlockMgrFreeChain
- toString() - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- toString() - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- toString() - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- toString() - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- toString() - Method in enum org.apache.jena.dboe.base.block.BlockType
- toString() - Method in class org.apache.jena.dboe.base.buffer.PtrBuffer
- toString() - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- toString() - Method in class org.apache.jena.dboe.base.file.BlockAccessDirect
- toString() - Method in class org.apache.jena.dboe.base.file.BlockAccessMapped
- toString() - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- toString() - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- toString() - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- toString() - Method in class org.apache.jena.dboe.base.file.FileSet
- toString() - Method in class org.apache.jena.dboe.base.file.Location
- toString() - Method in class org.apache.jena.dboe.base.record.Record
- toString() - Method in class org.apache.jena.dboe.base.record.RecordFactory
- toString() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPage
- toString() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageBase
- track(BlockMgr) - Static method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- tracker(BlockMgr) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
- tripleIndexes - Static variable in class org.apache.jena.dboe.sys.Names
- truncate(long) - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Truncate the file
- truncate(long) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- truncate(long) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- truncate(long) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- truncate(long) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- truncate(long) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- truncate(long) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Truncate the file.
- truncate(long) - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- truncate(long) - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- truncate(long) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- truncate(FileChannel, long) - Static method in class org.apache.jena.dboe.sys.FileLib
- tryLock() - Method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
Lock a file, return true on success else false.
U
- UNDEF - org.apache.jena.dboe.base.block.BlockType
- unlock() - Method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
Release the lock - this must be paired with a "lock" operation.
- uuidAsBytes(long, long) - Static method in class org.apache.jena.dboe.sys.LibUUID
-
UUID, as two longs, as bytes
- uuidAsBytes(String) - Static method in class org.apache.jena.dboe.sys.LibUUID
-
A UUID string to bytes
- uuidAsBytes(UUID) - Static method in class org.apache.jena.dboe.sys.LibUUID
-
Generate bytes for a Java UUID (most significant first)
- uuidToString(long, long) - Static method in class org.apache.jena.dboe.sys.LibUUID
-
UUID, as two longs, in RFC string format
V
- valid(int) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Is this a valid block id? (may be a free block)
- valid(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- valid(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrFreeChain
- valid(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- valid(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- valid(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- valid(int) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- valid(int) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
- valid(long) - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- valid(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessBase
- valid(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- valid(long) - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- valueLength() - Method in class org.apache.jena.dboe.base.record.RecordFactory
- valueOf(String) - Static method in enum org.apache.jena.dboe.base.block.BlockType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.jena.dboe.base.block.FileMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.jena.dboe.base.block.BlockType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.jena.dboe.base.block.FileMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- verbose - Static variable in class org.apache.jena.dboe.base.block.BlockMgrTracker
W
- write(byte[]) - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Write bytes - bytes are always written to the end of the file.
- write(byte[]) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- write(byte[]) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- write(byte[], int, int) - Method in interface org.apache.jena.dboe.base.file.BinaryDataFile
-
Write bytes - bytes are always written to the end of the file.
- write(byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileMem
- write(byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileRandomAccess
- write(byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
- write(byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWrapper
- write(byte[], int, int) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileWriteBuffered
- write(long, byte[]) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- write(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- write(long, ByteBuffer) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
- write(ByteBuffer) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Write from ByteBuffer, starting at the current position.
- write(ByteBuffer) - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- write(ByteBuffer) - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- write(ByteBuffer, long) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Write from ByteBuffer, starting at position loc.
- write(ByteBuffer, long) - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
- write(ByteBuffer, long) - Method in class org.apache.jena.dboe.base.file.BufferChannelMem
- write(Block) - Method in interface org.apache.jena.dboe.base.block.BlockMgr
-
Write a block back - it still needs releasing.
- write(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrCache
- write(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrFileAccess
- write(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrLogger
- write(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrReadonly
- write(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrSync
- write(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrTracker
- write(Block) - Method in class org.apache.jena.dboe.base.block.BlockMgrWrapper
- write(Block) - Method in interface org.apache.jena.dboe.base.file.BlockAccess
- write(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessByteArray
- write(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessDirect
- write(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessMapped
- write(Block) - Method in class org.apache.jena.dboe.base.file.BlockAccessMem
- write(T) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
_
- _access(int, byte[], RecordMapper<X>) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
- _get(int) - Method in class org.apache.jena.dboe.base.buffer.RecordBuffer
All Classes All Packages