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

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

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

Constructors in net.metanotion.io.appenddb with parameters of type ByteGet
Handle(ByteGet owner, int block)