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 classWARNING: Generated code!Fields in org.infinispan.commands declared as RequestUUIDModifier and TypeFieldDescriptionstatic RequestUUIDRequestUUID.NO_REQUESTAn emptyRequestUUIDused to indicate that an operation does **not** require a unique identifier.Methods in org.infinispan.commands that return RequestUUIDModifier and TypeMethodDescriptionCommandInvocationId.getRequestUUID()static RequestUUIDRequestUUID.localOf(long requestId) Creates aRequestUUIDsuitable for a single-instance, non-clustered environment.static RequestUUIDCreates aRequestUUIDfor the specified nodeAddressand 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 TypeMethodDescriptionvoidRequestUUID$___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 TypeMethodDescriptionvoidDefaultIracManager.receiveState(int segment, Object key, RequestUUID owner, IracMetadata tombstone) voidIracManager.receiveState(int segment, Object key, RequestUUID owner, IracMetadata tombstone) Receives the state related to thekey.voidNoOpIracManager.receiveState(int segment, Object key, RequestUUID owner, IracMetadata tombstone) voidDefaultIracManager.trackExpiredKey(int segment, Object key, RequestUUID owner) voidIracManager.trackExpiredKey(int segment, Object key, RequestUUID owner) Similar toIracManager.trackUpdatedKey(int, Object, RequestUUID)but it tracks expired keys instead.voidNoOpIracManager.trackExpiredKey(int segment, Object key, RequestUUID owner) voidDefaultIracManager.trackUpdatedKey(int segment, Object key, RequestUUID owner) voidIracManager.trackUpdatedKey(int segment, Object key, RequestUUID owner) Sets thekeyas changed by thelockOwner.voidNoOpIracManager.trackUpdatedKey(int segment, Object key, RequestUUID owner) Constructors in org.infinispan.xsite.irac with parameters of type RequestUUID