Package com.blueriq.component.api.store.keyvalue
package com.blueriq.component.api.store.keyvalue
-
ClassDescriptionRepresents a pattern for keys in a key-value store.A builder for creating key patterns that a given
IKeyValueStore
implementation understands.Objects that which to register with aIKeyspaceMonitor
and be notified of keyspace events must implement this interface.A keyspace monitor is capable of "monitoring" the keys in a key-value store and notify listeners when a key is set, deleted or when a key expires.Abstraction for key-value store systems.An iterator over keys in a key-value store.Defines the set of events for whichIKeyspaceEventListener
s can register with anIKeyspaceMonitor
.