putLong

abstract fun putLong(key: String, value: Long): Kvs.KvsEditor

Stages a Long value to be persisted under key.

Return

This editor instance for chaining.

Parameters

key

Storage key. Must not be blank.

value

The long value to store.

Throws

if the editor has already been committed.