Uses of Interface
org.infinispan.factories.impl.ComponentRef
-
Packages that use ComponentRef Package Description org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap org.infinispan.expiration.impl org.infinispan.factories Factories are internal components used to create other components based on a cache's configuration.org.infinispan.factories.impl org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.reactive.publisher.impl org.infinispan.statetransfer Transfer of state to new caches in a cluster.org.infinispan.transaction.xa.recovery -
-
Uses of ComponentRef in org.infinispan.container.impl
Fields in org.infinispan.container.impl declared as ComponentRef Modifier and Type Field Description protected ComponentRef<PassivationManager>AbstractInternalDataContainer. passivator -
Uses of ComponentRef in org.infinispan.container.offheap
Fields in org.infinispan.container.offheap declared as ComponentRef Modifier and Type Field Description protected ComponentRef<PassivationManager>SegmentedBoundedOffHeapDataContainer. passivator -
Uses of ComponentRef in org.infinispan.expiration.impl
Fields in org.infinispan.expiration.impl declared as ComponentRef Modifier and Type Field Description protected ComponentRef<AdvancedCache<K,V>>ClusterExpirationManager. cacheRefprotected ComponentRef<CommandsFactory>ExpirationManagerImpl. cfprotected ComponentRef<InvocationContextFactory>ExpirationManagerImpl. cfRefprotected ComponentRef<InternalDataContainer<K,V>>ExpirationManagerImpl. dataContainerprotected ComponentRef<AsyncInterceptorChain>ExpirationManagerImpl. invokerRef -
Uses of ComponentRef in org.infinispan.factories
-
Uses of ComponentRef in org.infinispan.factories.impl
Methods in org.infinispan.factories.impl that return ComponentRef Modifier and Type Method Description default <T> ComponentRef<T>BasicComponentRegistry. getComponent(Class<T> componentType)Looks up a running component namednamein 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 namednamein 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>WireContext. getLazy(String componentName, Class<U> componentClass, boolean start)<T> ComponentRef<T>BasicComponentRegistry. lazyGetComponent(Class<T> componentType)Looks up a component namednamein 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)Methods in org.infinispan.factories.impl that return types with arguments of type ComponentRef Modifier and Type Method Description Collection<ComponentRef<?>>BasicComponentRegistry. getRegisteredComponents()Runconsumerfor each registered component in the current scope.Collection<ComponentRef<?>>BasicComponentRegistryImpl. getRegisteredComponents() -
Uses of ComponentRef in org.infinispan.interceptors.impl
Fields in org.infinispan.interceptors.impl declared as ComponentRef Modifier and Type Field Description protected ComponentRef<AdvancedCache<K,V>>PrefetchInterceptor. cache -
Uses of ComponentRef in org.infinispan.reactive.publisher.impl
Fields in org.infinispan.reactive.publisher.impl declared as ComponentRef Modifier and Type Field Description protected ComponentRef<Cache<?,?>>PartitionAwareClusterPublisherManager. cache -
Uses of ComponentRef in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as ComponentRef Modifier and Type Field Description protected ComponentRef<Cache<Object,Object>>StateConsumerImpl. cache -
Uses of ComponentRef in org.infinispan.transaction.xa.recovery
Methods in org.infinispan.transaction.xa.recovery with parameters of type ComponentRef Modifier and Type Method Description voidRecoveryManagerImpl. init(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)
-