Package | Description |
---|---|
com.bigdata.io.writecache |
Low-level write cache service.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rwstore |
Class and Description |
---|
BufferedWrite
The BufferedWrite merges/elides sorted scattered writes to minimize IO
requests and maximize IO rates.
|
IBackingReader
A backing reader can be provided to a WriteCacheService which can
use the readRaw callback method as part of an encapsulated caching
strategy.
|
IBufferedWriter |
IWriteCache
Interface for a write cache with read back and the capability to update
records while they are still in the cache.
|
IWriteCacheCounters
Interface declaring the counters exposed by the
WriteCache . |
IWriteCacheServiceCounters
Interface declaring the counters exposed by the
WriteCacheService . |
WriteCache
This class provides a write cache with read-through for NIO writes on a
FileChannel (and potentially on a remote service). |
WriteCache.RecordMetadata
The metadata associated with a record in the
WriteCache . |
WriteCacheCounters
Performance counters for the
WriteCache . |
Class and Description |
---|
IBackingReader
A backing reader can be provided to a WriteCacheService which can
use the readRaw callback method as part of an encapsulated caching
strategy.
|
WriteCacheService
A
WriteCacheService is provisioned with some number of
WriteCache buffers and a writer thread. |
Class and Description |
---|
IBackingReader
A backing reader can be provided to a WriteCacheService which can
use the readRaw callback method as part of an encapsulated caching
strategy.
|
IBufferedWriter |
IWriteCache
Interface for a write cache with read back and the capability to update
records while they are still in the cache.
|
WriteCache
This class provides a write cache with read-through for NIO writes on a
FileChannel (and potentially on a remote service). |
WriteCacheService
A
WriteCacheService is provisioned with some number of
WriteCache buffers and a writer thread. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.