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

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

Classes in net.metanotion.io.appenddb that implement BlockDB
 class RecoverDB
           
 

Fields in net.metanotion.io.appenddb declared as BlockDB
protected  BlockDB Transaction.owner
           
 

Constructors in net.metanotion.io.appenddb with parameters of type BlockDB
Transaction(BlockDB owner)