Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.commands.functional | |
org.infinispan.commands.write |
Commands that alter the state of the cache.
|
Modifier and Type | Method and Description |
---|---|
static CommandInvocationId |
CommandInvocationId.generateId(Address address) |
static CommandInvocationId |
CommandInvocationId.generateIdFrom(CommandInvocationId commandInvocationId) |
CommandInvocationId |
CommandInvocationId.Externalizer.readObject(ObjectInput input) |
Modifier and Type | Method and Description |
---|---|
Set<Class<? extends CommandInvocationId>> |
CommandInvocationId.Externalizer.getTypeClasses() |
Modifier and Type | Method and Description |
---|---|
static CommandInvocationId |
CommandInvocationId.generateIdFrom(CommandInvocationId commandInvocationId) |
void |
CommandInvocationId.Externalizer.writeObject(ObjectOutput output,
CommandInvocationId object) |
Constructor and Description |
---|
AbstractWriteKeyCommand(K key,
ValueMatcher valueMatcher,
CommandInvocationId id,
Params params) |
ReadWriteKeyCommand(K key,
Function<org.infinispan.commons.api.functional.EntryView.ReadWriteEntryView<K,V>,R> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
ReadWriteKeyValueCommand(K key,
V value,
BiFunction<V,org.infinispan.commons.api.functional.EntryView.ReadWriteEntryView<K,V>,R> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
WriteOnlyKeyCommand(K key,
Consumer<org.infinispan.commons.api.functional.EntryView.WriteEntryView<V>> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
WriteOnlyKeyValueCommand(K key,
V value,
BiConsumer<V,org.infinispan.commons.api.functional.EntryView.WriteEntryView<V>> f,
CommandInvocationId id,
ValueMatcher valueMatcher,
Params params) |
Modifier and Type | Field and Description |
---|---|
protected CommandInvocationId |
AbstractDataWriteCommand.commandInvocationId |
Constructor and Description |
---|
AbstractDataWriteCommand(Object key,
Set<Flag> flags,
CommandInvocationId commandInvocationId) |
ApplyDeltaCommand(Object deltaAwareValueKey,
Delta delta,
Collection<Object> keys,
CommandInvocationId commandInvocationId) |
EvictCommand(Object key,
CacheNotifier notifier,
Set<Flag> flags,
CommandInvocationId commandInvocationId,
InternalEntryFactory factory) |
InvalidateCommand(CacheNotifier notifier,
Set<Flag> flags,
Collection<Object> keys,
CommandInvocationId commandInvocationId) |
InvalidateCommand(CacheNotifier notifier,
Set<Flag> flags,
CommandInvocationId commandInvocationId,
Object... keys) |
InvalidateL1Command(Address writeOrigin,
DataContainer dc,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Collection<Object> keys,
CommandInvocationId commandInvocationId) |
InvalidateL1Command(DataContainer dc,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
Collection<Object> keys,
CommandInvocationId commandInvocationId) |
InvalidateL1Command(DataContainer dc,
DistributionManager dm,
CacheNotifier notifier,
Set<Flag> flags,
CommandInvocationId commandInvocationId,
Object... keys) |
PutKeyValueCommand(Object key,
Object value,
boolean putIfAbsent,
CacheNotifier notifier,
Metadata metadata,
Set<Flag> flags,
org.infinispan.commons.equivalence.Equivalence valueEquivalence,
CommandInvocationId commandInvocationId) |
PutMapCommand(Map<?,?> map,
CacheNotifier notifier,
Metadata metadata,
Set<Flag> flags,
CommandInvocationId commandInvocationId) |
RemoveCommand(Object key,
Object value,
CacheNotifier notifier,
Set<Flag> flags,
org.infinispan.commons.equivalence.Equivalence valueEquivalence,
CommandInvocationId commandInvocationId) |
RemoveExpiredCommand(Object key,
Object value,
Long lifespan,
CacheNotifier notifier,
org.infinispan.commons.equivalence.Equivalence valueEquivalence,
TimeService timeService,
CommandInvocationId commandInvocationId) |
ReplaceCommand(Object key,
Object oldValue,
Object newValue,
CacheNotifier notifier,
Metadata metadata,
Set<Flag> flags,
org.infinispan.commons.equivalence.Equivalence valueEquivalence,
CommandInvocationId commandInvocationId) |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.