K
- The type for the KeyV
- The type for the stored valuepublic class Transaction<K,V> extends Object
Constructor and Description |
---|
Transaction(org.apache.directory.mavibot.btree.Page<K,V> root,
long revision,
long creationDate)
Creates a new transaction instance
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the transaction, releasing the revision it was using.
|
long |
getCreationDate() |
long |
getRevision() |
org.apache.directory.mavibot.btree.Page<K,V> |
getRoot() |
boolean |
isClosed() |
String |
toString() |
public long getRevision()
public long getCreationDate()
public void close()
public boolean isClosed()
public String toString()
toString
in class Object
Object.toString()
Copyright © 2012-2013 Apache Mavibot Project Parent. All Rights Reserved.