Package | Description |
---|---|
com.bigdata.io.writecache |
Low-level write cache service.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
WriteCacheService._readFromCache(long offset,
int nbytes)
Attempt to read record from cache (either write cache or read cache
depending on the service map state).
|
ByteBuffer |
WriteCache.read(long offset,
int nbytes)
Read a record from the write cache.
|
ByteBuffer |
IWriteCache.read(long offset,
int nbytes)
Read a record from the write cache.
|
ByteBuffer |
WriteCacheService.read(long offset,
int nbytes)
This is a non-blocking query of all write cache buffers (current, clean
and dirty).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.