Module org.apache.jena.tdb
Package org.apache.jena.tdb1.base.file
package org.apache.jena.tdb1.base.file
-
ClassDescriptionInterface to concrete storage - read and write Blocks, addressed by id.Support for a disk file backed FileAccessFileAccess interface backed by a byte array.FileAccess for a file, using memory mapped I/OFile access layer that simulates a disk in-memory - for testing, not written for efficiency.An allocator for retrieving ByteBuffers of a given size.Delegates to
ByteBuffer.allocateDirect(int).ByteBuffer access to a temporary file, using memory mapped I/O.Delegates toByteBuffer.allocate(int).Interface to storage : a simplified version of FileChannel.Naming metadata management to a collection of related files (same directory, same basename within directory, various extensions).Wrapper for a file system directory; can create filenames in that directory.Represents a lock on a TDB locationAbstraction and many convenience operations on metadata.Single file, single ByteBufferSingle, unsegmented file with ByteBuffer