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 CacheIgnoreManager
AbstractProtocolServer. getCacheIgnore()
CacheIgnoreManager
ServerManagement. getIgnoreManager(java.lang.String cacheManager)
Methods in org.infinispan.server.core with parameters of type CacheIgnoreManager Modifier and Type Method Description void
AbstractProtocolServer. start(A configuration, EmbeddedCacheManager cacheManager, CacheIgnoreManager cacheIgnore)
void
ProtocolServer. 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
-