Package | Description |
---|---|
com.bigdata.io.writecache |
Low-level write cache service.
|
com.bigdata.rwstore |
Modifier and Type | Class and Description |
---|---|
static class |
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. |
static class |
WriteCache.FileChannelWriteCache
A
WriteCache implementation suitable for an append-only file such
as the WORMStrategy or the output file of the
IndexSegmentBuilder . |
static class |
WriteCache.ReadCache |
Modifier and Type | Method and Description |
---|---|
abstract WriteCache |
WriteCacheService.newWriteCache(IBufferAccess buf,
boolean useChecksum,
boolean bufferHasData,
IReopenChannel<? extends Channel> opener,
long fileExtent)
Factory for
WriteCache implementations. |
Modifier and Type | Method and Description |
---|---|
boolean |
WriteCacheService.installReads(WriteCache cache) |
Modifier and Type | Method and Description |
---|---|
WriteCache |
RWWriteCacheService.newWriteCache(IBufferAccess buf,
boolean useChecksum,
boolean bufferHasData,
IReopenChannel<? extends Channel> opener,
long fileExtent)
Provide default
WriteCache.FileChannelScatteredWriteCache . |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.