|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.labs.bananadb.entity.isolation.AbstractIsolation
org.apache.labs.bananadb.entity.isolation.IsolationDeadlocking
public class IsolationDeadlocking
Throws an exception if anyone manage to update an instance in the store while also beeing updated in the owner transaction of this isolation.
| Constructor Summary | |
|---|---|
IsolationDeadlocking()
|
|
| Method Summary | |
|---|---|
void |
checkVersion(Transaction txn)
|
| Methods inherited from class org.apache.labs.bananadb.entity.isolation.AbstractIsolation |
|---|
getSizeModifier |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IsolationDeadlocking()
| Method Detail |
|---|
public void checkVersion(Transaction txn)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||