Uses of Class
org.infinispan.commands.CommandInvocationId
-
Packages that use CommandInvocationId Package Description org.infinispan.commands Commands that operate on the cache, either locally or remotely.org.infinispan.commands.functional org.infinispan.commands.triangle org.infinispan.commands.write Commands that alter the state of the cache. -
-
Uses of CommandInvocationId in org.infinispan.commands
Fields in org.infinispan.commands declared as CommandInvocationId Modifier and Type Field Description static CommandInvocationId
CommandInvocationId. DUMMY_INVOCATION_ID
Methods in org.infinispan.commands that return CommandInvocationId Modifier and Type Method Description static CommandInvocationId
CommandInvocationId. generateId(Address address)
static CommandInvocationId
CommandInvocationId. generateIdFrom(CommandInvocationId commandInvocationId)
static CommandInvocationId
CommandInvocationId. readFrom(ObjectInput input)
Methods in org.infinispan.commands with parameters of type CommandInvocationId Modifier and Type Method Description static CommandInvocationId
CommandInvocationId. generateIdFrom(CommandInvocationId commandInvocationId)
static String
CommandInvocationId. show(CommandInvocationId id)
static void
CommandInvocationId. writeTo(ObjectOutput output, CommandInvocationId commandInvocationId)
-
Uses of CommandInvocationId in org.infinispan.commands.functional
Methods in org.infinispan.commands.functional that return CommandInvocationId Modifier and Type Method Description CommandInvocationId
AbstractWriteManyCommand. getCommandInvocationId()
-
Uses of CommandInvocationId in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle that return CommandInvocationId Modifier and Type Method Description CommandInvocationId
BackupWriteCommand. getCommandInvocationId()
-
Uses of CommandInvocationId in org.infinispan.commands.write
Fields in org.infinispan.commands.write declared as CommandInvocationId Modifier and Type Field Description protected CommandInvocationId
AbstractDataWriteCommand. commandInvocationId
protected CommandInvocationId
InvalidateCommand. commandInvocationId
Methods in org.infinispan.commands.write that return CommandInvocationId Modifier and Type Method Description CommandInvocationId
AbstractDataWriteCommand. getCommandInvocationId()
CommandInvocationId
ClearCommand. getCommandInvocationId()
CommandInvocationId
InvalidateCommand. getCommandInvocationId()
CommandInvocationId
PutMapCommand. getCommandInvocationId()
CommandInvocationId
WriteCommand. getCommandInvocationId()
Constructors in org.infinispan.commands.write with parameters of type CommandInvocationId Constructor Description AbstractDataWriteCommand(Object key, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)
ApplyDeltaCommand(Object deltaAwareValueKey, Delta delta, Collection<Object> keys, CommandInvocationId commandInvocationId)
Deprecated.ComputeCommand(Object key, BiFunction remappingBiFunction, boolean computeIfPresent, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, Metadata metadata, CacheNotifier notifier, ComponentRegistry componentRegistry)
ComputeIfAbsentCommand(Object key, Function mappingFunction, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, Metadata metadata, CacheNotifier notifier, ComponentRegistry componentRegistry)
EvictCommand(Object key, CacheNotifier notifier, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, InternalEntryFactory factory)
InvalidateCommand(CacheNotifier notifier, long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)
InvalidateCommand(CacheNotifier notifier, long flagsBitSet, CommandInvocationId commandInvocationId, Object... keys)
InvalidateL1Command(DataContainer dc, DistributionManager dm, CacheNotifier notifier, long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)
InvalidateL1Command(DataContainer dc, DistributionManager dm, CacheNotifier notifier, long flagsBitSet, CommandInvocationId commandInvocationId, Object... keys)
InvalidateL1Command(Address writeOrigin, DataContainer dc, DistributionManager dm, CacheNotifier notifier, long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)
PutKeyValueCommand(Object key, Object value, boolean putIfAbsent, CacheNotifier notifier, Metadata metadata, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)
PutMapCommand(Map<?,?> map, CacheNotifier notifier, Metadata metadata, long flagsBitSet, CommandInvocationId commandInvocationId)
RemoveCommand(Object key, Object value, CacheNotifier notifier, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)
RemoveExpiredCommand(Object key, Object value, Long lifespan, boolean maxIdle, CacheNotifier notifier, int segment, long flagBitSet, CommandInvocationId commandInvocationId, IncrementableEntryVersion nonExistentVersion, org.infinispan.commons.time.TimeService timeService)
ReplaceCommand(Object key, Object oldValue, Object newValue, CacheNotifier notifier, Metadata metadata, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)
-