| 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 interceptors
|
| org.infinispan.reactive.publisher.impl | |
| org.infinispan.statetransfer |
Transfer of state to new caches in a cluster.
|
| org.infinispan.transaction.xa.recovery |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<PassivationManager> |
AbstractInternalDataContainer.passivator |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<PassivationManager> |
SegmentedBoundedOffHeapDataContainer.passivator |
| Modifier and Type | Field and 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 |
| Modifier and Type | Method and Description |
|---|---|
default <T> ComponentRef<T> |
BasicComponentRegistry.getComponent(Class<T> componentType)
Looks up a running component named
name in the registry, or registers it if necessary. |
<T,U extends T> |
BasicComponentRegistry.getComponent(String name,
Class<U> componentType)
Looks up a running component named
name in the registry, or registers it if necessary. |
<T,U extends T> |
BasicComponentRegistryImpl.getComponent(String name,
Class<U> componentType) |
<T,U extends T> |
WireContext.getLazy(String componentName,
Class<U> componentClass,
boolean start) |
<T> ComponentRef<T> |
BasicComponentRegistry.lazyGetComponent(Class<T> componentType)
Looks up a component named
name 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 named
componentType.getName(). |
<T> ComponentRef<T> |
BasicComponentRegistry.registerComponent(String componentName,
T instance,
boolean manageLifecycle)
Register a component named
componentName. |
<T> ComponentRef<T> |
BasicComponentRegistryImpl.registerComponent(String componentName,
T instance,
boolean manageLifecycle) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentRef<?>> |
BasicComponentRegistry.getRegisteredComponents()
Run
consumer for each registered component in the current scope. |
Collection<ComponentRef<?>> |
BasicComponentRegistryImpl.getRegisteredComponents() |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<AdvancedCache<K,V>> |
PrefetchInterceptor.cache |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<Cache<?,?>> |
PartitionAwareClusterPublisherManager.cache |
| Modifier and Type | Field and Description |
|---|---|
protected ComponentRef<Cache<Object,Object>> |
StateConsumerImpl.cache |
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryManagerImpl.init(RpcManager rpcManager,
CommandsFactory commandsFactory,
ComponentRef<TransactionTable> txTable,
TransactionCoordinator txCoordinator,
TransactionFactory txFactory) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.