Uses of Interface
com.bigdata.journal.IBufferStrategy

Packages that use IBufferStrategy
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
 

Uses of IBufferStrategy in com.bigdata.journal
 

Subinterfaces of IBufferStrategy in com.bigdata.journal
 interface IDiskBasedStrategy
          An interface for implementations backed by a file on disk.
 interface IHABufferStrategy
          A highly available IBufferStrategy.
 

Classes in com.bigdata.journal that implement IBufferStrategy
 class AbstractBufferStrategy
          Abstract base class for IBufferStrategy implementation.
 class BasicBufferStrategy
          Implements logic to read from and write on a buffer.
 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 DiskOnlyStrategy
          Deprecated. This has been replaced by WORMStrategy.
 class MappedBufferStrategy
           Memory-mapped journal strategy (this mode is NOT recommended).
 class RWStrategy
          A highly scalable persistent IBufferStrategy wrapping the RWStore which may be used as the backing store for a Journal.
 class TransientBufferStrategy
          Transient buffer strategy uses a direct buffer but never writes on disk.
 class WORMStrategy
          Disk-based Write Once Read Many (WORM) journal strategy.
 

Methods in com.bigdata.journal that return IBufferStrategy
 IBufferStrategy AbstractJournal.getBufferStrategy()
          The delegate that implements the BufferMode.
 



Copyright © 2006-2011 SYSTAP, LLC. All Rights Reserved.