K - the key typeV - the value typepublic static class MVMap.Builder<K,V> extends MVMap.BasicBuilder<MVMap<K,V>,K,V>
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected MVMap<K,V> |
create(Map<String,Object> config)
Create map from config.
|
MVMap.Builder<K,V> |
keyType(DataType<? super K> dataType)
Set the key data type.
|
MVMap.Builder<K,V> |
singleWriter()
Set up this Builder to produce MVMap, which can be used in append mode
by a single thread.
|
MVMap.Builder<K,V> |
valueType(DataType<? super V> dataType)
Set the value data type.
|
create, getKeyType, getValueType, setKeyType, setValueTypepublic MVMap.Builder<K,V> keyType(DataType<? super K> dataType)
MVMap.BasicBuilderpublic MVMap.Builder<K,V> valueType(DataType<? super V> dataType)
MVMap.BasicBuilderpublic MVMap.Builder<K,V> singleWriter()
MVMap.append(Object, Object)Copyright © 2022. All rights reserved.