Skip navigation links
Infinispan CDI embedded support 8.2.11.Final-redhat-1
A C D E F G H I O R S T V W 

A

AbstractAdapter<T extends org.infinispan.notifications.cachelistener.event.Event<?,?>> - Class in org.infinispan.cdi.event.cache
 
AbstractAdapter(Event<T>) - Constructor for class org.infinispan.cdi.event.cache.AbstractAdapter
 
AbstractAdapter<T extends org.infinispan.notifications.cachemanagerlistener.event.Event> - Class in org.infinispan.cdi.event.cachemanager
 
AbstractAdapter(Event<T>) - Constructor for class org.infinispan.cdi.event.cachemanager.AbstractAdapter
 
AbstractEventBridge<T> - Class in org.infinispan.cdi.event
 
AbstractEventBridge() - Constructor for class org.infinispan.cdi.event.AbstractEventBridge
 
AdvancedCacheProducer - Class in org.infinispan.cdi
This class is responsible to produce the Cache and AdvancedCache.
AdvancedCacheProducer() - Constructor for class org.infinispan.cdi.AdvancedCacheProducer
 

C

cacheConfigurationDefined(String, EmbeddedCacheManager) - Method in interface org.infinispan.cdi.util.logging.EmbeddedLog
 
CacheEntriesEvictedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntriesEvicted.
CacheEntriesEvictedAdapter(Event<CacheEntriesEvictedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
 
CacheEntryActivatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryActivated.
CacheEntryActivatedAdapter(Event<CacheEntryActivatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
 
CacheEntryCreatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryCreated.
CacheEntryCreatedAdapter(Event<CacheEntryCreatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
Needed for creating event bridge.
CacheEntryExpiredAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryExpired.
CacheEntryExpiredAdapter(Event<CacheEntryExpiredEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
 
CacheEntryInvalidatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryInvalidated.
CacheEntryInvalidatedAdapter(Event<CacheEntryInvalidatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
Needed for creating event bridge.
CacheEntryLoadedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryLoaded.
CacheEntryLoadedAdapter(Event<CacheEntryLoadedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
 
CacheEntryModifiedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryModified.
CacheEntryModifiedAdapter(Event<CacheEntryModifiedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
 
CacheEntryPassivatedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryPassivated.
CacheEntryPassivatedAdapter(Event<CacheEntryPassivatedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
 
CacheEntryRemovedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryRemoved.
CacheEntryRemovedAdapter(Event<CacheEntryRemovedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
 
CacheEntryVisitedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for CacheEntryVisited.
CacheEntryVisitedAdapter(Event<CacheEntryVisitedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
 
CacheEventBridge - Class in org.infinispan.cdi.event.cache
Bridges Infinispan with CDI events.
CacheEventBridge() - Constructor for class org.infinispan.cdi.event.cache.CacheEventBridge
 
CacheManagerEventBridge - Class in org.infinispan.cdi.event.cachemanager
 
CacheManagerEventBridge() - Constructor for class org.infinispan.cdi.event.cachemanager.CacheManagerEventBridge
 
CacheStartedAdapter - Class in org.infinispan.cdi.event.cachemanager
 
CacheStartedAdapter(Event<CacheStartedEvent>, String) - Constructor for class org.infinispan.cdi.event.cachemanager.CacheStartedAdapter
 
CacheStoppedAdapter - Class in org.infinispan.cdi.event.cachemanager
 
CacheStoppedAdapter(Event<CacheStoppedEvent>, String) - Constructor for class org.infinispan.cdi.event.cachemanager.CacheStoppedAdapter
 
clean() - Static method in class org.infinispan.cdi.ContextInputCache
 
ConfigureCache - Annotation Type in org.infinispan.cdi
This annotation is used to define a cache Configuration.
ContextInputCache - Class in org.infinispan.cdi
ContextInputCache keeps track of Input cache to be injected into Callables from DistributedExecutorService and Mapper from MapReduceTask using CDI mechanism.
ContextInputCache() - Constructor for class org.infinispan.cdi.ContextInputCache
 

D

DataRehashedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for DataRehashed.
DataRehashedAdapter(Event<DataRehashedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.DataRehashedAdapter
 
DefaultEmbeddedCacheConfigurationProducer - Class in org.infinispan.cdi
The default embedded cache Configuration producer.
DefaultEmbeddedCacheConfigurationProducer() - Constructor for class org.infinispan.cdi.DefaultEmbeddedCacheConfigurationProducer
 
DefaultEmbeddedCacheManagerProducer - Class in org.infinispan.cdi
The default EmbeddedCacheManager producer.
DefaultEmbeddedCacheManagerProducer() - Constructor for class org.infinispan.cdi.DefaultEmbeddedCacheManagerProducer
 
DelegatingDistributedTaskLifecycle - Class in org.infinispan.cdi
 
DelegatingDistributedTaskLifecycle() - Constructor for class org.infinispan.cdi.DelegatingDistributedTaskLifecycle
 
DelegatingMapReduceTaskLifecycle - Class in org.infinispan.cdi
 
DelegatingMapReduceTaskLifecycle() - Constructor for class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 

E

EmbeddedLog - Interface in org.infinispan.cdi.util.logging
The JBoss Logging interface which defined the logging methods for the CDI integration.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.DataRehashedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cache.TopologyChangedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
Needed for creating event bridge.
EMPTY - Static variable in class org.infinispan.cdi.event.cachemanager.CacheStartedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cachemanager.CacheStoppedAdapter
 
EMPTY - Static variable in class org.infinispan.cdi.event.cachemanager.ViewChangedAdapter
 

F

fire(T) - Method in class org.infinispan.cdi.event.cache.AbstractAdapter
 
fire(CacheEntriesEvictedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
 
fire(CacheEntryActivatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
 
fire(CacheEntryCreatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
 
fire(CacheEntryExpiredEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
 
fire(CacheEntryInvalidatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
 
fire(CacheEntryLoadedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
 
fire(CacheEntryModifiedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
 
fire(CacheEntryPassivatedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
 
fire(CacheEntryRemovedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
 
fire(CacheEntryVisitedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
 
fire(DataRehashedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.DataRehashedAdapter
 
fire(TopologyChangedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.TopologyChangedAdapter
 
fire(TransactionCompletedEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
 
fire(TransactionRegisteredEvent<K, V>) - Method in class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
 
fire(T) - Method in class org.infinispan.cdi.event.cachemanager.AbstractAdapter
 
fire(CacheStartedEvent) - Method in class org.infinispan.cdi.event.cachemanager.CacheStartedAdapter
 
fire(CacheStoppedEvent) - Method in class org.infinispan.cdi.event.cachemanager.CacheStoppedAdapter
 
fire(ViewChangedEvent) - Method in class org.infinispan.cdi.event.cachemanager.ViewChangedAdapter
 

G

get() - Static method in class org.infinispan.cdi.ContextInputCache
 
getAdvancedCache(String, Set<Annotation>) - Method in class org.infinispan.cdi.AdvancedCacheProducer
 
getBaseEvent() - Method in class org.infinispan.cdi.event.AbstractEventBridge
 
getCacheManager() - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded.InstalledCacheManager
 
getDefaultEmbeddedCacheConfiguration() - Method in class org.infinispan.cdi.DefaultEmbeddedCacheConfigurationProducer
Produces the default embedded cache configuration.
getDefaultEmbeddedCacheManager(Configuration) - Method in class org.infinispan.cdi.DefaultEmbeddedCacheManagerProducer
Produces the default embedded cache manager.
getInstalledEmbeddedCacheManagers(BeanManager) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 

H

hasObservers(T, Annotation[]) - Method in class org.infinispan.cdi.event.AbstractEventBridge
 

I

InfinispanExtensionEmbedded - Class in org.infinispan.cdi
The Infinispan CDI extension for embedded caches
InfinispanExtensionEmbedded() - Constructor for class org.infinispan.cdi.InfinispanExtensionEmbedded
 
InfinispanExtensionEmbedded.InstalledCacheManager - Class in org.infinispan.cdi
 
Input - Annotation Type in org.infinispan.cdi
Qualifier indicating the injected Cache should be the input Cache used to create DefaultExecutorService or MapReduceTask
InputLiteral - Class in org.infinispan.cdi
Annotation literal for Input
InputLiteral() - Constructor for class org.infinispan.cdi.InputLiteral
 
isDefault() - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded.InstalledCacheManager
 

O

observeDefaultEmbeddedCacheManagerInstalled(DefaultBeanHolder) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 
observeEmbeddedCacheManagerBean(ProcessBean<?>) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 
onPostExecute(Callable<T>) - Method in class org.infinispan.cdi.DelegatingDistributedTaskLifecycle
 
onPostExecute(Mapper<KIn, VIn, KOut, VOut>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
onPostExecute(Reducer<KOut, VOut>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
onPreExecute(Callable<T>, Cache<K, V>) - Method in class org.infinispan.cdi.DelegatingDistributedTaskLifecycle
 
onPreExecute(Mapper<KIn, VIn, KOut, VOut>, Cache<KIn, VIn>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
onPreExecute(Reducer<KOut, VOut>, Cache<?, ?>) - Method in class org.infinispan.cdi.DelegatingMapReduceTaskLifecycle
 
org.infinispan.cdi - package org.infinispan.cdi
 
org.infinispan.cdi.event - package org.infinispan.cdi.event
This package contains the event bridge implementation between Infinispan and CDI.
org.infinispan.cdi.event.cache - package org.infinispan.cdi.event.cache
This package contains the adapters making the bridge between Infinispan cache events and CDI.
org.infinispan.cdi.event.cachemanager - package org.infinispan.cdi.event.cachemanager
This package contains the adapters making the bridge between Infinispan cache manager events and CDI.
org.infinispan.cdi.util.logging - package org.infinispan.cdi.util.logging
This package contains the logging classes.

R

registerCacheConfigurations(CacheManagerEventBridge, Instance<EmbeddedCacheManager>, BeanManager) - Method in class org.infinispan.cdi.InfinispanExtensionEmbedded
 
registerObservers(Set<Annotation>, Listenable) - Method in class org.infinispan.cdi.event.cache.CacheEventBridge
 
registerObservers(Set<Annotation>, String, Listenable) - Method in class org.infinispan.cdi.event.cachemanager.CacheManagerEventBridge
 

S

set(Cache<K, V>) - Static method in class org.infinispan.cdi.ContextInputCache
 

T

TopologyChangedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
 
TopologyChangedAdapter(Event<TopologyChangedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.TopologyChangedAdapter
 
TransactionCompletedAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for TransactionCompleted.
TransactionCompletedAdapter(Event<TransactionCompletedEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
 
TransactionRegisteredAdapter<K,V> - Class in org.infinispan.cdi.event.cache
Event bridge for TransactionRegistered.
TransactionRegisteredAdapter(Event<TransactionRegisteredEvent<K, V>>) - Constructor for class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
 

V

ViewChangedAdapter - Class in org.infinispan.cdi.event.cachemanager
 
ViewChangedAdapter(Event<ViewChangedEvent>) - Constructor for class org.infinispan.cdi.event.cachemanager.ViewChangedAdapter
 

W

WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntriesEvictedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryActivatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryCreatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryExpiredAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryInvalidatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryLoadedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryModifiedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryPassivatedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryRemovedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.CacheEntryVisitedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.DataRehashedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.TopologyChangedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.TransactionCompletedAdapter
Events which will be selected (including generic type information ().
WILDCARD_TYPE - Static variable in class org.infinispan.cdi.event.cache.TransactionRegisteredAdapter
Events which will be selected (including generic type information ().
A C D E F G H I O R S T V W 
Skip navigation links
Infinispan CDI embedded support 8.2.11.Final-redhat-1

Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.