Uses of Interface
org.infinispan.registry.InternalCacheRegistry
-
Packages that use InternalCacheRegistry Package Description org.infinispan.health.impl org.infinispan.query.remote.impl 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 ClusterHealthImpl(EmbeddedCacheManager cacheManager, InternalCacheRegistry internalCacheRegistry)
HealthImpl(EmbeddedCacheManager embeddedCacheManager, InternalCacheRegistry internalCacheRegistry)
-
Uses of InternalCacheRegistry in org.infinispan.query.remote.impl
Methods in org.infinispan.query.remote.impl with parameters of type InternalCacheRegistry Modifier and Type Method Description protected void
ProtobufMetadataManagerImpl. init(EmbeddedCacheManager cacheManager, InternalCacheRegistry internalCacheRegistry)
Defines the configuration of the ___protobuf_metadata internal cache. -
Uses of InternalCacheRegistry in org.infinispan.registry.impl
Classes in org.infinispan.registry.impl that implement InternalCacheRegistry Modifier and Type Class Description class
InternalCacheRegistryImpl
InternalCacheRegistryImpl. -
Uses of InternalCacheRegistry in org.infinispan.security.impl
Methods in org.infinispan.security.impl with parameters of type InternalCacheRegistry Modifier and Type Method Description void
GlobalSecurityManagerImpl. init(EmbeddedCacheManager cacheManager, GlobalConfiguration globalConfiguration, InternalCacheRegistry internalCacheRegistry)
-