public static class TransactionStore.Change
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
TransactionStore.Change(java.lang.String mapName,
java.lang.Object key,
java.lang.Object value) |