Class CommandInvocationId
java.lang.Object
org.infinispan.commands.CommandInvocationId
Represents a unique identifier for non-transaction write commands.
It is used to lock the key for a specific command.
- Since:
- 8.0
- Author:
- Pedro Ruivo
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CommandInvocationId
generateId
(Address address) long
getId()
int
hashCode()
static String
toString()
-
Field Details
-
DUMMY_INVOCATION_ID
-
-
Method Details
-
getId
public long getId() -
getAddress
-
getRequestUUID
-
generateId
-
equals
-
hashCode
-
toString
-
show
-