Package | Description |
---|---|
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
Modifier and Type | Field and Description |
---|---|
protected ValueMatcher |
RemoveCommand.valueMatcher |
Modifier and Type | Method and Description |
---|---|
ValueMatcher |
WriteCommand.getValueMatcher() |
ValueMatcher |
ClearCommand.getValueMatcher() |
ValueMatcher |
RemoveCommand.getValueMatcher() |
ValueMatcher |
ApplyDeltaCommand.getValueMatcher() |
ValueMatcher |
PutMapCommand.getValueMatcher() |
ValueMatcher |
PutKeyValueCommand.getValueMatcher() |
ValueMatcher |
ReplaceCommand.getValueMatcher() |
abstract ValueMatcher |
ValueMatcher.matcherForRetry() |
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 |
WriteCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ClearCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
RemoveCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ApplyDeltaCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
PutMapCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
PutKeyValueCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ReplaceCommand.setValueMatcher(ValueMatcher valueMatcher) |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.