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
Subclasses with type arguments of type KeyspaceEvent in com.blueriq.component.api.store.keyvalueModifier and TypeClassDescriptionenumDefines the set of events for whichIKeyspaceEventListeners can register with anIKeyspaceMonitor.Methods in com.blueriq.component.api.store.keyvalue that return KeyspaceEventModifier and TypeMethodDescriptionstatic KeyspaceEventReturns 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 TypeMethodDescriptionvoidIKeyspaceEventListener.onEvent(KeyspaceEvent event, String key) This method is called by theIKeyspaceMonitorto notify the listener of an event.