Uses of Class
org.infinispan.commands.RequestUUID
Packages that use RequestUUID
Package
Description
Commands that operate on the cache, either locally or remotely.
XA transaction support.
-
Uses of RequestUUID in org.infinispan.commands
Classes in org.infinispan.commands that implement interfaces with type arguments of type RequestUUIDModifier and TypeClassDescriptionfinal class
WARNING: Generated code!Fields in org.infinispan.commands declared as RequestUUIDModifier and TypeFieldDescriptionstatic RequestUUID
RequestUUID.NO_REQUEST
An emptyRequestUUID
used to indicate that an operation does **not** require a unique identifier.Methods in org.infinispan.commands that return RequestUUIDModifier and TypeMethodDescriptionRequestUUID.asNodeUUID
(UUID otherNodeUUID) Creates a newRequestUUID
instance by replacing this record'snode identifier
with the providedotherNodeUUID
, while retaining the originalrequest identifier
.CommandInvocationId.getRequestUUID()
static RequestUUID
RequestUUID.localOf
(long requestId) Creates aRequestUUID
suitable for a single-instance, non-clustered environment.static RequestUUID
Creates aRequestUUID
for the specified nodeAddress
and request ID.RequestUUID$___Marshaller_8b9980764e29415ab3aeb8f63ab08e4225c5e9446b42455e98e3eead36ddedde.read
(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.commands that return types with arguments of type RequestUUIDModifier and TypeMethodDescriptionRequestUUID$___Marshaller_8b9980764e29415ab3aeb8f63ab08e4225c5e9446b42455e98e3eead36ddedde.getJavaClass()
Methods in org.infinispan.commands with parameters of type RequestUUIDModifier and TypeMethodDescriptionvoid
RequestUUID$___Marshaller_8b9980764e29415ab3aeb8f63ab08e4225c5e9446b42455e98e3eead36ddedde.write
(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, RequestUUID $2) -
Uses of RequestUUID in org.infinispan.transaction.xa
Methods in org.infinispan.transaction.xa that return RequestUUID -
Uses of RequestUUID in org.infinispan.xsite.irac
Methods in org.infinispan.xsite.irac that return RequestUUIDMethods in org.infinispan.xsite.irac with parameters of type RequestUUIDModifier and TypeMethodDescriptionvoid
DefaultIracManager.receiveState
(int segment, Object key, RequestUUID owner, IracMetadata tombstone) void
IracManager.receiveState
(int segment, Object key, RequestUUID owner, IracMetadata tombstone) Receives the state related to thekey
.void
NoOpIracManager.receiveState
(int segment, Object key, RequestUUID owner, IracMetadata tombstone) void
DefaultIracManager.trackExpiredKey
(int segment, Object key, RequestUUID owner) void
IracManager.trackExpiredKey
(int segment, Object key, RequestUUID owner) Similar toIracManager.trackUpdatedKey(int, Object, RequestUUID)
but it tracks expired keys instead.void
NoOpIracManager.trackExpiredKey
(int segment, Object key, RequestUUID owner) void
DefaultIracManager.trackUpdatedKey
(int segment, Object key, RequestUUID owner) void
IracManager.trackUpdatedKey
(int segment, Object key, RequestUUID owner) Sets thekey
as changed by thelockOwner
.void
NoOpIracManager.trackUpdatedKey
(int segment, Object key, RequestUUID owner) Constructors in org.infinispan.xsite.irac with parameters of type RequestUUID