Uses of Class
org.infinispan.commands.write.ValueMatcher
-
Packages that use ValueMatcher Package Description org.infinispan.commands.functional org.infinispan.commands.write Commands that alter the state of the cache.org.infinispan.interceptors.impl Basic interceptors -
-
Uses of ValueMatcher in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional that return ValueMatcher Modifier and Type Method Description ValueMatcherAbstractWriteKeyCommand. getValueMatcher()ValueMatcherAbstractWriteManyCommand. getValueMatcher()Methods in org.infinispan.commands.functional with parameters of type ValueMatcher Modifier and Type Method Description voidAbstractWriteKeyCommand. setValueMatcher(ValueMatcher valueMatcher)voidAbstractWriteManyCommand. setValueMatcher(ValueMatcher valueMatcher) -
Uses of ValueMatcher in org.infinispan.commands.write
Fields in org.infinispan.commands.write declared as ValueMatcher Modifier and Type Field Description protected ValueMatcherRemoveCommand. valueMatcherMethods in org.infinispan.commands.write that return ValueMatcher Modifier and Type Method Description ValueMatcherClearCommand. getValueMatcher()ValueMatcherComputeCommand. getValueMatcher()ValueMatcherComputeIfAbsentCommand. getValueMatcher()ValueMatcherInvalidateCommand. getValueMatcher()ValueMatcherPutKeyValueCommand. getValueMatcher()ValueMatcherPutMapCommand. getValueMatcher()ValueMatcherRemoveCommand. getValueMatcher()ValueMatcherReplaceCommand. getValueMatcher()ValueMatcherWriteCommand. getValueMatcher()abstract ValueMatcherValueMatcher. matcherForRetry()static ValueMatcherValueMatcher. valueOf(int ordinal)Returns the enum constant of this type with the specified name.static ValueMatcherValueMatcher. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueMatcher[]ValueMatcher. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.commands.write with parameters of type ValueMatcher Modifier and Type Method Description voidClearCommand. setValueMatcher(ValueMatcher valueMatcher)voidComputeCommand. setValueMatcher(ValueMatcher valueMatcher)voidComputeIfAbsentCommand. setValueMatcher(ValueMatcher valueMatcher)voidInvalidateCommand. 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 ValueMatcher Modifier and Type Method Description protected ObjectCallInterceptor. performRemove(MVCCEntry e, InvocationContext ctx, ValueMatcher valueMatcher, Object key, Object prevValue, Object optionalValue, boolean notifyRemove, RemoveCommand command)
-