Package | Description |
---|---|
org.infinispan.commands.functional | |
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
Modifier and Type | Method and Description |
---|---|
ValueMatcher |
AbstractWriteManyCommand.getValueMatcher() |
ValueMatcher |
AbstractWriteKeyCommand.getValueMatcher() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractWriteManyCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
AbstractWriteKeyCommand.setValueMatcher(ValueMatcher valueMatcher) |
Constructor and Description |
---|
AbstractWriteKeyCommand(K key,
ValueMatcher valueMatcher,
CommandInvocationId id,
Params params) |
ReadWriteKeyCommand(K key,
Function<EntryView.ReadWriteEntryView<K,V>,R> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
ReadWriteKeyValueCommand(K key,
V value,
BiFunction<V,EntryView.ReadWriteEntryView<K,V>,R> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
WriteOnlyKeyCommand(K key,
Consumer<EntryView.WriteEntryView<V>> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
WriteOnlyKeyValueCommand(K key,
V value,
BiConsumer<V,EntryView.WriteEntryView<V>> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
Modifier and Type | Field and Description |
---|---|
protected ValueMatcher |
RemoveCommand.valueMatcher |
Modifier and Type | Method and Description |
---|---|
ValueMatcher |
ApplyDeltaCommand.getValueMatcher() |
ValueMatcher |
PutMapCommand.getValueMatcher() |
ValueMatcher |
ClearCommand.getValueMatcher() |
ValueMatcher |
ReplaceCommand.getValueMatcher() |
ValueMatcher |
RemoveCommand.getValueMatcher() |
ValueMatcher |
PutKeyValueCommand.getValueMatcher() |
ValueMatcher |
WriteCommand.getValueMatcher() |
abstract ValueMatcher |
ValueMatcher.matcherForRetry() |
ValueMatcher |
ValueMatcher.Externalizer.readObject(ObjectInput input) |
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 |
---|---|
Set<Class<? extends ValueMatcher>> |
ValueMatcher.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
void |
ApplyDeltaCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
PutMapCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ClearCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ReplaceCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
RemoveCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
PutKeyValueCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
WriteCommand.setValueMatcher(ValueMatcher valueMatcher) |
void |
ValueMatcher.Externalizer.writeObject(ObjectOutput output,
ValueMatcher valueMatcher) |
Copyright © 2022 JBoss, a division of Red Hat. All rights reserved.