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.impl org.infinispan.interceptors.impl Basic interceptorsorg.infinispan.jmx Helpers that allow easy exposure of attributes and operations via JMX.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. cacheRef
protected ComponentRef<CommandsFactory>
ExpirationManagerImpl. cf
protected ComponentRef<InvocationContextFactory>
ExpirationManagerImpl. cfRef
protected ComponentRef<InternalDataContainer<K,V>>
ExpirationManagerImpl. dataContainer
protected ComponentRef<AsyncInterceptorChain>
ExpirationManagerImpl. invokerRef
-
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 namedname
in the registry, or registers it if necessary.<T> ComponentRef<T>
BasicComponentRegistry. getComponent(String name, Class<T> componentType)
Looks up a running component namedname
in the registry, or registers it if necessary.<T> ComponentRef<T>
BasicComponentRegistryImpl. getComponent(String name, Class<T> componentType)
<T> ComponentRef<T>
BasicComponentRegistryImpl. getComponent0(String name, Class<T> componentType, boolean needInstance)
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()
Runconsumer
for 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.jmx
Method parameters in org.infinispan.jmx with type arguments of type ComponentRef Modifier and Type Method Description protected Collection<ResourceDMBean>
AbstractJmxRegistration. getResourceDMBeansFromComponents(Collection<ComponentRef<?>> components)
-
Uses of ComponentRef in org.infinispan.statetransfer
Fields in org.infinispan.statetransfer declared as ComponentRef Modifier and Type Field Description protected ComponentRef<Cache>
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 void
RecoveryManagerImpl. init(RpcManager rpcManager, CommandsFactory commandsFactory, ComponentRef<TransactionTable> txTable, TransactionCoordinator txCoordinator, TransactionFactory txFactory)
-