Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
/ pmemkv-jni Public archive

Java Native Interface for pmemkv

License

Notifications You must be signed in to change notification settings

pmem/pmemkv-jni

Repository files navigation

pmemkv-jni

Java Native Interface for pmemkv

This repository is now read-only, it's archived because it was merged with pmemkv-java.

For all up-to-date information go to pmemkv-java repository.

Dependencies

  • PMDK - native persistent memory libraries
  • pmemkv - native key/value library

Installation

Start by installing pmemkv on your system.

Clone the pmemkv-jni tree:

git clone https://github.com/pmem/pmemkv-jni.git
cd pmemkv-jni

Finish by installing this library:

make
make install

Usage

https://github.com/pmem/pmemkv-java