Uses of Interface
org.infinispan.remoting.transport.BackupResponse
-
Packages that use BackupResponse Package Description org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.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.jgroups A transport implementation based on JGroups.org.infinispan.stats.wrappers org.infinispan.xsite -
-
Uses of BackupResponse in org.infinispan.interceptors.xsite
Methods in org.infinispan.interceptors.xsite with parameters of type BackupResponse Modifier and Type Method Description protected ObjectBaseBackupInterceptor. processBackupResponse(org.infinispan.context.impl.TxInvocationContext ctx, org.infinispan.commands.VisitableCommand command, BackupResponse backupResponse) -
Uses of BackupResponse in org.infinispan.remoting.rpc
Methods in org.infinispan.remoting.rpc that return BackupResponse Modifier and Type Method Description BackupResponseRpcManager. invokeXSite(Collection<XSiteBackup> sites, XSiteReplicateCommand command)Invokes theXSiteReplicateCommandto one or more remote sites.BackupResponseRpcManagerImpl. invokeXSite(Collection<XSiteBackup> sites, XSiteReplicateCommand command) -
Uses of BackupResponse in org.infinispan.remoting.transport
Classes in org.infinispan.remoting.transport that implement BackupResponse Modifier and Type Class Description classAggregateBackupResponseMethods in org.infinispan.remoting.transport that return BackupResponse Modifier and Type Method Description protected BackupResponseAbstractDelegatingTransport. afterBackupRemotely(org.infinispan.commands.ReplicableCommand command, BackupResponse response)method invoked after a successful backup remote invocation.BackupResponseAbstractDelegatingTransport. backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)BackupResponseTransport. backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand rpcCommand)Methods in org.infinispan.remoting.transport with parameters of type BackupResponse Modifier and Type Method Description protected BackupResponseAbstractDelegatingTransport. afterBackupRemotely(org.infinispan.commands.ReplicableCommand command, BackupResponse response)method invoked after a successful backup remote invocation.Constructors in org.infinispan.remoting.transport with parameters of type BackupResponse Constructor Description AggregateBackupResponse(BackupResponse onePcResponse, BackupResponse twoPcResponse) -
Uses of BackupResponse in org.infinispan.remoting.transport.jgroups
Classes in org.infinispan.remoting.transport.jgroups that implement BackupResponse Modifier and Type Class Description classJGroupsBackupResponseMethods in org.infinispan.remoting.transport.jgroups that return BackupResponse Modifier and Type Method Description BackupResponseJGroupsTransport. backupRemotely(Collection<XSiteBackup> backups, XSiteReplicateCommand command) -
Uses of BackupResponse in org.infinispan.stats.wrappers
Methods in org.infinispan.stats.wrappers that return BackupResponse Modifier and Type Method Description BackupResponseExtendedStatisticRpcManager. invokeXSite(Collection<XSiteBackup> sites, XSiteReplicateCommand command) -
Uses of BackupResponse in org.infinispan.xsite
Methods in org.infinispan.xsite that return BackupResponse Modifier and Type Method Description BackupResponseBackupSender. backupCommit(org.infinispan.commands.tx.CommitCommand command)BackupResponseBackupSenderImpl. backupCommit(org.infinispan.commands.tx.CommitCommand command)BackupResponseBackupSender. backupPrepare(org.infinispan.commands.tx.PrepareCommand command, org.infinispan.transaction.impl.AbstractCacheTransaction cacheTransaction)Prepares a transaction on the remote site.BackupResponseBackupSenderImpl. backupPrepare(org.infinispan.commands.tx.PrepareCommand command, org.infinispan.transaction.impl.AbstractCacheTransaction cacheTransaction)BackupResponseBackupSender. backupRollback(org.infinispan.commands.tx.RollbackCommand command)BackupResponseBackupSenderImpl. backupRollback(org.infinispan.commands.tx.RollbackCommand command)BackupResponseBackupSender. backupWrite(org.infinispan.commands.write.WriteCommand command)BackupResponseBackupSenderImpl. backupWrite(org.infinispan.commands.write.WriteCommand command)Methods in org.infinispan.xsite with parameters of type BackupResponse Modifier and Type Method Description voidBackupSender. processResponses(BackupResponse backupResponse, org.infinispan.commands.VisitableCommand command)Processes the responses of a backup command.voidBackupSender. processResponses(BackupResponse backupResponse, org.infinispan.commands.VisitableCommand command, Transaction transaction)voidBackupSenderImpl. processResponses(BackupResponse backupResponse, org.infinispan.commands.VisitableCommand command)voidBackupSenderImpl. processResponses(BackupResponse backupResponse, org.infinispan.commands.VisitableCommand command, Transaction transaction)
-