Class IracPutManyRequest
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<IntSet>
org.infinispan.xsite.commands.remote.IracUpdateKeyRequest<IntSet>
org.infinispan.xsite.commands.remote.IracPutManyRequest
- All Implemented Interfaces:
TracedCommand,XSiteRequest<IntSet>
A multi-key cross-site requests.
This command is used by asynchronous cross-site replication to send multiple keys batched to remote sites. The keys in this command can include updates, removal or expirations.
The element order in updateList is important because the reply will be a IntSet with the position of
the failed keys.
- Since:
- 15.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic classstatic final class -
Field Summary
Fields inherited from class org.infinispan.xsite.commands.remote.XSiteCacheRequest
cacheName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExpire(Object key, IracMetadata tombstone) voidaddRemove(Object key, IracMetadata tombstone) voidaddUpdate(Object key, Object value, Metadata metadata, IracMetadata iracMetadata) executeOperation(org.infinispan.xsite.BackupReceiver receiver) booleanisEmpty()toString()Methods inherited from class org.infinispan.xsite.commands.remote.IracUpdateKeyRequest
invokeInLocalCacheMethods inherited from class org.infinispan.xsite.commands.remote.XSiteCacheRequest
getCacheName, invokeInLocalSiteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.commands.TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Constructor Details
-
IracPutManyRequest
-
-
Method Details
-
executeOperation
- Specified by:
executeOperationin classIracUpdateKeyRequest<IntSet>
-
toString
-
addUpdate
-
addRemove
-
addExpire
-
isEmpty
public boolean isEmpty()
-