| Interface | Description |
|---|---|
| CLibrary |
This JNA interface provides functions in the C library.
|
| Class | Description |
|---|---|
| K2hash |
The class
K2hash encapsulates the K2hashLibrary class and represents a K2hash
key-value store. |
| K2hashAttrPack |
Information about an attribute of a key.
|
| K2hashKeyQueue |
Queue holds keys of k2hash database in a FIFO (first-in-first-out) manner.
|
| K2hashQueue |
Queue holds elements in a FIFO (first-in-first-out) manner.
|
| Enum | Description |
|---|---|
| K2hash.OPEN_MODE |
Defines access modes used to open a file.
|
| K2hash.STATS_DUMP_LEVEL |
Defines levels used to dump a k2hash data.
|
Copyright © 2021. All rights reserved.