SimpleBlockIndex
Description
- Derived from
-
BlockIndex<T, T>
An subclass of BlockIndex for identical key and value types that additionally support comparison.
Public / Constructors
Create
Creates a new block index in the given block storage.
The returned block index belongs to storage in and will be disposed with it.
- IOException
-
If an I/O error has occurred.
New
Creates a new block index in the given block storage.
The returned block index belongs to storage in and will be disposed with it.
- IOException
-
If an I/O error has occurred.
Open
Opens an existing block index in the given block storage.
The returned block index belongs to storage in and will be disposed with it.
- IOException
-
If an I/O error has occurred.