Uses of Interface
com.blueriq.component.api.store.keyvalue.IKeyPatternBuilder
Packages that use IKeyPatternBuilder
-
Uses of IKeyPatternBuilder in com.blueriq.component.api.store.keyvalue
Methods in com.blueriq.component.api.store.keyvalue that return IKeyPatternBuilderModifier and TypeMethodDescriptionIKeyPatternBuilder.anyCharacter()Appends a pattern element which matches any character, once.IKeyPatternBuilder.anyString()Appends a pattern element which matches any string.IKeyspaceMonitor.getKeyPatternBuilder()Returns a builder for creating key patterns.IKeyValueStore.getKeyPatternBuilder()Returns a builder for creating key patterns.Appends the given literal string to the pattern.IKeyPatternBuilder.pattern(IKeyPattern pattern) Appends the given pattern.