Uses of Class
org.processmining.framework.log.rfb.io.BlockDataStorage

Packages that use BlockDataStorage
org.processmining.framework.log.rfb.io   
 

Uses of BlockDataStorage in org.processmining.framework.log.rfb.io
 

Fields in org.processmining.framework.log.rfb.io declared as BlockDataStorage
protected  BlockDataStorage StorageBlock.parent
          The block data storage of which this block is a part.
 

Fields in org.processmining.framework.log.rfb.io with type parameters of type BlockDataStorage
protected  java.util.ArrayList<BlockDataStorage> VirtualFileSystem.swapFiles
          List of allocated swap files.
 

Methods in org.processmining.framework.log.rfb.io that return BlockDataStorage
 BlockDataStorage[] VirtualFileSystem.getSwapFiles()
          Returns an array of current swap files used by this virtual file system
 

Constructors in org.processmining.framework.log.rfb.io with parameters of type BlockDataStorage
StorageBlock(BlockDataStorage aParent, int aBlockNumber, int aMaxSize)
          Creates and initializes a new storage block object.