| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MVMap.Builder<K,V> |
MVMap.Builder.keyType(DataType<? super K> dataType) |
MVMap.Builder<K,V> |
MVMap.Builder.keyType(DataType<? super K> dataType) |
MVMap.Builder<K,V> |
MVMap.Builder.singleWriter()
Set up this Builder to produce MVMap, which can be used in append mode
by a single thread.
|
MVMap.Builder<K,V> |
MVMap.Builder.singleWriter()
Set up this Builder to produce MVMap, which can be used in append mode
by a single thread.
|
MVMap.Builder<K,V> |
MVMap.Builder.valueType(DataType<? super V> dataType) |
MVMap.Builder<K,V> |
MVMap.Builder.valueType(DataType<? super V> dataType) |
Copyright © 2022. All rights reserved.