Uses of Interface
net.metanotion.io.appenddb.BlockKey

Packages that use BlockKey
net.metanotion.io.appenddb The AppendDB package implements net.metanotion.io.BlockIO<Integer,byte[],Transaction>, and provides non-nested, threadsafe, mostly lock free, ACID transactions. 
 

Uses of BlockKey in net.metanotion.io.appenddb
 

Fields in net.metanotion.io.appenddb with type parameters of type BlockKey
protected  Map<Long,BlockKey> AppendBlockIO.offsetToBlocks
           
 

Methods in net.metanotion.io.appenddb with parameters of type BlockKey
 void RecoverDB.cachePut(BlockKey k, net.metanotion.io.appenddb.Block b)
           
 void BlockDB.cachePut(BlockKey k, net.metanotion.io.appenddb.Block b)
           
 void RecoverDB.cacheRemove(BlockKey k)
           
 void BlockDB.cacheRemove(BlockKey k)
           
 void RecoverDB.putOffsetToBlocks(long offset, BlockKey bk)
           
 void BlockDB.putOffsetToBlocks(long offset, BlockKey bk)