| Name | Description | Type | Package | Framework |
| BufferedWrite | The BufferedWrite merges/elides sorted scattered writes to minimize IO requests and maximize IO rates. | Class | com.bigdata.io.writecache | 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 |
|
| IBufferedWriter | | Interface | com.bigdata.io.writecache | 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 |
|
| TestAll | Aggregates test suites in increasing dependency order. | Class | com.bigdata.io.writecache | BlazeGraph |
|
| TestRWWriteCacheService | Test suite for the WriteCacheService using scattered writes on aVersion:$Id: TestWriteCacheService. | Class | com.bigdata.io.writecache | 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 |
|
| 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 |