PrimitiveSimpleStore
Store primitives on disk.
All methods never return null in the ListenableFuture, #contains should be used for optionality. If the value is not set, the 0-byte primitive will be returned.
Functions
Link copied to clipboard
Delete all keys in this direct namespace.
Link copied to clipboard
Recursively delete all keys in this scope and child scopes.
Link copied to clipboard
Link copied to clipboard
Store string as #UTF_16BE.
abstract fun put(key: String, @Nullable value: Array<Byte>): ListenableFuture<Array<Byte>>
Content copied to clipboard
Stores a byte[] on disk.