Package org.infinispan.xsite
Class XSiteCacheMapper
java.lang.Object
org.infinispan.xsite.XSiteCacheMapper
Maps caches from remote site to local caches.
- Since:
- 15.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfacestatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcacheStopped(CacheStoppedEvent event) findLocalCache(String remoteSite, ByteString remoteCacheName) findRemoteCachesWithAsyncBackup(String cacheName) sitesNameFromCache(String cacheName) voidstart()voidstop()
-
Constructor Details
-
XSiteCacheMapper
public XSiteCacheMapper()
-
-
Method Details
-
findLocalCache
public XSiteCacheMapper.LocalCacheInfo findLocalCache(String remoteSite, ByteString remoteCacheName) -
start
public void start() -
stop
public void stop() -
cacheStopped
-
remoteCachesFromSite
-
sitesNameFromCache
-
findRemoteCachesWithAsyncBackup
-