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.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 BackupReceiver -
Uses of BackupReceiver in org.infinispan.xsite.commands.remote
Methods in org.infinispan.xsite.commands.remote with parameters of type BackupReceiverModifier and TypeMethodDescriptionIracClearKeysRequest.executeOperation(BackupReceiver receiver) CompletionStage<org.infinispan.commons.util.IntSet> IracPutManyRequest.executeOperation(BackupReceiver receiver) IracTouchKeyRequest.executeOperation(BackupReceiver receiver) abstract CompletionStage<T> IracUpdateKeyRequest.executeOperation(BackupReceiver receiver)