| 程序包 | 说明 |
|---|---|
| org.h2.mvstore |
A persistent storage for tree maps.
|
| org.h2.mvstore.db |
Helper classes to use the MVStore in the H2 database.
|
| org.h2.mvstore.rtree |
An R-tree implementation
|
| org.h2.mvstore.type |
Data types and serialization / deserialization
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected DataType |
MVMapConcurrent.Builder.keyType |
protected DataType |
MVMap.Builder.keyType |
protected DataType |
MVMapConcurrent.Builder.valueType |
protected DataType |
MVMap.Builder.valueType |
| 限定符和类型 | 方法和说明 |
|---|---|
DataType |
MVMap.getKeyType()
Get the key type.
|
DataType |
MVMap.Builder.getKeyType() |
DataType |
MVMap.getValueType()
Get the value type.
|
DataType |
MVMap.Builder.getValueType() |
| 限定符和类型 | 方法和说明 |
|---|---|
MVMapConcurrent.Builder<K,V> |
MVMapConcurrent.Builder.keyType(DataType keyType)
Set the key data type.
|
MVMap.Builder<K,V> |
MVMap.Builder.keyType(DataType keyType)
Set the key data type.
|
MVMapConcurrent.Builder<K,V> |
MVMapConcurrent.Builder.valueType(DataType valueType)
Set the key data type.
|
MVMap.Builder<K,V> |
MVMap.Builder.valueType(DataType valueType)
Set the value data type.
|
| 构造器和说明 |
|---|
MVMap(DataType keyType,
DataType valueType) |
MVMapConcurrent(DataType keyType,
DataType valueType) |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
TransactionStore.ArrayType
A data type that contains an array of objects with the specified data
types.
|
static class |
TransactionStore.VersionedValueType
The value type for a versioned value.
|
class |
ValueDataType
A row type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
DataType |
TransactionStore.TransactionMap.getKeyType() |
| 限定符和类型 | 方法和说明 |
|---|---|
<K,V> TransactionStore.TransactionMap<K,V> |
TransactionStore.Transaction.openMap(String name,
DataType keyType,
DataType valueType)
Open the map to store the data.
|
| 构造器和说明 |
|---|
TransactionStore(MVStore store,
DataType dataType)
Create a new transaction store.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
SpatialDataType
A spatial data type.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <V> MVRTreeMap<V> |
MVRTreeMap.create(int dimensions,
DataType valueType)
Create a new map with the given dimensions and value type.
|
MVRTreeMap.Builder<V> |
MVRTreeMap.Builder.valueType(DataType valueType)
Set the key data type.
|
| 构造器和说明 |
|---|
MVRTreeMap(int dimensions,
DataType valueType) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ObjectDataType
A data type implementation for the most common data types, including
serializable objects.
|
class |
StringDataType
A string type.
|
Copyright © 2017. All rights reserved.