Package io.pmem.pmemkv
-
Interface Summary Interface Description Converter<T> Helper interface, which provides functionality of storing objects of any type as ByteBuffer inside pmemkv datastoreKeyCallback<KeyT> Represents callback function, which handle value-only use cases.KeyValueCallback<KeyT,ValueT> Represents callback function, which handle value-only use cases.ValueCallback<ValueT> Represents callback function, which handle value-only use cases. -
Class Summary Class Description ByteBufferConverter Impementation of Converter interface for ByteBuffer typeDatabase<K,V> Main Java binding pmemkv class, which is a local/embedded key-value datastore optimized for persistent memory.Database.Builder<K,V> Builder is used to build instances of pmemkv Database class. -
Exception Summary Exception Description BuilderException DatabaseException InvalidArgumentException NotFoundException NotSupportedException OutOfMemoryException StoppedByCallbackException TransactionScopeException WrongEngineNameException