| Name | Description | Type | Package | Framework |
| AbstractFixedByteArrayBuffer | Efficient absolute get/put operations on a slice of a byte[]. | Class | com.bigdata.io | BlazeGraph |
|
| AbstractRecordCompressorTestCase | Abstract base class for IRecordCompressor test suites. | Class | com.bigdata.io.compression | BlazeGraph |
|
| AllocationData | Utility class to handle Compression and Checksums on a ByteArraySlice The idea is that it would be used as a "state-aware" buffer that could be | Class | com.bigdata.io | BlazeGraph |
|
| BOCU1Compressor | | Class | com.bigdata.io.compression | BlazeGraph |
|
| BufferedWrite | The BufferedWrite merges/elides sorted scattered writes to minimize IO requests and maximize IO rates. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| ByteArrayBuffer | A view on a mutable byte[] that may be extended. | Class | com.bigdata.io | BlazeGraph |
|
| ByteBufferInputStream | Reads bytes from a ByteBuffer. | Class | com.bigdata.io | BlazeGraph |
|
| ByteBufferOutputStream | Writes bytes onto a ByteBuffer. | Class | com.bigdata.io | BlazeGraph |
|
| ByteCountInputStream | Input stream which reports the #of bytes read from the underlying stream. | Class | com.bigdata.io | BlazeGraph |
|
| ByteCountOutputStream | Output stream which reports the #of bytes read from the underlying stream. | Class | com.bigdata.io | BlazeGraph |
|
| ChecksumUtility | Utility class for computing the Adler32 checksum of a buffer. | Class | com.bigdata.io | BlazeGraph |
|
| CompressorRegistry | Registration pattern for IRecordCompressor implementations. | Class | com.bigdata.io.compression | BlazeGraph |
|
| DataInputBuffer | A fast implementation of DataInput designed to read from a byte[]. | Class | com.bigdata.io | BlazeGraph |
|
| DataOutputBuffer | Fast special purpose serialization onto a managed byte[] buffer conforming to the DataOutput API. | Class | com.bigdata.io | BlazeGraph |
|
| DefaultRecordCompressorFactory | A serializable compression provider based on RecordCompressor. | Class | com.bigdata.io.compression | BlazeGraph |
|
| DirectBufferPool | An instance of this class manages a JVM-wide pool of direct (aka native) ByteBuffers. | Class | com.bigdata.io | BlazeGraph |
|
| DirectBufferPool .Options | Options for provisioning the static instance of the Note: Since the DirectBufferPool. | Interface | com.bigdata.io | BlazeGraph |
|
| DirectBufferPoolAllocator | An allocator for ByteBuffer slices backed by direct ByteBuffers allocated against a DirectBufferPool. | Class | com.bigdata.io | BlazeGraph |
|
| DirectBufferPoolAllocator .IAllocation | An allocation against a direct ByteBuffer. | Interface | com.bigdata.io | BlazeGraph |
|
| DirectBufferPoolAllocator .IAllocationContext | An allocation context links some application specified key with a list of direct ByteBuffers on which allocations have been made by | Interface | com.bigdata.io | BlazeGraph |
|
| DirectBufferPoolTestHelper | Some helper methods for CI. | Class | com.bigdata.io | BlazeGraph |
|
| FileChannelUtility | A helper class for operations on FileChannels. | Class | com.bigdata.io | BlazeGraph |
|
| FileChannelUtility .ReopenerInputStream | | Class | com.bigdata.io | BlazeGraph |
|
| FileLockUtility | Utility methods for managing exlusive FileLocks and advisory locks depending on what is supported by the platform, file access mode, and volume | Class | com.bigdata.io | BlazeGraph |
|
| FixedByteArrayBuffer | Efficient absolute get/put operations on a slice of a byte[]. | Class | com.bigdata.io | BlazeGraph |
|
| GZipCompressor | | Class | com.bigdata.io.compression | BlazeGraph |
|
| IBackingReader | A backing reader can be provided to a WriteCacheService which can use the readRaw callback method as part of an encapsulated caching | Interface | com.bigdata.io.writecache | BlazeGraph |
|
| IBufferAccess | Interface for access to, and release of, a direct ByteBuffer managed by the DirectBufferPool. | Interface | com.bigdata.io | BlazeGraph |
|
| IBufferedWriter | | Interface | com.bigdata.io.writecache | BlazeGraph |
|
| IByteArrayBuffer | An interface for reading from and accessing a managed byte[] with access methods similar to those of ByteBuffer. | Interface | com.bigdata.io | BlazeGraph |
|
| IByteArraySlice | Interface for a slice of a backing byte[]. | Interface | com.bigdata.io | BlazeGraph |
|
| IDataRecord | An interface for absolute get/put operations on a slice of a byte[]. | Interface | com.bigdata.io | BlazeGraph |
|
| IDataRecordAccess | Interface for higher level data objects providing access to their backingVersion:$Id$Author:Bryan Thompson | Interface | com.bigdata.io | BlazeGraph |
|
| IFixedDataRecord | Interface adds some methods for stream-based access to IDataRecord. | Interface | com.bigdata.io | BlazeGraph |
|
| IManagedByteArray | An interface for a managed byte[]. | Interface | com.bigdata.io | BlazeGraph |
|
| IRecordCompressor | Interface for record-level compression. | Interface | com.bigdata.io.compression | BlazeGraph |
|
| IRecordCompressorFactory | A factory for IRecordCompressors. | Interface | com.bigdata.io.compression | BlazeGraph |
|
| IRecordSerializer | An abstraction for serializing and de-serializing objects as byte[]s. | Interface | com.bigdata.io | BlazeGraph |
|
| IReopenChannel | Interface for objects which know how to re-open a Channel for some resource and also understand when the resource has been closed and therefore | Interface | com.bigdata.io | BlazeGraph |
|
| IStreamSerializer | An abstraction for serializing and de-serializing objects on streams. | Interface | com.bigdata.io | BlazeGraph |
|
| IUnicodeCompressor | Unicode compression / decompression api. | Interface | com.bigdata.io.compression | BlazeGraph |
|
| IWriteCache | Interface for a write cache with read back and the capability to update records while they are still in the cache. | Interface | com.bigdata.io.writecache | BlazeGraph |
|
| IWriteCacheCounters | Interface declaring the counters exposed by the WriteCache. | Interface | com.bigdata.io.writecache | BlazeGraph |
|
| IWriteCacheServiceCounters | Interface declaring the counters exposed by the WriteCacheService . | Interface | com.bigdata.io.writecache | BlazeGraph |
|
| LongPacker | Packing utility for non-negative long values. | Class | com.bigdata.io | BlazeGraph |
|
| LongPacker .IByteBuffer | Narrow interface to support packing against different buffer classes. | Interface | com.bigdata.io | BlazeGraph |
|
| LongPackerTestCase | TestAll suite for LongPacker. | Class | com.bigdata.io | BlazeGraph |
|
| ManagedByteArrayOutputStream | Wraps an IManagedByteArray as an OutputStream. | Class | com.bigdata.io | BlazeGraph |
|
| MergeStreamWithSnapshotData | This utility class provide a method to write an InputStream to an OutputStream, merging with The ISnapshotData provides access to an ordered iteration of [Address,Data] that is processed | Class | com.bigdata.io | BlazeGraph |
|
| MergeStreamWithSortedSet | | Class | com.bigdata.io | BlazeGraph |
|
| NameAndExtensionFilter | Helper class to filter for files with a known basename and extension. | Class | com.bigdata.io | BlazeGraph |
|
| NoCompressor | No compression version. | Class | com.bigdata.io.compression | BlazeGraph |
|
| NOPRecordCompressor | A compressor that copies bytes without compression them. | Class | com.bigdata.io.compression | BlazeGraph |
|
| NOPReopener | closed. | Class | com.bigdata.io | BlazeGraph |
|
| NullOutputStream | An OutputStream which discards anything written on it. | Class | com.bigdata.io | BlazeGraph |
|
| ObjectSocketChannelStream | Utility class that provides dual Channel/ObjectStream access. | Class | com.bigdata.io | BlazeGraph |
|
| RecordCompressor | Bulk data (de-)compressor used for leaves in IndexSegments. | Class | com.bigdata.io.compression | BlazeGraph |
|
| SCSUCompressor | | Class | com.bigdata.io.compression | BlazeGraph |
|
| SerializerUtil | Helper utilities for (de-)serialization of Serializable objects using the Java serialization mechanisms. | Class | com.bigdata.io | BlazeGraph |
|
| ShortPacker | Packing utility for non-negative short values. | Class | com.bigdata.io | BlazeGraph |
|
| ShortPackerTestCase | TestAll suite for ShortPacker. | Class | com.bigdata.io | BlazeGraph |
|
| SliceInputStream | A stream which only lets you read a fixed #of bytes from an underlyingVersion:$Id$Author:Bryan Thompson | Class | com.bigdata.io | BlazeGraph |
|
| TestAll | Aggregates test suites into increasing dependency order. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestAll | Aggregates test suites in increasing dependency order. | Class | com.bigdata.io | BlazeGraph |
|
| TestAll | Aggregates test suites in increasing dependency order. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| TestAll_Buffers | Aggregates test suites in increasing dependency order. | Class | com.bigdata.io | BlazeGraph |
|
| TestAll_Packers | | Class | com.bigdata.io | BlazeGraph |
|
| TestByteArrayBuffer | Test suite for ByteArrayBuffer. | Class | com.bigdata.io | BlazeGraph |
|
| TestByteBufferStreams | Test suite for classes that let us treat a ByteBuffer as an InputStream or an OutputStream. | Class | com.bigdata.io | BlazeGraph |
|
| TestCase3 | Base class for some assertEquals methods not covered by TestCase or TestCase2. | Class | com.bigdata.io | BlazeGraph |
|
| TestChecksumUtility | Test suite for ChecksumUtility. | Class | com.bigdata.io | BlazeGraph |
|
| TestCompressorRegistry | | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestDataOutputBuffer | Test suite for DataOutputBuffer. | Class | com.bigdata.io | BlazeGraph |
|
| TestDirectBufferPool | Test suite for DirectBufferPool. | Class | com.bigdata.io | BlazeGraph |
|
| TestDirectBufferPoolAllocator | Test suite for DirectBufferPoolAllocator. | Class | com.bigdata.io | BlazeGraph |
|
| TestFileChannelUtility | Test suite for FileChannelUtility. | Class | com.bigdata.io | BlazeGraph |
|
| TestFileLockUtility | Test suite for FileLockUtility. | Class | com.bigdata.io | BlazeGraph |
|
| TestFixedByteArrayBuffer | Test suite for FixedByteArrayBuffer. | Class | com.bigdata.io | BlazeGraph |
|
| TestHuffmanEncoder | Explores the built-in huffman coding support in the Deflate library. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestHuffmanEncoder .HuffmanDecoder | Instances of this class are NOT thread-safe. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestHuffmanEncoder .HuffmanEncoder | standard. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestIO | Low level IO performance tests in support of bigdata design options. | Class | com.bigdata.io | BlazeGraph |
|
| TestLongPacker | Test suite for packing and unpacking unsigned long integers using the DataInputBuffer and the ByteArrayBuffer. | Class | com.bigdata.io | BlazeGraph |
|
| TestManagedReads | Investigates the benefits (if any) of managed concurrent reads with the aim of developing metrics on which to base a ConcurrentReadManager for use by the Disk based strategies. | Class | com.bigdata.io | BlazeGraph |
|
| TestMergeMapOutput | Tests the utility to merge an input stream with a sorted set of Author:Martyn Cutcher | Class | com.bigdata.io | BlazeGraph |
|
| TestNameAndExtensionFilter | Test suite for NameAndExtensionFilter. | Class | com.bigdata.io | BlazeGraph |
|
| TestNOPRecordCompressor | Test suite for NOPRecordCompressor. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestRecordCompressor_BestCompression | Test suite for RecordCompressor. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestRecordCompressor_BestSpeed | Test suite for RecordCompressor. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestRWWriteCacheService | Test suite for the WriteCacheService using scattered writes on aVersion:$Id: TestWriteCacheService. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| TestShortPacker | Test suite for packing and unpacking unsigned short integers using the DataInputBuffer and the ByteArrayBuffer. | Class | com.bigdata.io | BlazeGraph |
|
| TestSliceInputStream | Test suite for SliceInputStream. | Class | com.bigdata.io | BlazeGraph |
|
| TestUnicodeCompressor | Unit tests for Unicode schemes: Standard Compression for Unicode ()Byte Order Compression for Unicode ( BOCU ). | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestUnicodeHelper | Test suite for UnicodeHelper. | Class | com.bigdata.io.compression | BlazeGraph |
|
| TestWORMWriteCacheService | Test suite for the WriteCacheService using pure append writes. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| TestWriteCache | Test suite for the WriteCache. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| TestWriteCacheServiceLifetime | These tests exercise the lifetime semantics of a WriteCacheService. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| ThreadLocalRecordCompressorFactory | An IRecordCompressorFactory with thread-local semantics based on an internal weak value cache and providing instances based on a delegate | Class | com.bigdata.io.compression | BlazeGraph |
|
| UnicodeHelper | Utility class for compressed unicode encode/decode. | Class | com.bigdata.io.compression | BlazeGraph |
|
| WriteCache | This class provides a write cache with read-through for NIO writes on a FileChannel (and potentially on a remote service). | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCache .FileChannelScatteredWriteCache | The scattered write cache is used by the RWStore since the writes can be made to any part of the file assigned for data allocation. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCache .FileChannelWriteCache | A WriteCache implementation suitable for an append-only file such as the WORMStrategy or the output file of the | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCache .HAPackage | Used to retrieve the HAWriteMessage AND the associated This allows the WriteCache to compress the data and create the | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCache .ReadCache | | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCache .RecordMetadata | The metadata associated with a record in the WriteCache. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCacheCounters | Performance counters for the WriteCache. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCacheService | A WriteCacheService is provisioned with some number of WriteCache buffers and a writer thread. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCacheService .AsynchronousCloseException | An instance of this exception is thrown if a thread notices that the WriteCacheService was closed by a concurrent process. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| WriteCacheServiceCounters | Performance counters for the WriteCacheService. | Class | com.bigdata.io.writecache | BlazeGraph |