Class SingleXSiteRpcCommand
java.lang.Object
org.infinispan.xsite.commands.remote.XSiteCacheRequest<Object>
org.infinispan.xsite.SingleXSiteRpcCommand
- All Implemented Interfaces:
TracedCommand, XSiteRequest<Object>
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.
- Since:
- 7.0
- Author:
- Pedro Ruivo
-
Field Summary
Fields inherited from class XSiteCacheRequest
cacheName -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CompletionStage<Object> invokeInLocalCache(String origin, ComponentRegistry registry) voidsetSpanAttributes(InfinispanSpanAttributes attributes) toString()Methods inherited from class XSiteCacheRequest
getCacheName, invokeInLocalSite
-
Constructor Details
-
SingleXSiteRpcCommand
-
-
Method Details
-
invokeInLocalCache
- Specified by:
invokeInLocalCachein classXSiteCacheRequest<Object>
-
getSpanAttributes
-
getOperationName
-
setSpanAttributes
-
toString
-