Uses of Interface
net.metanotion.io.BlockHandle

Packages that use BlockHandle
net.metanotion.io   
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 BlockHandle in net.metanotion.io
 

Methods in net.metanotion.io that return BlockHandle
 BlockHandle<D> BlockIO.getBlock(K block)
           
 BlockHandle<D> BlockIO.getBlock(K block, T t)
           
 

Uses of BlockHandle in net.metanotion.io.appenddb
 

Classes in net.metanotion.io.appenddb that implement BlockHandle
 class Handle
           
 

Methods in net.metanotion.io.appenddb that return BlockHandle
protected  BlockHandle<byte[]> Transaction.get(Integer block)
           
 BlockHandle<byte[]> AppendBlockIO.getBlock(Integer block)
           
 BlockHandle<byte[]> AppendBlockIO.getBlock(Integer block, Transaction t)