Uses of Interface
net.metanotion.io.BlockIO

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

Classes in net.metanotion.io.appenddb that implement BlockIO
 class AppendBlockIO
          This implements a block device tied to a random access file.