Skip navigation links
Infinispan JCACHE (JSR-107) Embedded Implementation 8.2.11.Final-redhat-1
A B C D E G H I J L M O P R S T U V W 

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
 
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
 
builder() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 

C

cacheClosed(ComponentStatus) - Method in interface org.infinispan.jcache.embedded.logging.Log
 
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(BeanManager) - Constructor for class org.infinispan.jcache.annotation.CacheKeyInvocationContextFactory
 
CacheKeyInvocationContextFactory() - 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 interface org.infinispan.jcache.embedded.logging.Log
 
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

Statistics will also automatically be cleared if internal counters overflow.

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 of Configuration
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(Configuration<K, V>) - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
 
create() - Static method in class org.infinispan.jcache.embedded.ConfigurationAdapter
 
create(String, C) - Method in class org.infinispan.jcache.embedded.JCacheManager
 
create(I) - Method in class org.infinispan.jcache.embedded.JCacheManager
 
create() - Method in class org.infinispan.jcache.embedded.JCacheWriterAdapterConfigurationBuilder
 
create() - Method in class org.infinispan.jcache.embedded.JStoreAdapterConfigurationBuilder
 
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
 

E

equals(Object) - Method in class org.infinispan.jcache.annotation.DefaultCacheKey
 
evict(K) - Method in class org.infinispan.jcache.embedded.JCache
 
expiryTime() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 

G

generateCacheKey(CacheKeyInvocationContext<? extends Annotation>) - Method in class org.infinispan.jcache.annotation.DefaultCacheKeyGenerator
 
get(K) - Method in class org.infinispan.jcache.embedded.JCache
 
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
 
getAndRemove(K) - Method in class org.infinispan.jcache.embedded.JCache
 
getAndReplace(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
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(BeanManager, Class<? extends CacheKeyGenerator>, CacheDefaults) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
Resolves and creates an instance of CacheKeyGenerator.
getCacheKeyGenerator() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
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, String, CacheDefaults, boolean) - Static method in class org.infinispan.jcache.annotation.CacheLookupHelper
Resolves the cache name of a method annotated with a JCACHE annotation.
getCacheName() - Method in class org.infinispan.jcache.annotation.MethodMetaData
 
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
 
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
 
getValue() - Method in class org.infinispan.jcache.annotation.CacheInvocationParameterImpl
 
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
 
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
 
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
 
lifespan() - Method in class org.infinispan.jcache.embedded.JCacheInternalMetadata
 
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
 

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
 

O

org.infinispan.jcache.annotation - package org.infinispan.jcache.annotation
 
org.infinispan.jcache.embedded - package org.infinispan.jcache.embedded
 
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
 
put(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
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
 

R

registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.embedded.JCache
 
remove(K) - Method in class org.infinispan.jcache.embedded.JCache
 
remove(K, V) - Method in class org.infinispan.jcache.embedded.JCache
 
removeAll() - Method in class org.infinispan.jcache.embedded.JCache
 
removeAll(Set<? extends K>) - Method in class org.infinispan.jcache.embedded.JCache
 
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
 
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
 
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

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.JCache
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.embedded.JCacheManager
 

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
 
A B C D E G H I J L M O P R S T U V W 
Skip navigation links
Infinispan JCACHE (JSR-107) Embedded Implementation 8.2.11.Final-redhat-1

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