Uses of Interface
org.infinispan.factories.impl.ComponentRef
Package
Description
Data containers which store cache entries.
Factories are internal components used to create other components based on a cache's
configuration.
-
Uses of ComponentRef in org.infinispan.container.impl
Modifier and TypeFieldDescriptionprotected ComponentRef<PassivationManager>
AbstractInternalDataContainer.passivator
-
Uses of ComponentRef in org.infinispan.container.offheap
Modifier and TypeFieldDescriptionprotected ComponentRef<PassivationManager>
SegmentedBoundedOffHeapDataContainer.passivator
-
Uses of ComponentRef in org.infinispan.expiration.impl
Modifier and TypeFieldDescriptionprotected ComponentRef<AdvancedCache<K,
V>> ExpirationManagerImpl.cacheRef
protected ComponentRef<InternalDataContainer<K,
V>> ExpirationManagerImpl.dataContainer
-
Uses of ComponentRef in org.infinispan.factories
Modifier and TypeMethodDescriptionComponentRef<org.infinispan.xsite.BackupReceiver>
ComponentRegistry.getBackupReceiver()
ComponentRef<org.infinispan.xsite.BackupSender>
ComponentRegistry.getBackupSender()
ComponentRegistry.getBiasManager()
ComponentRegistry.getBlockingManager()
ComponentRegistry.getCache()
ComponentRegistry.getCacheNotifier()
ComponentRegistry.getClusterCacheNotifier()
ComponentRegistry.getClusterPublisherManager()
ComponentRegistry.getCommandAckCollector()
ComponentRef<org.infinispan.conflict.impl.InternalConflictManager>
ComponentRegistry.getConflictManager()
ComponentRegistry.getInterceptorChain()
ComponentRegistry.getInternalDataContainer()
ComponentRegistry.getInternalEntryFactory()
ComponentRegistry.getInvocationContextFactory()
ComponentRegistry.getIracManager()
ComponentRegistry.getIracTombstoneManager()
ComponentRegistry.getIracVersionGenerator()
ComponentRegistry.getLocalClusterPublisherManager()
ComponentRegistry.getLocalPublisherManager()
ComponentRegistry.getLockManager()
ComponentRef<org.infinispan.persistence.manager.OrderedUpdatesManager>
ComponentRegistry.getOrderedUpdatesManager()
ComponentRegistry.getPublisherHandler()
ComponentRegistry.getRecoveryManager()
ComponentRegistry.getRpcManager()
ComponentRegistry.getTakeOfflineManager()
final ComponentRef<TransactionTable>
ComponentRegistry.getTransactionTableRef()
ComponentRegistry.getXSiteStateTransferManager()
-
Uses of ComponentRef in org.infinispan.factories.impl
Modifier and TypeMethodDescriptiondefault <T> ComponentRef<T>
BasicComponentRegistry.getComponent
(Class<T> componentType) Looks up a running component namedname
in the registry, or registers it if necessary.<T,
U extends T>
ComponentRef<T>BasicComponentRegistry.getComponent
(String name, Class<U> componentType) Looks up a running component namedname
in the registry, or registers it if necessary.<T,
U extends T>
ComponentRef<T>BasicComponentRegistryImpl.getComponent
(String name, Class<U> componentType) <T,
U extends T>
ComponentRef<T><T> ComponentRef<T>
BasicComponentRegistry.lazyGetComponent
(Class<T> componentType) Looks up a component namedname
in the registry, or registers it if necessary.<T> ComponentRef<T>
BasicComponentRegistryImpl.lazyGetComponent
(Class<T> componentType) default <T> ComponentRef<T>
BasicComponentRegistry.registerComponent
(Class<?> componentType, T instance, boolean manageLifecycle) Register a component namedcomponentType.getName()
.<T> ComponentRef<T>
BasicComponentRegistry.registerComponent
(String componentName, T instance, boolean manageLifecycle) Register a component namedcomponentName
.<T> ComponentRef<T>
BasicComponentRegistryImpl.registerComponent
(String componentName, T instance, boolean manageLifecycle) Modifier and TypeMethodDescriptionBasicComponentRegistry.getRegisteredComponents()
Runconsumer
for each registered component in the current scope.BasicComponentRegistryImpl.getRegisteredComponents()
-
Uses of ComponentRef in org.infinispan.reactive.publisher.impl
Modifier and TypeFieldDescriptionprotected ComponentRef<Cache<?,
?>> PartitionAwareClusterPublisherManager.cache
-
Uses of ComponentRef in org.infinispan.transaction.xa.recovery
Modifier and TypeMethodDescriptionvoid
RecoveryManagerImpl.init
(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)