Uses of Class
org.infinispan.server.core.CacheIgnoreManager
-
Packages that use CacheIgnoreManager Package Description org.infinispan.server.core -
-
Uses of CacheIgnoreManager in org.infinispan.server.core
Methods in org.infinispan.server.core that return CacheIgnoreManager Modifier and Type Method Description CacheIgnoreManagerAbstractProtocolServer. getCacheIgnore()CacheIgnoreManagerServerManagement. getIgnoreManager(java.lang.String cacheManager)Methods in org.infinispan.server.core with parameters of type CacheIgnoreManager Modifier and Type Method Description voidAbstractProtocolServer. start(A configuration, EmbeddedCacheManager cacheManager, CacheIgnoreManager cacheIgnore)voidProtocolServer. start(C configuration, EmbeddedCacheManager cacheManager, CacheIgnoreManager cacheIgnore)Starts the server backed by the given cache manager, with the corresponding configuration and the handler for the ignored caches state
-