Uses of Interface
org.infinispan.xsite.BackupSender
-
Packages that use BackupSender Package Description org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.interceptors.xsite Interceptors dealing with cross-site replication.org.infinispan.xsite -
-
Uses of BackupSender in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type BackupSender Modifier and Type Method Description org.infinispan.factories.impl.ComponentRef<BackupSender>
ComponentRegistry. getBackupSender()
-
Uses of BackupSender in org.infinispan.interceptors.xsite
Fields in org.infinispan.interceptors.xsite declared as BackupSender Modifier and Type Field Description protected BackupSender
BaseBackupInterceptor. backupSender
-
Uses of BackupSender in org.infinispan.xsite
Classes in org.infinispan.xsite that implement BackupSender Modifier and Type Class Description class
BackupSenderImpl
class
NoOpBackupSender
A no-op implementation ofBackupSender
.
-