Uses of Class
net.metanotion.io.appenddb.RecoveryException

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

Constructors in net.metanotion.io.appenddb that throw RecoveryException
AppendBlockIO(RandomAccess appendFile, long maxBytes)
          Create a n Append BlockIO device with given file and transaction log.