Class IracTombstoneCheckRequest
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<IntSet>
org.infinispan.xsite.commands.remote.IracTombstoneCheckRequest
- All Implemented Interfaces:
TracedCommand, XSiteRequest<IntSet>
A
XSiteCacheRequest to check tombstones for IRAC algorithm.
Periodically, the primary owner sends this command to the remote sites where they check if the tombstone for this key is still necessary.
- Since:
- 15.0
-
Field Summary
Fields inherited from class XSiteCacheRequest
cacheName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage<IntSet> invokeInLocalCache(String origin, ComponentRegistry registry) toString()Methods inherited from class XSiteCacheRequest
getCacheName, invokeInLocalSiteMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
IracTombstoneCheckRequest
-
-
Method Details
-
invokeInLocalCache
- Specified by:
invokeInLocalCachein classXSiteCacheRequest<IntSet>
-
toString
-