|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.h2.mvstore.db.TransactionStore.Change
public static class TransactionStore.Change
A change in a map.
Field Summary | |
---|---|
java.lang.Object |
key
The key. |
java.lang.String |
mapName
The name of the map where the change occurred. |
java.lang.Object |
value
The value. |
Constructor Summary | |
---|---|
TransactionStore.Change()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String mapName
public java.lang.Object key
public java.lang.Object value
Constructor Detail |
---|
public TransactionStore.Change()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |