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 TypeMethodDescriptionbooleanstatic CommandInvocationIdgenerateId(Address address) longgetId()inthashCode()static StringtoString()
-
Field Details
-
DUMMY_INVOCATION_ID
-
-
Method Details
-
getId
public long getId() -
getAddress
-
getRequestUUID
-
generateId
-
equals
-
hashCode
-
toString
-
show
-