| 程序包 | 说明 |
|---|---|
| org.h2.mvstore.tx |
Helper classes to use the MVStore in a transactional manner.
|
| 限定符和类型 | 方法和说明 |
|---|---|
TransactionMap<K,V> |
TransactionMap.getInstance(Transaction transaction)
Get a clone of this map for the given transaction.
|
TransactionMap<K,V> |
TransactionMap.getInstance(Transaction transaction)
Get a clone of this map for the given transaction.
|
<K,V> TransactionMap<K,V> |
Transaction.openMap(String name)
Open a data map.
|
<K,V> TransactionMap<K,V> |
Transaction.openMap(String name)
Open a data map.
|
<K,V> TransactionMap<K,V> |
Transaction.openMap(String name,
DataType<K> keyType,
DataType<V> valueType)
Open the map to store the data.
|
<K,V> TransactionMap<K,V> |
Transaction.openMap(String name,
DataType<K> keyType,
DataType<V> valueType)
Open the map to store the data.
|
<K,V> TransactionMap<K,V> |
Transaction.openMapX(MVMap<K,VersionedValue<V>> map)
Open the transactional version of the given map.
|
<K,V> TransactionMap<K,V> |
Transaction.openMapX(MVMap<K,VersionedValue<V>> map)
Open the transactional version of the given map.
|
| 限定符和类型 | 方法和说明 |
|---|---|
<K,V> void |
Transaction.removeMap(TransactionMap<K,V> map)
Remove the map.
|
<K,V> void |
Transaction.removeMap(TransactionMap<K,V> map)
Remove the map.
|
Copyright © 2022. All rights reserved.