Uses of Interface
org.infinispan.registry.InternalCacheRegistry
-
Packages that use InternalCacheRegistry Package Description org.infinispan.health.impl org.infinispan.manager Cache manager API.org.infinispan.registry.impl org.infinispan.security.impl -
-
Uses of InternalCacheRegistry in org.infinispan.health.impl
Constructors in org.infinispan.health.impl with parameters of type InternalCacheRegistry Constructor Description HealthImpl(EmbeddedCacheManager embeddedCacheManager, InternalCacheRegistry internalCacheRegistry) -
Uses of InternalCacheRegistry in org.infinispan.manager
Constructors in org.infinispan.manager with parameters of type InternalCacheRegistry Constructor Description CacheManagerInfo(DefaultCacheManager cacheManager, ConfigurationManager configurationManager, InternalCacheRegistry internalCacheRegistry) -
Uses of InternalCacheRegistry in org.infinispan.registry.impl
Classes in org.infinispan.registry.impl that implement InternalCacheRegistry Modifier and Type Class Description classInternalCacheRegistryImplInternalCacheRegistryImpl. -
Uses of InternalCacheRegistry in org.infinispan.security.impl
Methods in org.infinispan.security.impl with parameters of type InternalCacheRegistry Modifier and Type Method Description voidGlobalSecurityManagerImpl. init(EmbeddedCacheManager cacheManager, GlobalConfiguration globalConfiguration, InternalCacheRegistry internalCacheRegistry)
-