Package | Description |
---|---|
org.infinispan.remoting.inboundhandler | |
org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
org.infinispan.xsite | |
org.infinispan.xsite.statetransfer |
Modifier and Type | Method and Description |
---|---|
void |
InboundInvocationHandler.handleFromRemoteSite(String origin,
XSiteReplicateCommand command,
Reply reply,
DeliverOrder order)
Handles the
ReplicableCommand from remote site. |
void |
GlobalInboundInvocationHandler.handleFromRemoteSite(String origin,
XSiteReplicateCommand command,
Reply reply,
DeliverOrder order) |
Modifier and Type | Method and Description |
---|---|
BackupResponse |
Transport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
BackupResponse |
AbstractDelegatingTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
protected void |
AbstractDelegatingTransport.beforeBackupRemotely(XSiteReplicateCommand command)
method invoked before a backup remote invocation.
|
static RetryOnFailureXSiteCommand |
RetryOnFailureXSiteCommand.newInstance(XSiteBackup backup,
XSiteReplicateCommand command,
RetryOnFailureXSiteCommand.RetryPolicy retryPolicy)
It builds a new instance with the destination site, the command and the retry policy.
|
Modifier and Type | Method and Description |
---|---|
BackupResponse |
JGroupsTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
Modifier and Type | Class and Description |
---|---|
class |
SingleXSiteRpcCommand
RPC command to replicate cache operations (such as put, remove, replace, etc.) to the backup site.
|
Modifier and Type | Class and Description |
---|---|
class |
XSiteStatePushCommand
Wraps the state to be sent to another site
|
class |
XSiteStateTransferControlCommand
Command used to control the state transfer between sites.
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.