Class CommandInvocationId

java.lang.Object
org.infinispan.commands.CommandInvocationId

public final class CommandInvocationId extends Object
Represents an unique identified for non-transaction write commands.

It is used to lock the key for a specific command.

This class is final to prevent issues as it is usually not marshalled as polymorphic object but directly using writeTo(ObjectOutput, CommandInvocationId) and readFrom(ObjectInput).

Since:
8.0
Author:
Pedro Ruivo