A B C D E G H I J L M O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractCachePutInterceptor - Class in org.infinispan.jcache.annotation
-
Base
CachePut
interceptor implementation. - AbstractCachePutInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
- AbstractCacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveAll
interceptor implementation. - AbstractCacheRemoveAllInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
- AbstractCacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemove
interceptor implementation.This interceptor uses the following algorithm describes in JSR-107. - AbstractCacheRemoveEntryInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
- AbstractCacheResultInterceptor - Class in org.infinispan.jcache.annotation
-
CacheResult
interceptor implementation. - AbstractCacheResultInterceptor(CacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
- addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
- addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.embedded.JCache
- addGetTimeNano(long) - Method in class org.infinispan.jcache.embedded.RICacheStatistics
- addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
- AggregatedParameterMetaData - Class in org.infinispan.jcache.annotation
-
Contains all parameters metadata for a method annotated with a cache annotation.
- AggregatedParameterMetaData(List<ParameterMetaData>, List<ParameterMetaData>, ParameterMetaData) - Constructor for class org.infinispan.jcache.annotation.AggregatedParameterMetaData
- AnnotationInjectExtension - Class in org.infinispan.jcache.annotation
-
CDI extension to register additional interceptor bindings
- AnnotationInjectExtension() - Constructor for class org.infinispan.jcache.annotation.AnnotationInjectExtension
- apply(EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.GetAndRemove
- apply(EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.Invoke
- apply(EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.ReadWithExpiry
- apply(EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.Remove
- apply(V, EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.GetAndPut
- apply(V, EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.GetAndReplace
- apply(V, EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.Put
- apply(V, EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.PutIfAbsent
- apply(V, EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.RemoveConditionally
- apply(V, EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.Replace
- apply(V, EntryView.ReadWriteEntryView<K, V>) - Method in class org.infinispan.jcache.embedded.functions.ReplaceConditionally
- assertNotNull(Object, String) - Static method in class org.infinispan.jcache.annotation.Contracts
-
Asserts that the given parameter is not
null
. - asSet(T...) - Static method in class org.infinispan.jcache.annotation.CollectionsHelper
-
Creates a
Set
with the given elements.
B
- build() - Method in class org.infinispan.jcache.embedded.ConfigurationAdapter
- build(Configuration) - Method in class org.infinispan.jcache.embedded.ConfigurationAdapter
- builder() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
C
- cacheClosed(ComponentStatus) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- cacheClosed(ComponentStatus) - Method in interface org.infinispan.jcache.embedded.logging.Log
- cacheClosed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- CacheInvocationParameterImpl - Class in org.infinispan.jcache.annotation
-
The
CacheInvocationParameter
implementation. - CacheInvocationParameterImpl(ParameterMetaData, Object) - Constructor for class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
- CacheKeyInvocationContextFactory - Class in org.infinispan.jcache.annotation
- CacheKeyInvocationContextFactory() - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
- CacheKeyInvocationContextFactory(BeanManager) - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
- CacheKeyInvocationContextImpl<A extends Annotation> - Class in org.infinispan.jcache.annotation
-
The
CacheKeyInvocationContext
implementation. - CacheKeyInvocationContextImpl(InvocationContext, MethodMetaData<A>) - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- CacheLookupHelper - Class in org.infinispan.jcache.annotation
-
An helper class providing useful methods for cache lookup.
- cacheManagerClosed(ComponentStatus) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- cacheManagerClosed(ComponentStatus) - Method in interface org.infinispan.jcache.embedded.logging.Log
- cacheManagerClosed$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- cacheManagerStarting(GlobalComponentRegistry, GlobalConfiguration) - Method in class org.infinispan.jcache.embedded.LifecycleCallbacks
- cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
- cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.CachePutInterceptor
- cachePut(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
- CachePutInterceptor - Class in org.infinispan.jcache.annotation
-
CachePut
interceptor implementation. - CachePutInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CachePutInterceptor
- cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
- cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
- cacheRemoveAll(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
- CacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveAll
interceptor implementation. - CacheRemoveAllInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
- cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
- cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
- cacheRemoveEntry(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
- CacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemove
interceptor implementation.This interceptor uses the following algorithm describes in JSR-107. - CacheRemoveEntryInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
- cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
- cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheResultInterceptor
- cacheResult(InvocationContext) - Method in class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
- CacheResultInterceptor - Class in org.infinispan.jcache.annotation
-
CacheResult
interceptor implementation. - CacheResultInterceptor(DefaultCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.CacheResultInterceptor
- checkNotClosed() - Method in class org.infinispan.jcache.embedded.JCache
- clear() - Method in class org.infinispan.jcache.embedded.JCache
- clear() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
- close() - Method in class org.infinispan.jcache.embedded.JCache
- CollectionsHelper - Class in org.infinispan.jcache.annotation
-
An helper class providing useful methods to work with JDK collections.
- ConfigurationAdapter<K,V> - Class in org.infinispan.jcache.embedded
-
ConfigurationAdapter takes
Configuration
and creates equivalent instance ofConfiguration
- contains(Object) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- containsKey(K) - Method in class org.infinispan.jcache.embedded.JCache
- Contracts - Class in org.infinispan.jcache.annotation
-
An helper class providing useful assertion methods.
- create() - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
- create() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
- create() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
- create() - Method in class org.infinispan.jcache.embedded.LimitExpiryFactory
- create(I) - Method in class org.infinispan.jcache.embedded.JCacheManager
- create(String, C) - Method in class org.infinispan.jcache.embedded.JCacheManager
- create(Configuration<K, V>) - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
- createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.embedded.JCachingProvider
- created() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
- createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheNotifier
D
- DefaultCacheKey - Class in org.infinispan.jcache.annotation
-
Default
GeneratedCacheKey
implementation. - DefaultCacheKey(Object[]) - Constructor for class org.infinispan.jcache.annotation.DefaultCacheKey
- DefaultCacheKeyGenerator - Class in org.infinispan.jcache.annotation
-
Default
CacheKeyGenerator
implementation. - DefaultCacheKeyGenerator() - Constructor for class org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
- DefaultCacheResolver - Class in org.infinispan.jcache.annotation
-
Default
CacheResolver
implementation for standalone environments, where no Cache/CacheManagers are injected via CDI. - delegateCacheNames() - Method in class org.infinispan.jcache.embedded.JCacheManager
- delegateIsClosed() - Method in class org.infinispan.jcache.embedded.JCacheManager
- delegateLogIsClosed() - Method in class org.infinispan.jcache.embedded.JCacheManager
- delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheManager
- delegateStop() - Method in class org.infinispan.jcache.embedded.JCacheManager
- delete(Object) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
- deregisterCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
- Durations - Class in org.infinispan.jcache.embedded
- Durations() - Constructor for class org.infinispan.jcache.embedded.Durations
E
- equals(Object) - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
- errorLoadingAll(Collection<?>, Throwable) - Method in interface org.infinispan.jcache.embedded.logging.Log
- errorLoadingAll(Collection, Throwable) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- errorLoadingAll$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- ETERNAL - Static variable in class org.infinispan.jcache.embedded.Durations
- evict(K) - Method in class org.infinispan.jcache.embedded.JCache
- exists() - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot
- expiryPolicy - Variable in class org.infinispan.jcache.embedded.functions.GetAndPut
- expiryTime() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
- Externalizer() - Constructor for class org.infinispan.jcache.embedded.functions.Invoke.Externalizer
- Externalizer() - Constructor for class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot.Externalizer
- Externalizer() - Constructor for class org.infinispan.jcache.embedded.functions.ReplaceConditionally.Externalizer
- ExternalizerIds - Class in org.infinispan.jcache.embedded
-
Ids range 2150 - 2199
- ExternalizerIds() - Constructor for class org.infinispan.jcache.embedded.ExternalizerIds
G
- generateCacheKey(CacheKeyInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
- get(K) - Method in class org.infinispan.jcache.embedded.JCache
- GET_AND_PUT - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- GET_AND_REMOVE - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- GET_AND_REPLACE - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- getAll(Set<? extends K>) - Method in class org.infinispan.jcache.embedded.JCache
- getAllParameters() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getAndPut(K, V) - Method in class org.infinispan.jcache.embedded.JCache
- GetAndPut<K,V> - Class in org.infinispan.jcache.embedded.functions
- GetAndPut() - Constructor for class org.infinispan.jcache.embedded.functions.GetAndPut
- getAndRemove(K) - Method in class org.infinispan.jcache.embedded.JCache
- GetAndRemove<K,V> - Class in org.infinispan.jcache.embedded.functions
- GetAndRemove() - Constructor for class org.infinispan.jcache.embedded.functions.GetAndRemove
- getAndReplace(K, V) - Method in class org.infinispan.jcache.embedded.JCache
- GetAndReplace<K,V> - Class in org.infinispan.jcache.embedded.functions
- GetAndReplace() - Constructor for class org.infinispan.jcache.embedded.functions.GetAndReplace
- getAnnotations() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
- getAnnotations() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getAnnotations() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- getAnnotations() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
- getAverageGetTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The mean time to execute gets.
- getAveragePutTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The mean time to execute puts.
- getAverageRemoveTime() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The mean time to execute removes.
- getCacheAnnotation() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getCacheAnnotation() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- getCacheEvictions() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
- getCacheGets() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The total number of requests to the cache.
- getCacheHitPercentage() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
Returns cache hits as a percentage of total gets.
- getCacheHits() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
- getCacheKeyGenerator() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getCacheKeyGenerator() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- getCacheKeyGenerator(BeanManager, Class<? extends CacheKeyGenerator>, CacheDefaults) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
-
Resolves and creates an instance of
CacheKeyGenerator
. - getCacheKeyInvocationContext(InvocationContext) - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
-
Returns the cache key invocation context corresponding to the given invocation context.
- getCacheMisses() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
- getCacheMissPercentage() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
Returns cache misses as a percentage of total gets.
- getCacheName() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getCacheName() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- getCacheName(Method, String, CacheDefaults, boolean) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
-
Resolves the cache name of a method annotated with a JCACHE annotation.
- getCachePuts() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The total number of puts to the cache.
- getCacheRemovals() - Method in class org.infinispan.jcache.embedded.RICacheStatistics
-
The total number of removals from the cache.
- getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.embedded.JCache
- getClassLoader() - Method in class org.infinispan.jcache.embedded.JCacheManager
- getConfiguration() - Method in class org.infinispan.jcache.embedded.ConfigurationAdapter
- getDefaultURI() - Method in class org.infinispan.jcache.embedded.JCachingProvider
- getId() - Method in class org.infinispan.jcache.embedded.functions.Invoke.Externalizer
- getId() - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot.Externalizer
- getId() - Method in class org.infinispan.jcache.embedded.functions.ReplaceConditionally.Externalizer
- getInstance() - Static method in class org.infinispan.jcache.embedded.functions.GetAndRemove
- getInstance() - Static method in class org.infinispan.jcache.embedded.functions.Remove
- getKey() - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot
- getKeyParameters() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
- getKeyParameters() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getKeyParameters() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCachePutInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.CachePutInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.CacheRemoveAllInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.CacheRemoveEntryInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.CacheResultInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
- getLog() - Method in class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
- getMBeanServer() - Method in class org.infinispan.jcache.embedded.JCache
- getMethod() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getMethod() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- getName() - Method in class org.infinispan.jcache.embedded.JCache
- getParameterPosition() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
- getParameters() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
- getParameters() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- getPosition() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
- getRawType() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
- getRawType() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
- getTarget() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getTypeClasses() - Method in class org.infinispan.jcache.embedded.functions.Invoke.Externalizer
- getTypeClasses() - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot.Externalizer
- getTypeClasses() - Method in class org.infinispan.jcache.embedded.functions.ReplaceConditionally.Externalizer
- getValue() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
- getValue() - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot
- getValueParameter() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
- getValueParameter() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- getValueParameter() - Method in class org.infinispan.jcache.annotation.MethodMetaData
H
- handleCacheEntryCreatedEvent(CacheEntryCreatedEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
- handleCacheEntryExpiredEvent(CacheEntryExpiredEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
- handleCacheEntryModifiedEvent(CacheEntryModifiedEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
- handleCacheEntryRemovedEvent(CacheEntryRemovedEvent<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheListenerAdapter
- hashCode() - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
I
- increaseCacheHits(long) - Method in class org.infinispan.jcache.embedded.RICacheStatistics
- init(InitializationContext) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- init(InitializationContext) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.GetAndPut
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.GetAndReplace
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.Invoke
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.PutIfAbsent
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.ReadWithExpiry
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.RemoveConditionally
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.Replace
- inject(ComponentRegistry) - Method in class org.infinispan.jcache.embedded.functions.ReplaceConditionally
- InjectedCachePutInterceptor - Class in org.infinispan.jcache.annotation
-
CachePutInterceptor for environments where the cache manager is injected in a managed environment, e.g.
- InjectedCachePutInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCachePutInterceptor
- InjectedCacheRemoveAllInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveAllInterceptor for environments where the cache manager is injected in a managed environment, e.g.
- InjectedCacheRemoveAllInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheRemoveAllInterceptor
- InjectedCacheRemoveEntryInterceptor - Class in org.infinispan.jcache.annotation
-
CacheRemoveEntryInterceptor for environments where the cache manager is injected in a managed environment, e.g.
- InjectedCacheRemoveEntryInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheRemoveEntryInterceptor
- InjectedCacheResolver - Class in org.infinispan.jcache.annotation
-
Injected cache resolver for situations where caches and/or cache managers are injected into the CDI beans.
- InjectedCacheResolver() - Constructor for class org.infinispan.jcache.annotation.InjectedCacheResolver
- InjectedCacheResolver(InfinispanExtensionEmbedded, BeanManager) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheResolver
- InjectedCacheResultInterceptor - Class in org.infinispan.jcache.annotation
-
CacheResultInterceptor for environments where the cache manager is injected in a managed environment, e.g.
- InjectedCacheResultInterceptor(InjectedCacheResolver, CacheKeyInvocationContextFactory) - Constructor for class org.infinispan.jcache.annotation.InjectedCacheResultInterceptor
- invoke(K, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.embedded.JCache
- Invoke<K,V,R> - Class in org.infinispan.jcache.embedded.functions
- Invoke(EntryProcessor<K, V, R>, Object[], boolean) - Constructor for class org.infinispan.jcache.embedded.functions.Invoke
- INVOKE - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- Invoke.Externalizer - Class in org.infinispan.jcache.embedded.functions
- invokeAll(Set<? extends K>, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.embedded.JCache
- isClosed() - Method in class org.infinispan.jcache.embedded.JCache
- isExpired(long) - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
- isSupported(OptionalFeature) - Method in class org.infinispan.jcache.embedded.JCachingProvider
- iterator() - Method in class org.infinispan.jcache.embedded.JCache
J
- JCache<K,V> - Class in org.infinispan.jcache.embedded
-
Infinispan's implementation of
Cache
interface. - JCache(AdvancedCache<K, V>, CacheManager, ConfigurationAdapter<K, V>) - Constructor for class org.infinispan.jcache.embedded.JCache
- JCacheInternalMetadata - Class in org.infinispan.jcache.embedded
-
Metadata for entries stored via JCache API
- JCacheInternalMetadata(long, long) - Constructor for class org.infinispan.jcache.embedded.JCacheInternalMetadata
- JCacheListenerAdapter<K,V> - Class in org.infinispan.jcache.embedded
-
Adapts Infinispan notification mechanism to JSR 107 requirements.
- JCacheListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.embedded.JCacheListenerAdapter
- JCacheLoaderAdapter<K,V> - Class in org.infinispan.jcache.embedded
- JCacheLoaderAdapter() - Constructor for class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- JCacheManager - Class in org.infinispan.jcache.embedded
-
Infinispan's implementation of
CacheManager
. - JCacheManager(URI, ClassLoader, CachingProvider, Properties) - Constructor for class org.infinispan.jcache.embedded.JCacheManager
-
Create a new InfinispanCacheManager given a cache name and a
ClassLoader
. - JCacheManager(URI, EmbeddedCacheManager, CachingProvider) - Constructor for class org.infinispan.jcache.embedded.JCacheManager
- JCacheNotifier<K,V> - Class in org.infinispan.jcache.embedded
- JCacheNotifier() - Constructor for class org.infinispan.jcache.embedded.JCacheNotifier
- JCacheWriterAdapter<K,V> - Class in org.infinispan.jcache.embedded
- JCacheWriterAdapter() - Constructor for class org.infinispan.jcache.embedded.JCacheWriterAdapter
- JCacheWriterAdapterConfiguration - Class in org.infinispan.jcache.embedded
- JCacheWriterAdapterConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - Constructor for class org.infinispan.jcache.embedded.JCacheWriterAdapterConfiguration
- JCacheWriterAdapterConfigurationBuilder - Class in org.infinispan.jcache.embedded
- JCacheWriterAdapterConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
- JCachingProvider - Class in org.infinispan.jcache.embedded
-
Infinispan's SPI hook up to
CachingProvider
. - JCachingProvider() - Constructor for class org.infinispan.jcache.embedded.JCachingProvider
- JStoreAdapterConfiguration - Class in org.infinispan.jcache.embedded
- JStoreAdapterConfiguration(boolean, boolean, boolean, AsyncStoreConfiguration, SingletonStoreConfiguration, boolean, boolean, Properties) - Constructor for class org.infinispan.jcache.embedded.JStoreAdapterConfiguration
- JStoreAdapterConfigurationBuilder - Class in org.infinispan.jcache.embedded
- JStoreAdapterConfigurationBuilder(PersistenceConfigurationBuilder) - Constructor for class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
L
- lastUsed() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
- LifecycleCallbacks - Class in org.infinispan.jcache.embedded
- LifecycleCallbacks() - Constructor for class org.infinispan.jcache.embedded.LifecycleCallbacks
- lifespan() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
- LimitExpiryFactory - Class in org.infinispan.jcache.embedded
- LimitExpiryFactory(Factory<ExpiryPolicy>, long, long) - Constructor for class org.infinispan.jcache.embedded.LimitExpiryFactory
- load(Object) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- loadAll(Set<? extends K>, boolean, CompletionListener) - Method in class org.infinispan.jcache.embedded.JCache
- Log - Interface in org.infinispan.jcache.embedded.logging
- Log_$logger - Class in org.infinispan.jcache.embedded.logging
-
Warning this class consists of generated code.
- Log_$logger(Logger) - Constructor for class org.infinispan.jcache.embedded.logging.Log_$logger
M
- maxIdle() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
- MethodMetaData<A extends Annotation> - Class in org.infinispan.jcache.annotation
-
Metadata associated to a method annotated with a cache annotation.
- MethodMetaData(Method, AggregatedParameterMetaData, Set<Annotation>, CacheKeyGenerator, A, String) - Constructor for class org.infinispan.jcache.annotation.MethodMetaData
- MUTABLE_ENTRY_SNAPSHOT - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- MutableEntrySnapshot<K,V> - Class in org.infinispan.jcache.embedded.functions
- MutableEntrySnapshot(K, V) - Constructor for class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot
- MutableEntrySnapshot.Externalizer - Class in org.infinispan.jcache.embedded.functions
O
- org.infinispan.jcache.annotation - package org.infinispan.jcache.annotation
- org.infinispan.jcache.embedded - package org.infinispan.jcache.embedded
- org.infinispan.jcache.embedded.functions - package org.infinispan.jcache.embedded.functions
- org.infinispan.jcache.embedded.logging - package org.infinispan.jcache.embedded.logging
P
- ParameterMetaData - Class in org.infinispan.jcache.annotation
-
Contains the metadata for a parameter of a method annotated with A JCACHE annotation.
- ParameterMetaData(Class<?>, int, Set<Annotation>) - Constructor for class org.infinispan.jcache.annotation.ParameterMetaData
- parameterMustNotBeNull(String) - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- parameterMustNotBeNull(String) - Method in interface org.infinispan.jcache.embedded.logging.Log
- parameterMustNotBeNull$str() - Method in class org.infinispan.jcache.embedded.logging.Log_$logger
- put(K, V) - Method in class org.infinispan.jcache.embedded.JCache
- Put<K,V> - Class in org.infinispan.jcache.embedded.functions
- Put() - Constructor for class org.infinispan.jcache.embedded.functions.Put
- PUT - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- PUT_IF_ABSENT - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- putAll(Map<? extends K, ? extends V>) - Method in class org.infinispan.jcache.embedded.JCache
- putIfAbsent(K, V) - Method in class org.infinispan.jcache.embedded.JCache
- PutIfAbsent<K,V> - Class in org.infinispan.jcache.embedded.functions
- PutIfAbsent() - Constructor for class org.infinispan.jcache.embedded.functions.PutIfAbsent
R
- READ_WITH_EXPIRY - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- readObject(ObjectInput) - Method in class org.infinispan.jcache.embedded.functions.Invoke.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot.Externalizer
- readObject(ObjectInput) - Method in class org.infinispan.jcache.embedded.functions.ReplaceConditionally.Externalizer
- ReadWithExpiry<K,V> - Class in org.infinispan.jcache.embedded.functions
- ReadWithExpiry() - Constructor for class org.infinispan.jcache.embedded.functions.ReadWithExpiry
- registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
- remove() - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot
- remove(K) - Method in class org.infinispan.jcache.embedded.JCache
- remove(K, V) - Method in class org.infinispan.jcache.embedded.JCache
- Remove<K,V> - Class in org.infinispan.jcache.embedded.functions
- Remove() - Constructor for class org.infinispan.jcache.embedded.functions.Remove
- REMOVE - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- REMOVE_CONDITIONALLY - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- removeAll() - Method in class org.infinispan.jcache.embedded.JCache
- removeAll(Set<? extends K>) - Method in class org.infinispan.jcache.embedded.JCache
- RemoveConditionally<K,V> - Class in org.infinispan.jcache.embedded.functions
- RemoveConditionally() - Constructor for class org.infinispan.jcache.embedded.functions.RemoveConditionally
- removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
- replace(K, V) - Method in class org.infinispan.jcache.embedded.JCache
- replace(K, V, V) - Method in class org.infinispan.jcache.embedded.JCache
- Replace<K,V> - Class in org.infinispan.jcache.embedded.functions
- Replace() - Constructor for class org.infinispan.jcache.embedded.functions.Replace
- REPLACE - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- REPLACE_CONDITIONALLY - Static variable in class org.infinispan.jcache.embedded.ExternalizerIds
- ReplaceConditionally<K,V> - Class in org.infinispan.jcache.embedded.functions
- ReplaceConditionally(V) - Constructor for class org.infinispan.jcache.embedded.functions.ReplaceConditionally
- ReplaceConditionally.Externalizer - Class in org.infinispan.jcache.embedded.functions
- resolveCache(CacheInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.DefaultCacheResolver
- resolveCache(CacheInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.InjectedCacheResolver
- RICacheStatistics - Class in org.infinispan.jcache.embedded
-
The reference implementation of
CacheStatisticsMXBean
. - RICacheStatistics(AdvancedCache<?, ?>) - Constructor for class org.infinispan.jcache.embedded.RICacheStatistics
-
Constructs a cache statistics object
S
- self() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
- self() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
- setCacheLoader(CacheLoader<K, V>) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- setCacheWriter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
- setExpiryPolicy(ExpiryPolicy) - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- setStatisticsEnabled(boolean) - Method in class org.infinispan.jcache.embedded.JCache
- setValue(V) - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot
- setWithTtl(EntryView.ReadWriteEntryView<K, V>, V, ExpiryPolicy, Expiration.Operation) - Static method in class org.infinispan.jcache.embedded.Durations
- start() - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- start() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
- stop() - Method in class org.infinispan.jcache.embedded.JCacheLoaderAdapter
- stop() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
T
- toMs(Duration) - Static method in class org.infinispan.jcache.embedded.Durations
- toString() - Method in class org.infinispan.jcache.annotation.AggregatedParameterMetaData
- toString() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
- toString() - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- toString() - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
- toString() - Method in class org.infinispan.jcache.annotation.MethodMetaData
- toString() - Method in class org.infinispan.jcache.annotation.ParameterMetaData
- trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheRemoveAllInterceptor
- trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheRemoveEntryInterceptor
- trace - Variable in class org.infinispan.jcache.annotation.AbstractCacheResultInterceptor
U
- unwrap(Class<T>) - Method in class org.infinispan.jcache.annotation.CacheKeyInvocationContextImpl
- unwrap(Class<T>) - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot
- unwrap(Class<T>) - Method in class org.infinispan.jcache.embedded.JCache
- unwrap(Class<T>) - Method in class org.infinispan.jcache.embedded.JCacheManager
- updateTtl(EntryView.ReadWriteEntryView<K, V>, ExpiryPolicy) - Static method in class org.infinispan.jcache.embedded.Durations
- updateTtl(EntryView.ReadWriteEntryView<K, V>, ExpiryPolicy, Expiration.Operation) - Static method in class org.infinispan.jcache.embedded.Durations
V
- validate() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
- version() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
W
- write(MarshalledEntry) - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapter
- writeObject(ObjectOutput, Invoke) - Method in class org.infinispan.jcache.embedded.functions.Invoke.Externalizer
- writeObject(ObjectOutput, MutableEntrySnapshot) - Method in class org.infinispan.jcache.embedded.functions.MutableEntrySnapshot.Externalizer
- writeObject(ObjectOutput, ReplaceConditionally) - Method in class org.infinispan.jcache.embedded.functions.ReplaceConditionally.Externalizer
All Classes All Packages