| Package | Description |
|---|---|
| org.infinispan.remoting.rpc |
Remote Procedure Call (RPC) interfaces and components used to invoke remote methods on cache instances.
|
| org.infinispan.remoting.transport |
Transports handle the low-level networking, used by the remoting components.
|
| org.infinispan.remoting.transport.impl | |
| org.infinispan.remoting.transport.jgroups |
A transport implementation based on JGroups.
|
| org.infinispan.xsite.status |
| Modifier and Type | Method and Description |
|---|---|
XSiteResponse |
RpcManager.invokeXSite(XSiteBackup backup,
XSiteReplicateCommand command)
Sends the
XSiteReplicateCommand to a remote site. |
XSiteResponse |
RpcManagerImpl.invokeXSite(XSiteBackup backup,
XSiteReplicateCommand command) |
| Modifier and Type | Method and Description |
|---|---|
XSiteResponse |
AbstractDelegatingTransport.backupRemotely(XSiteBackup backup,
XSiteReplicateCommand rpcCommand) |
XSiteResponse |
Transport.backupRemotely(XSiteBackup backup,
XSiteReplicateCommand rpcCommand)
Sends a cross-site request to a remote site.
|
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.
|
void |
XSiteResponse.XSiteResponseCompleted.onCompleted(XSiteBackup backup,
long sendTimeNanos,
long durationNanos,
Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
BackupResponse |
AbstractDelegatingTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand) |
BackupResponse |
Transport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand rpcCommand)
Deprecated.
since 10.0. Use
Transport.backupRemotely(XSiteBackup, XSiteReplicateCommand) instead. |
| Constructor and Description |
|---|
XSiteResponseImpl(TimeService timeService,
XSiteBackup xSiteBackup) |
| Modifier and Type | Method and Description |
|---|---|
XSiteResponse |
JGroupsTransport.backupRemotely(XSiteBackup backup,
XSiteReplicateCommand rpcCommand) |
| Modifier and Type | Method and Description |
|---|---|
BackupResponse |
JGroupsTransport.backupRemotely(Collection<XSiteBackup> backups,
XSiteReplicateCommand command) |
| Constructor and Description |
|---|
JGroupsBackupResponse(Map<XSiteBackup,CompletableFuture<ValidResponse>> backupCalls,
TimeService timeService) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultTakeOfflineManager.onCompleted(XSiteBackup backup,
long sendTimeNanos,
long durationNanos,
Throwable throwable) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.