Uses of Class
org.egothor.slotter.TransactionLog

Packages that use TransactionLog
org.egothor.dynamizer This package defines a common dynamization and its implementation for our index data structures. 
org.egothor.slotter This package is responsible for management of arrays of DynStruct objects. 
 

Uses of TransactionLog in org.egothor.dynamizer
 

Methods in org.egothor.dynamizer that return TransactionLog
 TransactionLog Dynamizer.commit()
          All buffers must be saved.
 

Uses of TransactionLog in org.egothor.slotter
 

Methods in org.egothor.slotter that return TransactionLog
 TransactionLog SlotMap.execute()
           
 TransactionLog SlotMap.rollback()