Interface | Description |
---|---|
ActionRecordManager |
Extends the RecordManager to allow callers to group their RecordManager interface
calls into actions.
|
RecordManager |
An interface to manages records, which are uninterpreted blobs of data.
|
RecordManagerProvider |
Provider of RecordManager implementation.
|
Class | Description |
---|---|
RecordManagerFactory |
This is the factory class to use for instantiating
RecordManager
instances. |
RecordManagerOptions |
Standard options for RecordManager.
|
Enum | Description |
---|---|
I18n |
Provides i18n handling of error codes.
|
Simplified public API corresponding to GDBM APIs.
JDBM is a simple transactional persistent engine for Java. It aims to be for Java what GDBM is for C/C++, Perl, Python, etc: a fast, simple persistence engine.
You can use it to store a mix of hashtables and blobs, and all updates are done in a transactionally safe manner.
Copyright © 2018. All rights reserved.