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 CommandInvocationIdCommandInvocationId. DUMMY_INVOCATION_IDMethods in org.infinispan.commands that return CommandInvocationId Modifier and Type Method Description static CommandInvocationIdCommandInvocationId. generateId(Address address)static CommandInvocationIdCommandInvocationId. generateIdFrom(CommandInvocationId commandInvocationId)static CommandInvocationIdCommandInvocationId. readFrom(ObjectInput input)Methods in org.infinispan.commands with parameters of type CommandInvocationId Modifier and Type Method Description static CommandInvocationIdCommandInvocationId. generateIdFrom(CommandInvocationId commandInvocationId)static StringCommandInvocationId. show(CommandInvocationId id)static voidCommandInvocationId. 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 CommandInvocationIdAbstractWriteManyCommand. getCommandInvocationId() -
Uses of CommandInvocationId in org.infinispan.commands.triangle
Methods in org.infinispan.commands.triangle that return CommandInvocationId Modifier and Type Method Description CommandInvocationIdBackupWriteCommand. getCommandInvocationId() -
Uses of CommandInvocationId in org.infinispan.commands.write
Fields in org.infinispan.commands.write declared as CommandInvocationId Modifier and Type Field Description protected CommandInvocationIdAbstractDataWriteCommand. commandInvocationIdprotected CommandInvocationIdInvalidateCommand. commandInvocationIdMethods in org.infinispan.commands.write that return CommandInvocationId Modifier and Type Method Description CommandInvocationIdAbstractDataWriteCommand. getCommandInvocationId()CommandInvocationIdClearCommand. getCommandInvocationId()CommandInvocationIdInvalidateCommand. getCommandInvocationId()CommandInvocationIdPutMapCommand. getCommandInvocationId()CommandInvocationIdWriteCommand. getCommandInvocationId()Constructors in org.infinispan.commands.write with parameters of type CommandInvocationId Constructor Description AbstractDataWriteCommand(Object key, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)ComputeCommand(Object key, BiFunction remappingBiFunction, boolean computeIfPresent, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, Metadata metadata)ComputeIfAbsentCommand(Object key, Function mappingFunction, int segment, long flagsBitSet, CommandInvocationId commandInvocationId, Metadata metadata)EvictCommand(Object key, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)InvalidateCommand(long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)InvalidateCommand(long flagsBitSet, CommandInvocationId commandInvocationId, Object... keys)InvalidateL1Command(long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)InvalidateL1Command(long flagsBitSet, CommandInvocationId commandInvocationId, Object... keys)InvalidateL1Command(Address writeOrigin, long flagsBitSet, Collection<Object> keys, CommandInvocationId commandInvocationId)PutKeyValueCommand(Object key, Object value, boolean putIfAbsent, Metadata metadata, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)PutMapCommand(Map<?,?> map, Metadata metadata, long flagsBitSet, CommandInvocationId commandInvocationId)RemoveCommand(Object key, Object value, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)RemoveExpiredCommand(Object key, Object value, Long lifespan, boolean maxIdle, int segment, long flagBitSet, CommandInvocationId commandInvocationId)ReplaceCommand(Object key, Object oldValue, Object newValue, Metadata metadata, int segment, long flagsBitSet, CommandInvocationId commandInvocationId)
-