Uses of Interface
org.infinispan.xsite.BackupReceiver
Packages that use BackupReceiver
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
This is the private xsite package.
-
Uses of BackupReceiver in org.infinispan.commands.irac
Methods in org.infinispan.commands.irac with parameters of type BackupReceiverModifier and TypeMethodDescriptionIracClearKeysCommand.executeOperation(BackupReceiver receiver) CompletionStage<org.infinispan.commons.util.IntSet>IracPutManyCommand.executeOperation(BackupReceiver receiver) abstract CompletionStage<T>IracUpdateKeyCommand.executeOperation(BackupReceiver receiver) CompletionStage<org.infinispan.commons.util.IntSet>IracTombstoneRemoteSiteCheckCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder) IracTouchKeyCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder) final CompletionStage<T>IracUpdateKeyCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder) -
Uses of BackupReceiver in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type BackupReceiver -
Uses of BackupReceiver in org.infinispan.xsite
Classes in org.infinispan.xsite that implement BackupReceiverMethods in org.infinispan.xsite with parameters of type BackupReceiverModifier and TypeMethodDescriptionSingleXSiteRpcCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder) abstract CompletionStage<O>XSiteReplicateCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder) -
Uses of BackupReceiver in org.infinispan.xsite.commands
Methods in org.infinispan.xsite.commands with parameters of type BackupReceiverModifier and TypeMethodDescriptionXSiteStateTransferFinishReceiveCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder) XSiteStateTransferStartReceiveCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder) -
Uses of BackupReceiver in org.infinispan.xsite.statetransfer
Methods in org.infinispan.xsite.statetransfer with parameters of type BackupReceiverModifier and TypeMethodDescriptionXSiteStatePushCommand.performInLocalSite(BackupReceiver receiver, boolean preserveOrder)