Uses of Interface
org.infinispan.factories.impl.BasicComponentRegistry
Package
Description
Factories are internal components used to create other components based on a cache's
configuration.
-
Uses of BasicComponentRegistry in org.infinispan.cache.impl
ModifierConstructorDescriptionEncoderCache
(AdvancedCache<K, V> cache, InternalEntryFactory entryFactory, BasicComponentRegistry componentRegistry, DataConversion keyDataConversion, DataConversion valueDataConversion) -
Uses of BasicComponentRegistry in org.infinispan.factories
Modifier and TypeFieldDescriptionprotected BasicComponentRegistry
AbstractNamedCacheComponentFactory.basicComponentRegistry
-
Uses of BasicComponentRegistry in org.infinispan.factories.impl
ModifierConstructorDescriptionBasicComponentRegistryImpl
(org.infinispan.manager.ModuleRepository moduleRepository, boolean isGlobal, BasicComponentRegistry next) -
Uses of BasicComponentRegistry in org.infinispan.server.core.factories
Modifier and TypeFieldDescriptionprotected BasicComponentRegistry
NettyIOFactory.basicComponentRegistry