Uses of Enum Class
org.infinispan.commands.write.ValueMatcher
Packages that use ValueMatcher
Package
Description
Commands that alter the state of the cache.
Basic interceptors
-
Uses of ValueMatcher in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional that return ValueMatcherModifier and TypeMethodDescriptionAbstractWriteKeyCommand.getValueMatcher()AbstractWriteManyCommand.getValueMatcher()Methods in org.infinispan.commands.functional with parameters of type ValueMatcherModifier and TypeMethodDescriptionvoidAbstractWriteKeyCommand.setValueMatcher(ValueMatcher valueMatcher) voidAbstractWriteManyCommand.setValueMatcher(ValueMatcher valueMatcher) Constructors in org.infinispan.commands.functional with parameters of type ValueMatcherModifierConstructorDescriptionprotectedAbstractWriteKeyCommand(ByteString cacheName, Object key, ValueMatcher valueMatcher, int segment, CommandInvocationId id, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) protectedAbstractWriteKeyCommand(ByteString cacheName, MarshallableObject<?> wrappedKey, long flags, int topologyId, int segment, CommandInvocationId commandInvocationId, Params params, ValueMatcher valueMatcher, DataConversion keyDataConversion, DataConversion valueDataConversion, PrivateMetadata internalMetadata) ReadWriteKeyCommand(ByteString cacheName, Object key, Function<EntryView.ReadWriteEntryView<K, V>, R> f, int segment, CommandInvocationId id, ValueMatcher valueMatcher, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) ReadWriteKeyValueCommand(ByteString cacheName, Object key, Object argument, BiFunction<T, EntryView.ReadWriteEntryView<K, V>, R> f, int segment, CommandInvocationId id, ValueMatcher valueMatcher, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) WriteOnlyKeyCommand(ByteString cacheName, Object key, Consumer<EntryView.WriteEntryView<K, V>> f, int segment, CommandInvocationId id, ValueMatcher valueMatcher, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) WriteOnlyKeyValueCommand(ByteString cacheName, Object key, Object argument, BiConsumer<T, EntryView.WriteEntryView<K, V>> f, int segment, CommandInvocationId id, ValueMatcher valueMatcher, Params params, DataConversion keyDataConversion, DataConversion valueDataConversion) -
Uses of ValueMatcher in org.infinispan.commands.write
Subclasses with type arguments of type ValueMatcher in org.infinispan.commands.writeModifier and TypeClassDescriptionenumA policy for determining if a write command should be executed based on the current value in the cache.Classes in org.infinispan.commands.write that implement interfaces with type arguments of type ValueMatcherModifier and TypeClassDescriptionfinal classFields in org.infinispan.commands.write declared as ValueMatcherMethods in org.infinispan.commands.write that return ValueMatcherModifier and TypeMethodDescriptionValueMatcher$___Marshaller_1495a935ff324a1b54dfb27320e7556270c896d73e5c249e727e8b65d5680e0e.decode(int $1) ClearCommand.getValueMatcher()ComputeCommand.getValueMatcher()ComputeIfAbsentCommand.getValueMatcher()InvalidateCommand.getValueMatcher()IracPutKeyValueCommand.getValueMatcher()PutKeyValueCommand.getValueMatcher()PutMapCommand.getValueMatcher()RemoveCommand.getValueMatcher()ReplaceCommand.getValueMatcher()WriteCommand.getValueMatcher()abstract ValueMatcherValueMatcher.matcherForRetry()static ValueMatcherValueMatcher.valueOf(int ordinal) Returns the enum constant of this class with the specified name.static ValueMatcherReturns the enum constant of this class with the specified name.static ValueMatcher[]ValueMatcher.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.commands.write that return types with arguments of type ValueMatcherModifier and TypeMethodDescriptionValueMatcher$___Marshaller_1495a935ff324a1b54dfb27320e7556270c896d73e5c249e727e8b65d5680e0e.getJavaClass()Methods in org.infinispan.commands.write with parameters of type ValueMatcherModifier and TypeMethodDescriptionintValueMatcher$___Marshaller_1495a935ff324a1b54dfb27320e7556270c896d73e5c249e727e8b65d5680e0e.encode(ValueMatcher $1) voidClearCommand.setValueMatcher(ValueMatcher valueMatcher) voidComputeCommand.setValueMatcher(ValueMatcher valueMatcher) voidComputeIfAbsentCommand.setValueMatcher(ValueMatcher valueMatcher) voidInvalidateCommand.setValueMatcher(ValueMatcher valueMatcher) voidIracPutKeyValueCommand.setValueMatcher(ValueMatcher valueMatcher) voidPutKeyValueCommand.setValueMatcher(ValueMatcher valueMatcher) voidPutMapCommand.setValueMatcher(ValueMatcher valueMatcher) voidRemoveCommand.setValueMatcher(ValueMatcher valueMatcher) voidReplaceCommand.setValueMatcher(ValueMatcher valueMatcher) voidWriteCommand.setValueMatcher(ValueMatcher valueMatcher) -
Uses of ValueMatcher in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type ValueMatcherModifier and TypeMethodDescriptionprotected ObjectCallInterceptor.performRemove(MVCCEntry<?, ?> e, InvocationContext ctx, ValueMatcher valueMatcher, Object key, Object prevValue, Object optionalValue, Metadata commandMetadata, boolean notifyRemove, boolean returnEntry, DataWriteCommand command)