Uses of Class
com.bigdata.journal.BufferMode

Packages that use BufferMode
com.bigdata.journal The journal is an append-only persistence capable data structure supporting atomic commit, named indices, and transactions. 
com.bigdata.resources This package provides the logic to managed the live journal and the historical journals and index segments for a DataService
 

Uses of BufferMode in com.bigdata.journal
 

Fields in com.bigdata.journal declared as BufferMode
protected  BufferMode AbstractBufferStrategy.bufferMode
          The buffer strategy implemented by this class.
 

Methods in com.bigdata.journal that return BufferMode
 BufferMode IBufferStrategy.getBufferMode()
          The buffer mode supported by the implementation
 BufferMode AbstractBufferStrategy.getBufferMode()
           
 BufferMode RWStrategy.getBufferMode()
           
 BufferMode FileMetadata.getBufferMode()
           
static BufferMode BufferMode.getDefaultBufferMode(StoreTypeEnum storeType)
           
static BufferMode BufferMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BufferMode[] BufferMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of BufferMode in com.bigdata.resources
 

Methods in com.bigdata.resources with parameters of type BufferMode
static void ResourceEvents.openJournal(String filename, long nbytes, BufferMode bufferMode)
          Report the opening of an IJournal resource.
 



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