Uses of Interface
org.infinispan.xsite.irac.IracManager
-
Packages that use IracManager 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.irac -
-
Uses of IracManager in org.infinispan.factories
Methods in org.infinispan.factories that return types with arguments of type IracManager Modifier and Type Method Description ComponentRef<IracManager>ComponentRegistry. getIracManager() -
Uses of IracManager in org.infinispan.interceptors.xsite
Fields in org.infinispan.interceptors.xsite declared as IracManager Modifier and Type Field Description protected IracManagerBaseBackupInterceptor. iracManager -
Uses of IracManager in org.infinispan.xsite.irac
Classes in org.infinispan.xsite.irac that implement IracManager Modifier and Type Class Description classDefaultIracManagerDefault implementation ofIracManager.classNoOpIracManagerA no-op implementation ofIracManagerfor cache without asynchronous remote site backups.
-