- 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
BinaryDataFile in 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
-
- 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
-
- 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(Throwable) - Constructor for exception org.apache.jena.dboe.base.block.BlockException
-
- BlockException(String, 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(BlockMgr, boolean) - Constructor for class org.apache.jena.dboe.base.block.BlockMgrLogger
-
- BlockMgrLogger(String, 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)
- 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(Throwable) - Constructor for exception org.apache.jena.dboe.base.buffer.BufferException
-
- BufferException(String, 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
-
- byteBufferToString(ByteBuffer) - Static method in class org.apache.jena.dboe.migrate.L
-
ByteBuffer to String
- 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
-
- callWithAfter(Supplier<V>, Runnable) - Static method in class org.apache.jena.dboe.migrate.L
-
Execute and return a value; always call the "after" runnable
- callWithBeforeAfter(Supplier<V>, Runnable, Runnable) - Static method in class org.apache.jena.dboe.migrate.L
-
Execute.
- callWithLock(Lock, Supplier<V>) - Static method in class org.apache.jena.dboe.migrate.L
-
Run inside a Lock
- 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(FileSet, String, BlockParams) - Static method in class org.apache.jena.dboe.base.block.BlockMgrFactory
-
- create(FileSet, String, int, int, int) - 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
-
- create(String) - Static method in class org.apache.jena.dboe.base.file.BufferChannelFile
-
Create a BufferChannelFile
- create(String, String) - Static method in class org.apache.jena.dboe.base.file.BufferChannelFile
-
Create a BufferChannelFile
- create() - Static method in class org.apache.jena.dboe.base.file.BufferChannelMem
-
- 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(Path) - 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 ProcessFileLock using the named file.
- create(BlockType) - Method in class org.apache.jena.dboe.base.page.PageBlockMgr
-
Allocate a new thing
- create(byte[]) - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a key and value record (value uninitialized)
- create() - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a record, allocating space for the key and value (if any)
- create(byte[], byte[]) - Method in class org.apache.jena.dboe.base.record.RecordFactory
-
Create a key and value record
- create() - Method in class org.apache.jena.dboe.base.recordbuffer.RecordBufferPageMgr
-
- createBinaryDataFile(FileSet, String) - Static method in class org.apache.jena.dboe.base.file.FileFactory
-
- createBinaryDataFile() - 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
- 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(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
- getPath() - Method in class org.apache.jena.dboe.base.file.ProcessFileLock
-
- 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(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
-
- 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.
- 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(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
-
- 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.
- globalLogging - Static variable in class org.apache.jena.dboe.base.block.BlockMgrCache
-
- r(int) - Static method in class org.apache.jena.dboe.test.RecordLib
-
- r(Record) - Static method in class org.apache.jena.dboe.test.RecordLib
-
- r(Iterator<Record>) - Static method in class org.apache.jena.dboe.test.RecordLib
-
- 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[], 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[]) - Method in class org.apache.jena.dboe.base.file.BinaryDataFileSync
-
- read(long, byte[], int, int) - 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[], 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) - 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(ByteBuffer) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Read into a ByteBuffer.
- read(ByteBuffer, long) - Method in interface org.apache.jena.dboe.base.file.BufferChannel
-
Read into a ByteBuffer, starting at position loc.
- read(ByteBuffer) - Method in class org.apache.jena.dboe.base.file.BufferChannelFile
-
- read(ByteBuffer, long) - 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 class org.apache.jena.dboe.base.file.BufferChannelMem
-
- read(long, ByteBuffer) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
-
- read(long, byte[]) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
-
- read(long, byte[], int, int) - Method in class org.apache.jena.dboe.base.file.SegmentedMemBuffer
-
- 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
-
- RecordBuffer - Class in org.apache.jena.dboe.base.buffer
-
- RecordBuffer(RecordFactory, int) - Constructor for class org.apache.jena.dboe.base.buffer.RecordBuffer
-
- RecordBuffer(ByteBuffer, 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 - Class in org.apache.jena.dboe.base.record
-
Record creator
- RecordFactory(int, int) - Constructor for class org.apache.jena.dboe.base.record.RecordFactory
-
- recordFactory - Static variable in class org.apache.jena.dboe.test.RecordLib
-
- 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(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(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(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)
- remove() - Method in class org.apache.jena.dboe.base.buffer.RecordBufferIterator
-
- remove() - Method in class org.apache.jena.dboe.base.buffer.RecordBufferIteratorMapper
-
- 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
-
- SafeMode - Static variable in class org.apache.jena.dboe.base.file.BlockAccessMem
-
- sameValue(Block, Block) - Static method in class org.apache.jena.dboe.test.BufferTestLib
-
- sameValue(ByteBuffer, ByteBuffer) - 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, String) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Set property
- setProperty(String, int) - Method in class org.apache.jena.dboe.base.file.MetaFile
-
Set property, turning integer into a string.
- 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.Sys
-
Size, in bytes, of a Java int
- SizeOfLong - Static variable in class org.apache.jena.dboe.sys.Sys
-
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(Throwable) - Constructor for exception org.apache.jena.dboe.base.StorageException
-
- StorageException(String, Throwable) - Constructor for exception org.apache.jena.dboe.base.StorageException
-
- str(byte[]) - Static method in class org.apache.jena.dboe.base.record.Record
-
- stringToByteBuffer(String) - Static method in class org.apache.jena.dboe.migrate.L
-
String to ByteBuffer as UTF-8 bytes
- 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
-
- syncCallThread(Supplier<T>) - Static method in class org.apache.jena.dboe.migrate.L
-
Run synchronously but on another thread.
- 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
-
- syncOtherThread(Runnable) - Static method in class org.apache.jena.dboe.migrate.L
-
Run synchronously but on another thread.
- Sys - Class in org.apache.jena.dboe.sys
-
Low level environment
- Sys() - Constructor for class org.apache.jena.dboe.sys.Sys
-
- syslog - Static variable in class org.apache.jena.dboe.sys.Sys
-
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
-