Uses of Class
org.infinispan.commands.CommandInvocationId
Package
Description
Commands that operate on the cache, either locally or remotely.
-
Uses of CommandInvocationId in org.infinispan.commands
Modifier and TypeFieldDescriptionstatic final CommandInvocationId
CommandInvocationId.DUMMY_INVOCATION_ID
Modifier and TypeFieldDescriptionstatic final AbstractExternalizer<CommandInvocationId>
CommandInvocationId.EXTERNALIZER
Modifier and TypeMethodDescriptionstatic CommandInvocationId
CommandInvocationId.generateId
(Address address) static CommandInvocationId
CommandInvocationId.generateIdFrom
(CommandInvocationId commandInvocationId) static CommandInvocationId
CommandInvocationId.readFrom
(ObjectInput input) Modifier and TypeMethodDescriptionstatic CommandInvocationId
CommandInvocationId.generateIdFrom
(CommandInvocationId commandInvocationId) static String
CommandInvocationId.show
(CommandInvocationId id) static void
CommandInvocationId.writeTo
(ObjectOutput output, CommandInvocationId commandInvocationId)