| 程序包 | 说明 |
|---|---|
| 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
|
| 类和说明 |
|---|
| Chunk
A chunk of data, containing one or multiple pages.
|
| Cursor
A cursor to iterate over elements in ascending order.
|
| CursorPos
A position in a cursor
|
| FileStore
The default storage mechanism of the MVStore.
|
| FreeSpaceBitSet
A free space bit set.
|
| MVMap
A stored map.
|
| MVMap.Builder
A builder for this class.
|
| MVMap.MapBuilder
A builder for maps.
|
| MVMapConcurrent
A class used for backward compatibility.
|
| MVMapConcurrent.Builder
A builder for this class.
|
| MVStore
A persistent storage for maps.
|
| MVStore.Builder
A builder for an MVStore.
|
| Page
A page (a node or a leaf).
|
| Page.PageReference
A pointer to a page, either in-memory or using a page position.
|
| WriteBuffer
An auto-resize buffer to write data into a ByteBuffer.
|
| 类和说明 |
|---|
| MVMap
A stored map.
|
| MVStore
A persistent storage for maps.
|
| WriteBuffer
An auto-resize buffer to write data into a ByteBuffer.
|
| 类和说明 |
|---|
| MVMap
A stored map.
|
| MVMap.MapBuilder
A builder for maps.
|
| Page
A page (a node or a leaf).
|
| WriteBuffer
An auto-resize buffer to write data into a ByteBuffer.
|
| 类和说明 |
|---|
| WriteBuffer
An auto-resize buffer to write data into a ByteBuffer.
|
Copyright © 2017. All rights reserved.