Uses of Interface
org.infinispan.xsite.commands.remote.XSiteRequest
Packages that use XSiteRequest
Package
Description
Transports handle the low-level networking, used by the remoting components.
A transport implementation based on JGroups.
-
Uses of XSiteRequest in org.infinispan.remoting.transport
Methods in org.infinispan.remoting.transport with parameters of type XSiteRequestModifier and TypeMethodDescription<O> XSiteResponse
<O> AbstractDelegatingTransport.backupRemotely
(org.infinispan.xsite.XSiteBackup backup, XSiteRequest<O> rpcCommand) <O> XSiteResponse
<O> Transport.backupRemotely
(org.infinispan.xsite.XSiteBackup backup, XSiteRequest<O> rpcCommand) Sends a cross-site request to a remote site. -
Uses of XSiteRequest in org.infinispan.remoting.transport.jgroups
Methods in org.infinispan.remoting.transport.jgroups with parameters of type XSiteRequestModifier and TypeMethodDescription<O> XSiteResponse
<O> JGroupsTransport.backupRemotely
(org.infinispan.xsite.XSiteBackup backup, XSiteRequest<O> rpcCommand) -
Uses of XSiteRequest in org.infinispan.xsite.commands.remote
Classes in org.infinispan.xsite.commands.remote that implement XSiteRequestModifier and TypeClassDescriptionclass
A clear request that is sent to the remote site byIracManager
.class
A multi-key cross-site requests.class
AXSiteCacheRequest
to check tombstones for IRAC algorithm.class
A request that is sent to the remote site byIracManager
.class
An update request that is sent to the remote site byIracManager
.class
AXSiteRequest
which is associated to a cache.class
Sends aXSiteEvent
list from a remote site.class
Wraps the state to be sent to another site.class
Controls the start and stop of receiving the cross-site state transfer.Fields in org.infinispan.xsite.commands.remote with type parameters of type XSiteRequestModifier and TypeFieldDescriptionstatic final AdvancedExternalizer
<XSiteRequest> XSiteRequestExternalizer.INSTANCE
Methods in org.infinispan.xsite.commands.remote that return XSiteRequestModifier and TypeMethodDescriptionstatic XSiteRequest
<?> Ids.fromId
(byte id) IracPutManyRequest.readFrom
(ObjectInput input) IracTombstoneCheckRequest.readFrom
(ObjectInput input) IracTouchKeyRequest.readFrom
(ObjectInput input) XSiteCacheRequest.readFrom
(ObjectInput input) XSiteRemoteEventCommand.readFrom
(ObjectInput input) default XSiteRequest
<T> XSiteRequest.readFrom
(ObjectInput input) Reads this instance from the stream written bywriteTo(ObjectOutput)
.XSiteStatePushRequest.readFrom
(ObjectInput input) XSiteStateTransferControlRequest.readFrom
(ObjectInput input) XSiteRequest
<?> XSiteRequestExternalizer.readObject
(ObjectInput input) Methods in org.infinispan.xsite.commands.remote that return types with arguments of type XSiteRequestModifier and TypeMethodDescriptionstatic Set
<Class<? extends XSiteRequest>> Ids.getTypeClasses()
Set
<Class<? extends XSiteRequest>> XSiteRequestExternalizer.getTypeClasses()
Methods in org.infinispan.xsite.commands.remote with parameters of type XSiteRequestModifier and TypeMethodDescriptionvoid
XSiteRequestExternalizer.writeObject
(ObjectOutput output, XSiteRequest object)