This project has retired. For details please refer to its Attic page.
org.apache.polygene.entitystore.leveldb (Apache Polygeneâ„¢ (Java Edition) SDK 3.0.0)
Skip navigation links

Package org.apache.polygene.entitystore.leveldb

LevelDB EntityStore.

See: Description

Package org.apache.polygene.entitystore.leveldb Description

LevelDB EntityStore.

LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.

By default use the native implementation through JNI bindings and fallback to the pure java implementation if not available on the current platform. Used implementation can be forced using the LevelDBEntityStoreConfiguration.flavour() property.

See:

Skip navigation links