All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bigdata.rwstore.IRawTx Maven / Gradle / Ivy

package com.bigdata.rwstore;

/**
 * A hook used to support session protection by incrementing and decrementing a
 * transaction counter within an {@link IStore}. As long as a transaction is
 * active we can not release data which is currently marked as freed but was
 * committed at the point the session started.
 * 
 * @author Martyn
 *         Cutcher
 */
public interface IRawTx {
    
    /**
     * Close the transaction.
     */
	public void close();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy