| Package | Description |
|---|---|
| org.infinispan.commands.functional | |
| org.infinispan.commands.write |
Commands that alter the state of the cache.
|
| org.infinispan.interceptors.impl |
Basic interceptors
|
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
AbstractWriteKeyCommand.getValueMatcher() |
ValueMatcher |
AbstractWriteManyCommand.getValueMatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractWriteKeyCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
AbstractWriteManyCommand.setValueMatcher(ValueMatcher valueMatcher) |
| Modifier and Type | Field and Description |
|---|---|
protected ValueMatcher |
RemoveCommand.valueMatcher |
| Modifier and Type | Method and Description |
|---|---|
ValueMatcher |
ClearCommand.getValueMatcher() |
ValueMatcher |
ComputeCommand.getValueMatcher() |
ValueMatcher |
ComputeIfAbsentCommand.getValueMatcher() |
ValueMatcher |
InvalidateCommand.getValueMatcher() |
ValueMatcher |
PutKeyValueCommand.getValueMatcher() |
ValueMatcher |
PutMapCommand.getValueMatcher() |
ValueMatcher |
RemoveCommand.getValueMatcher() |
ValueMatcher |
ReplaceCommand.getValueMatcher() |
ValueMatcher |
WriteCommand.getValueMatcher() |
abstract ValueMatcher |
ValueMatcher.matcherForRetry() |
static ValueMatcher |
ValueMatcher.valueOf(int ordinal) |
static ValueMatcher |
ValueMatcher.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClearCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ComputeCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ComputeIfAbsentCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
InvalidateCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
PutKeyValueCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
PutMapCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
RemoveCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ReplaceCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
WriteCommand.setValueMatcher(ValueMatcher valueMatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
CallInterceptor.performRemove(MVCCEntry e,
InvocationContext ctx,
ValueMatcher valueMatcher,
Object key,
Object prevValue,
Object optionalValue,
boolean notifyRemove,
RemoveCommand command) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.