Uses of Interface
com.blueriq.component.api.store.keyvalue.IKeyPattern
Packages that use IKeyPattern
-
Uses of IKeyPattern in com.blueriq.component.api.store.keyvalue
Methods in com.blueriq.component.api.store.keyvalue that return IKeyPatternModifier and TypeMethodDescriptionIKeyPatternBuilder.build()Builds a key pattern from the elements appended so far.Methods in com.blueriq.component.api.store.keyvalue with parameters of type IKeyPatternModifier and TypeMethodDescriptionvoidIKeyspaceMonitor.addListener(IKeyPattern keyPattern, IKeyspaceEventListener listener) Registers the given listener for the given key pattern.IKeyValueStore.keyIterator(IKeyPattern pattern) Provides a means to enumerate all keys in the key-value store, optionally matching a pattern.IKeyValueStore.keys(IKeyPattern pattern) Returns all keys in the key-value store, optionally with a pattern to scope to a namespace.IKeyPatternBuilder.pattern(IKeyPattern pattern) Appends the given pattern.voidIKeyspaceMonitor.removeListener(IKeyPattern keyPattern, IKeyspaceEventListener listener) Unregisters the given listener from the given key pattern.