Uses of Class
org.infinispan.commands.CommandInvocationId
Packages that use CommandInvocationId
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of CommandInvocationId in org.infinispan.commands
Fields in org.infinispan.commands declared as CommandInvocationIdModifier and TypeFieldDescriptionstatic final CommandInvocationId
CommandInvocationId.DUMMY_INVOCATION_ID
Fields in org.infinispan.commands with type parameters of type CommandInvocationIdModifier and TypeFieldDescriptionstatic final AbstractExternalizer<CommandInvocationId>
CommandInvocationId.EXTERNALIZER
Methods in org.infinispan.commands that return CommandInvocationIdModifier and TypeMethodDescriptionstatic 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 CommandInvocationIdModifier and TypeMethodDescriptionstatic CommandInvocationId
CommandInvocationId.generateIdFrom
(CommandInvocationId commandInvocationId) static String
CommandInvocationId.show
(CommandInvocationId id) static void
CommandInvocationId.writeTo
(ObjectOutput output, CommandInvocationId commandInvocationId)