|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BasicBufferStrategy | |
|---|---|
| com.bigdata.journal | The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. |
| Uses of BasicBufferStrategy in com.bigdata.journal |
|---|
| Subclasses of BasicBufferStrategy in com.bigdata.journal | |
|---|---|
class |
DirectBufferStrategy
Direct buffer strategy uses a direct ByteBuffer as a write through
cache and writes through to disk for persistence. |
class |
DiskBackedBufferStrategy
Abstract base class for implementations that use a direct buffer as a write through cache to an image on the disk. |
class |
MappedBufferStrategy
Memory-mapped journal strategy (this mode is NOT recommended). |
class |
TransientBufferStrategy
Transient buffer strategy uses a direct buffer but never writes on disk. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||