DurablePersistentMap

trait DurablePersistentMap[T <: Txn[T], K]

Interface for a confluently or partially persistent storing key value map. Keys (type K) might be single object identifiers (as the variable storage case), or combined keys (as in the live map case).

Interface for a confluently or partially persistent storing key value map. Keys (type K) might be single object identifiers (as the variable storage case), or combined keys (as in the live map case).

Type Params
K

the key type

T

the underlying system's transaction type

Companion
object
class Object
trait Matchable
class Any