Uses of Class
net.dontdrinkandroot.cache.impl.disk.indexed.storage.DataBlock

Packages that use DataBlock
net.dontdrinkandroot.cache.impl.disk.indexed.storage   
 

Uses of DataBlock in net.dontdrinkandroot.cache.impl.disk.indexed.storage
 

Fields in net.dontdrinkandroot.cache.impl.disk.indexed.storage declared as DataBlock
 DataBlock IndexData.keyMetaBlock
           
protected  DataBlock DataFile.lastBlock
          Pointer to the last used block.
 DataBlock IndexData.valueBlock
           
 

Fields in net.dontdrinkandroot.cache.impl.disk.indexed.storage with type parameters of type DataBlock
protected  TreeSet<DataBlock> DataFile.usedBlocks
          Ordered set of used blocks
 

Methods in net.dontdrinkandroot.cache.impl.disk.indexed.storage that return DataBlock
 DataBlock IndexData.getKeyMetaBlock()
           
 DataBlock IndexData.getValueBlock()
           
 DataBlock DataFile.write(byte[] data)
           
 

Methods in net.dontdrinkandroot.cache.impl.disk.indexed.storage with parameters of type DataBlock
 void DataFile.allocateSpace(DataBlock dataBlock)
           
 int DataBlock.compareTo(DataBlock other)
           
 void DataFile.delete(DataBlock dataBlock, boolean truncate)
           
 boolean DataBlock.overlaps(DataBlock other)
           
 byte[] DataFile.read(DataBlock dataBlock)
           
 

Constructors in net.dontdrinkandroot.cache.impl.disk.indexed.storage with parameters of type DataBlock
IndexData(DataBlock keyMetaBlock, DataBlock valueBlock)
           
IndexData(int blockNum, DataBlock keyMetaBlock, DataBlock valueBlock)
           
 



Copyright © 2013 dontdrinkandroot. All Rights Reserved.