Interface XSiteRequest<T>
- All Superinterfaces:
TracedCommand
- All Known Implementing Classes:
IracClearKeysRequest, IracPutManyRequest, IracTombstoneCheckRequest, IracTouchKeyRequest, IracUpdateKeyRequest, XSiteCacheRequest, XSiteRemoteEventCommand, XSiteStatePushRequest, XSiteStateTransferControlRequest
It represents a cross-site request.
- Since:
- 15.0
-
Method Summary
Modifier and TypeMethodDescriptioninvokeInLocalSite(String origin, GlobalComponentRegistry registry) This method is invoked by the receiver node.Methods inherited from interface TracedCommand
getOperationName, getSpanAttributes, setSpanAttributes
-
Method Details
-
invokeInLocalSite
This method is invoked by the receiver node.The
GlobalComponentRegistrygives access to every component managed by this cache manager.- Parameters:
origin- The sender site.registry- TheGlobalComponentRegistry.
-