Uses of Enum Class
com.blueriq.component.api.store.keyvalue.KeyspaceEvent
Packages that use KeyspaceEvent
-
Uses of KeyspaceEvent in com.blueriq.component.api.store.keyvalue
Methods in com.blueriq.component.api.store.keyvalue that return KeyspaceEventModifier and TypeMethodDescriptionstatic KeyspaceEvent
Returns the enum constant of this class with the specified name.static KeyspaceEvent[]
KeyspaceEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.blueriq.component.api.store.keyvalue with parameters of type KeyspaceEventModifier and TypeMethodDescriptionvoid
IKeyspaceEventListener.onEvent
(KeyspaceEvent event, String key) This method is called by theIKeyspaceMonitor
to notify the listener of an event.