Skip navigation links
Infinispan JCACHE (JSR-107) Common Components 8.2.11.Final-redhat-1
A C D E F G H I J K L M N O P R S T U V 

A

AbstractJCache<K,V> - Class in org.infinispan.jcache
 
AbstractJCache(MutableConfiguration<K, V>, CacheManager, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.AbstractJCache
 
AbstractJCacheListenerAdapter<K,V> - Class in org.infinispan.jcache
 
AbstractJCacheListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Constructor for class org.infinispan.jcache.AbstractJCacheListenerAdapter
 
AbstractJCacheManager - Class in org.infinispan.jcache
Infinispan's implementation of CacheManager.
AbstractJCacheManager(URI, ClassLoader, CachingProvider, Properties, boolean) - Constructor for class org.infinispan.jcache.AbstractJCacheManager
 
AbstractJCacheNotifier<K,V> - Class in org.infinispan.jcache
JCache notifications dispatcher.
AbstractJCacheNotifier() - Constructor for class org.infinispan.jcache.AbstractJCacheNotifier
 
AbstractJCachingProvider - Class in org.infinispan.jcache
Shared behavior for the embedded and client-server implementations.
AbstractJCachingProvider() - Constructor for class org.infinispan.jcache.AbstractJCachingProvider
 
addCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addCacheLoaderAdapter(CacheLoader<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addCacheWriterAdapter(CacheWriter<? super K, ? super V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addConfigurationListeners() - Method in class org.infinispan.jcache.AbstractJCache
 
addListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
addListener(CacheEntryListenerConfiguration<K, V>, AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
addSyncNotificationLatch(Cache<K, V>, K, V, CountDownLatch) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 

C

cacheAlreadyRegistered(String, Configuration, Configuration) - Method in interface org.infinispan.jcache.logging.Log
 
cacheClosed() - Method in interface org.infinispan.jcache.logging.Log
 
cacheCreationFailed(String, Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
cacheManagerNotClosed() - Method in interface org.infinispan.jcache.logging.Log
 
cacheNotFound(String) - Method in interface org.infinispan.jcache.logging.Log
 
cachePutMethodWithMoreThanOneCacheValueParameter(String) - Method in interface org.infinispan.jcache.logging.Log
 
cachePutMethodWithoutCacheValueParameter(String) - Method in interface org.infinispan.jcache.logging.Log
 
cacheRemoveAllMethodWithoutCacheName(String) - Method in interface org.infinispan.jcache.logging.Log
 
cacheRemoveEntryMethodWithoutCacheName(String) - Method in interface org.infinispan.jcache.logging.Log
 
checkNotClosed() - Method in class org.infinispan.jcache.AbstractJCache
 
checkNotNull(Object, String) - Method in class org.infinispan.jcache.AbstractJCache
 
close() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
close() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
close(ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
close(URI, ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
configuration - Variable in class org.infinispan.jcache.AbstractJCache
 
configurationClassNotSupported(Class) - Method in interface org.infinispan.jcache.logging.Log
 
create(String, C) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
create(I) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
createCache(String, C) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
createCacheManager(ClassLoader, URI, Properties) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
createListenerAdapter(AbstractJCache<K, V>, AbstractJCacheNotifier<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 

D

delegateCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateIsClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateLogIsClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateRemoveCache(AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
delegateStop() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
destroyCache(String) - Method in class org.infinispan.jcache.AbstractJCacheManager
 

E

enableManagement(String, boolean) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
enableStatistics(String, boolean) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
entryProcessingFailed(Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
errorLoadingAll(List<K>, Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
evict(K) - Method in class org.infinispan.jcache.AbstractJCache
 
Exceptions - Class in org.infinispan.jcache
Exception laundering utility class.
exists() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
Expiration - Class in org.infinispan.jcache
Utility class for expiration calculations.
Expiration.Operation - Enum in org.infinispan.jcache
 
expiryPolicy - Variable in class org.infinispan.jcache.AbstractJCache
 

F

FailureEntryProcessorResult<T> - Class in org.infinispan.jcache
Failure entry processor result wrapper.
FailureEntryProcessorResult(Throwable) - Constructor for class org.infinispan.jcache.FailureEntryProcessorResult
 
filterLoadAllKeys(Set<? extends K>, boolean, boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
finalize() - Method in class org.infinispan.jcache.AbstractJCacheManager
Avoid weak references to this cache manager being garbage collected without being shutdown.

G

get() - Method in class org.infinispan.jcache.FailureEntryProcessorResult
 
get() - Method in class org.infinispan.jcache.SuccessEntryProcessorResult
 
getCache(String, Class<K>, Class<V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getCache(String) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getCacheManager() - Method in class org.infinispan.jcache.AbstractJCache
 
getCacheManager(URI, ClassLoader, Properties) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getCacheManager(URI, ClassLoader) - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getCacheManager() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getCacheMXBean() - Method in class org.infinispan.jcache.AbstractJCache
 
getCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getCacheStatisticsMXBean() - Method in class org.infinispan.jcache.AbstractJCache
 
getCachingProvider() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getConfiguration(Class<C>) - Method in class org.infinispan.jcache.AbstractJCache
 
getDefaultClassLoader() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getDefaultDuration() - Static method in class org.infinispan.jcache.Expiration
 
getDefaultProperties() - Method in class org.infinispan.jcache.AbstractJCachingProvider
 
getExpiry(ExpiryPolicy, Expiration.Operation) - Static method in class org.infinispan.jcache.Expiration
Return expiry for a given cache operation.
getImplementationName() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getImplementationVendor() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getImplementationVersion() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getKey() - Method in class org.infinispan.jcache.JCacheEntry
 
getKey() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getKey() - Method in class org.infinispan.jcache.RICacheEntryEvent
Returns the key of the cache entry with the event
getKeyType() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
getManagedCacheNames() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getMBeanServer() - Method in class org.infinispan.jcache.AbstractJCache
 
getMBeanServerId() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getNewValue() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getNotificationInfo() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getOldValue() - Method in class org.infinispan.jcache.RICacheEntryEvent
Returns the value of the cache entry with the event
getOperation() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getOrCreateCache(String, I) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getProperties() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getSpecificationName() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getSpecificationVendor() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getSpecificationVersion() - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
getURI() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
getValue() - Method in class org.infinispan.jcache.JCacheEntry
 
getValue() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
getValue() - Method in class org.infinispan.jcache.RICacheEntryEvent
Returns the value of the cache entry with the event
getValueType() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 

H

hasNext() - Method in class org.infinispan.jcache.JCacheEventFilteringIterator
hasSyncCreatedListener() - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
hasSyncRemovedListener() - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
hasSyncUpdatedListener() - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 

I

incompatibleType(Class<?>, Class<?>) - Method in interface org.infinispan.jcache.logging.Log
 
invokeAll(Set<? extends K>, EntryProcessor<K, V, T>, Object...) - Method in class org.infinispan.jcache.AbstractJCache
 
isClosed() - Method in class org.infinispan.jcache.AbstractJCacheManager
 
isManagementEnabled() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isOldValueAvailable() - Method in class org.infinispan.jcache.RICacheEntryEvent
Whether the old value is available
isReadThrough() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isStatisticsEnabled() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isStoreByValue() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
isWriteThrough() - Method in class org.infinispan.jcache.RIDelegatingCacheMXBean
 
iterator() - Method in class org.infinispan.jcache.JCacheEventFilteringIterable

J

jcache - Variable in class org.infinispan.jcache.AbstractJCacheListenerAdapter
 
JCacheEntry<K,V> - Class in org.infinispan.jcache
Infinispan implementation of javax.cache.Cache.Entry.
JCacheEntry(K, V) - Constructor for class org.infinispan.jcache.JCacheEntry
 
JCacheEventFilteringIterable<K,V> - Class in org.infinispan.jcache
An adapter to provide Iterables over Cache Entries, those of which are filtered using a CacheEntryEventFilter.
JCacheEventFilteringIterable(Iterable<CacheEntryEvent<? extends K, ? extends V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class org.infinispan.jcache.JCacheEventFilteringIterable
JCacheEventFilteringIterator<K,V> - Class in org.infinispan.jcache
A adapter to Iterators to allow filtering of CacheEntryEvents
JCacheEventFilteringIterator(Iterator<CacheEntryEvent<? extends K, ? extends V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class org.infinispan.jcache.JCacheEventFilteringIterator
jcacheLoader - Variable in class org.infinispan.jcache.AbstractJCache
 
jcacheWriter - Variable in class org.infinispan.jcache.AbstractJCache
 

K

key - Variable in class org.infinispan.jcache.JCacheEntry
 

L

launderCacheListenerException(CacheListenerException) - Static method in class org.infinispan.jcache.Exceptions
 
launderCacheLoaderException(Exception) - Static method in class org.infinispan.jcache.Exceptions
 
launderCacheWriterException(Exception) - Static method in class org.infinispan.jcache.Exceptions
 
launderEntryProcessorException(Exception) - Static method in class org.infinispan.jcache.Exceptions
 
LeakDescription() - Constructor for class org.infinispan.jcache.logging.Log.LeakDescription
 
LeakDescription(String) - Constructor for class org.infinispan.jcache.logging.Log.LeakDescription
 
leakedCacheManager(Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
loadAllFromJCacheLoader(Set<? extends K>, boolean, CompletionListener, BasicCache<K, V>, BasicCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
loadAllKeys(List<K>) - Method in class org.infinispan.jcache.AbstractJCache
 
Log - Interface in org.infinispan.jcache.logging
Logger for JCache implementation.
Log.LeakDescription - Class in org.infinispan.jcache.logging
 

M

methodWithoutCacheAnnotation(String) - Method in interface org.infinispan.jcache.logging.Log
 
MutableJCacheEntry<K,V> - Class in org.infinispan.jcache
Infinispan implementation of MutableEntry designed to be passed as parameter to EntryProcessor.process(javax.cache.processor.MutableEntry, Object...).
MutableJCacheEntry(BasicCache<K, V>, BasicCache<K, V>, K, V) - Constructor for class org.infinispan.jcache.MutableJCacheEntry
 
MutableJCacheEntry.Operation - Enum in org.infinispan.jcache
 

N

newMBeanServer(String, MBeanServer, MBeanServerDelegate) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder
 
next() - Method in class org.infinispan.jcache.JCacheEventFilteringIterator
notifier - Variable in class org.infinispan.jcache.AbstractJCache
 
notifier - Variable in class org.infinispan.jcache.AbstractJCacheListenerAdapter
 
notifyEntryCreated(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
notifyEntryExpired(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
notifyEntryRemoved(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
notifyEntryUpdated(Cache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 

O

org.infinispan.jcache - package org.infinispan.jcache
 
org.infinispan.jcache.logging - package org.infinispan.jcache.logging
 
org.infinispan.jcache.tck - package org.infinispan.jcache.tck
 

P

parameterMustNotBeNull(String) - Method in interface org.infinispan.jcache.logging.Log
 
parameterMustNotContainNullElements(String) - Method in interface org.infinispan.jcache.logging.Log
 
parameterMustNotContainNullKeys(String) - Method in interface org.infinispan.jcache.logging.Log
 
parameterMustNotContainNullValues(String) - Method in interface org.infinispan.jcache.logging.Log
 
processEntryProcessor(MutableJCacheEntry<K, V>, EntryProcessor<K, V, T>, Object[]) - Method in class org.infinispan.jcache.AbstractJCache
 
properties - Variable in class org.infinispan.jcache.AbstractJCacheManager
 
put(BasicCache<K, V>, BasicCache<K, V>, K, V, boolean) - Method in class org.infinispan.jcache.AbstractJCache
 

R

registerCacheObject(AbstractJCache<K, V>, RIMBeanServerRegistrationUtility.ObjectNameType) - Static method in class org.infinispan.jcache.RIMBeanServerRegistrationUtility
Utility method for registering CacheStatistics with the platform MBeanServer
registerPredefinedCache(String, AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheManager
 
remove(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
 
remove() - Method in class org.infinispan.jcache.JCacheEventFilteringIterator
remove() - Method in class org.infinispan.jcache.MutableJCacheEntry
 
removeCacheEntryListenerConfiguration(CacheEntryListenerConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
removeListener(AbstractJCacheListenerAdapter<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
removeListener(CacheEntryListenerConfiguration<K, V>, AbstractJCache<K, V>) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
removeNotificationListener(NotificationListener) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
removeSyncNotificationLatch(Cache<K, V>, K, V, CountDownLatch) - Method in class org.infinispan.jcache.AbstractJCacheNotifier
 
replace(BasicCache<K, V>, BasicCache<K, V>, K, V, V, boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
replace(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
 
RICacheEntryEvent<K,V> - Class in org.infinispan.jcache
The reference implementation of the CacheEntryEvent.
RICacheEntryEvent(Cache<K, V>, K, V, EventType) - Constructor for class org.infinispan.jcache.RICacheEntryEvent
Constructs a cache entry event from a given cache as source (without an old value)
RIDelegatingCacheMXBean<K,V> - Class in org.infinispan.jcache
Class to help implementers
RIDelegatingCacheMXBean(Cache<K, V>) - Constructor for class org.infinispan.jcache.RIDelegatingCacheMXBean
Constructor
RIMBeanServerRegistrationUtility - Class in org.infinispan.jcache
A convenience class for registering CacheStatisticsMBeans with an MBeanServer.
RIMBeanServerRegistrationUtility.ObjectNameType - Enum in org.infinispan.jcache
The type of registered Object

S

sendNotification(Notification) - Method in class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
serverManagementOperationFailed(Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
setCacheLoader(CompleteConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
setCacheWriter(CompleteConfiguration<K, V>) - Method in class org.infinispan.jcache.AbstractJCache
 
setListenerCompletion(CompletionListener) - Method in class org.infinispan.jcache.AbstractJCache
 
setListenerException(CompletionListener, Throwable) - Method in class org.infinispan.jcache.AbstractJCache
 
setManagementEnabled(boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
setStatisticsEnabled(boolean) - Method in class org.infinispan.jcache.AbstractJCache
 
setValue(V) - Method in class org.infinispan.jcache.MutableJCacheEntry
 
statisticsEnabled() - Method in class org.infinispan.jcache.AbstractJCache
 
storeByReferenceAndTransactionsNotAllowed() - Method in interface org.infinispan.jcache.logging.Log
 
SuccessEntryProcessorResult<T> - Class in org.infinispan.jcache
Successful entry processor result wrapper.
SuccessEntryProcessorResult(T) - Constructor for class org.infinispan.jcache.SuccessEntryProcessorResult
 

T

TckMbeanServerBuilder - Class in org.infinispan.jcache.tck
MBean Server builder instance for the TCK.
TckMbeanServerBuilder() - Constructor for class org.infinispan.jcache.tck.TckMbeanServerBuilder
 
TckMbeanServerBuilder.TckMbeanServerDelegate - Class in org.infinispan.jcache.tck
 
TckMbeanServerDelegate(MBeanServerDelegate) - Constructor for class org.infinispan.jcache.tck.TckMbeanServerBuilder.TckMbeanServerDelegate
 
toString() - Method in class org.infinispan.jcache.logging.Log.LeakDescription
 

U

unableToInstantiateCacheKeyGenerator(Class<?>, Throwable) - Method in interface org.infinispan.jcache.logging.Log
 
unableToUnwrapProviderImplementation(Class<?>) - Method in interface org.infinispan.jcache.logging.Log
 
unknownExpiryOperation(String) - Method in interface org.infinispan.jcache.logging.Log
 
unregisterCacheObject(AbstractJCache<K, V>, RIMBeanServerRegistrationUtility.ObjectNameType) - Static method in class org.infinispan.jcache.RIMBeanServerRegistrationUtility
Removes registered CacheStatistics for a Cache
unsafeTypedCacheRequest(String, Class<?>, Class<?>) - Method in interface org.infinispan.jcache.logging.Log
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.AbstractJCache
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.JCacheEntry
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.MutableJCacheEntry
 
unwrap(Class<T>) - Method in class org.infinispan.jcache.RICacheEntryEvent
updateTTLForAccessed(BasicCache<K, V>, K, V) - Method in class org.infinispan.jcache.AbstractJCache
 

V

value - Variable in class org.infinispan.jcache.JCacheEntry
 
valueOf(String) - Static method in enum org.infinispan.jcache.Expiration.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jcache.MutableJCacheEntry.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.infinispan.jcache.RIMBeanServerRegistrationUtility.ObjectNameType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.infinispan.jcache.Expiration.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jcache.MutableJCacheEntry.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.infinispan.jcache.RIMBeanServerRegistrationUtility.ObjectNameType
Returns an array containing the constants of this enum type, in the order they are declared.
verifyKeys(Set<? extends K>) - Method in class org.infinispan.jcache.AbstractJCache
 
A C D E F G H I J K L M N O P R S T U V 
Skip navigation links
Infinispan JCACHE (JSR-107) Common Components 8.2.11.Final-redhat-1

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