Class TransactionStore.Change

java.lang.Object
org.h2.mvstore.tx.TransactionStore.Change
Enclosing class:
TransactionStore

public static class TransactionStore.Change extends Object
A change in a map.
  • Field Details

    • mapName

      public final String mapName
      The name of the map where the change occurred.
    • key

      public final Object key
      The key.
    • value

      public final Object value
      The value.
  • Constructor Details