- get() - Method in class org.jsr107.ri.processor.RIEntryProcessorResult
-
- get(K) - Method in class org.jsr107.ri.RICache
- get() - Method in class org.jsr107.ri.RICachedValue
-
Gets the internal value (without updating the access time).
- getAccessCount() - Method in class org.jsr107.ri.RICachedValue
-
Gets the number of times the internal value has been accessed.
- getAccessTime() - Method in class org.jsr107.ri.RICachedValue
-
Gets the time (since the Epoc) in milliseconds since the internal value
was last accessed.
- getAll(Set<? extends K>) - Method in class org.jsr107.ri.RICache
- getAndPut(K, V) - Method in class org.jsr107.ri.RICache
-
- getAndRemove(K) - Method in class org.jsr107.ri.RICache
- getAndReplace(K, V) - Method in class org.jsr107.ri.RICache
- getAverageGetTime() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
The mean time to execute gets.
- getAveragePutTime() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
The mean time to execute puts.
- getAverageRemoveTime() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
The mean time to execute removes.
- getCache(String, Class<K>, Class<V>) - Method in class org.jsr107.ri.RICacheManager
- getCache(String) - Method in class org.jsr107.ri.RICacheManager
- getCacheEntryFilter() - Method in class org.jsr107.ri.event.RICacheEntryListenerRegistration
-
Obtains the CacheEntryEventFilter that was registered.
- getCacheEntryListener() - Method in class org.jsr107.ri.event.RICacheEntryListenerRegistration
-
Obtains the CacheEntryListener that was registered.
- getCacheEvictions() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
- getCacheGets() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
The total number of requests to the cache.
- getCacheHitPercentage() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
Returns cache hits as a percentage of total gets.
- getCacheHits() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
- getCacheManager() - Method in class org.jsr107.ri.RICache
- getCacheManager(URI, ClassLoader, Properties) - Method in class org.jsr107.ri.spi.RICachingProvider
- getCacheManager(URI, ClassLoader) - Method in class org.jsr107.ri.spi.RICachingProvider
- getCacheManager() - Method in class org.jsr107.ri.spi.RICachingProvider
- getCacheMisses() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
- getCacheMissPercentage() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
Returns cache misses as a percentage of total gets.
- getCacheMXBean() - Method in class org.jsr107.ri.RICache
-
- getCacheNames() - Method in class org.jsr107.ri.RICacheManager
- getCachePuts() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
The total number of puts to the cache.
- getCacheRemovals() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
The total number of removals from the cache.
- getCacheStatisticsMXBean() - Method in class org.jsr107.ri.RICache
-
- getCachingProvider() - Method in class org.jsr107.ri.RICacheManager
- getClassLoader() - Method in class org.jsr107.ri.RICacheManager
- getConfiguration() - Method in class org.jsr107.ri.event.RICacheEntryListenerRegistration
-
Gets the underlying configuration used to create this registration
- getConfiguration(Class<C>) - Method in class org.jsr107.ri.RICache
- getCreationTime() - Method in class org.jsr107.ri.RICachedValue
-
Gets the time (since the Epoc) in milliseconds since the internal value
was created.
- getDefaultClassLoader() - Method in class org.jsr107.ri.spi.RICachingProvider
- getDefaultDuration() - Method in class org.jsr107.ri.RICache
-
The default Duration to use when a Duration can't be determined.
- getDefaultProperties() - Method in class org.jsr107.ri.spi.RICachingProvider
- getDefaultURI() - Method in class org.jsr107.ri.spi.RICachingProvider
- getEntryCount() - Method in class org.jsr107.ri.management.RICacheStatisticsMXBean
-
- getExpiryTime() - Method in class org.jsr107.ri.RICachedValue
-
Gets the time (since the Epoc) in milliseconds when the Cache Entry
associated with this value should be considered expired.
- getInternalValue(long) - Method in class org.jsr107.ri.RICachedValue
-
Gets the internal value with the side-effect of updating the access time
to that which is specified and incrementing the access count.
- getKey() - Method in class org.jsr107.ri.event.RICacheEntryEvent
- getKey() - Method in class org.jsr107.ri.processor.EntryProcessorEntry
- getKey() - Method in class org.jsr107.ri.RIEntry
- getKeyType() - Method in class org.jsr107.ri.management.RICacheMXBean
-
- getModificationCount() - Method in class org.jsr107.ri.RICachedValue
-
Gets the number of times the internal value has been modified (set)
- getModificationTime() - Method in class org.jsr107.ri.RICachedValue
-
Gets the time (since the Epoc) in milliseconds since the internal value
was last modified.
- getName() - Method in class org.jsr107.ri.RICache
- getOldValue() - Method in class org.jsr107.ri.event.RICacheEntryEvent
- getOldValue() - Method in class org.jsr107.ri.RIEntry
-
- getOperation() - Method in class org.jsr107.ri.processor.EntryProcessorEntry
-
Return the operation
- getProperties() - Method in class org.jsr107.ri.RICacheManager
- getSize() - Method in class org.jsr107.ri.RICache
-
Returns the size of the cache.
- getURI() - Method in class org.jsr107.ri.RICacheManager
- getValue() - Method in class org.jsr107.ri.event.RICacheEntryEvent
- getValue() - Method in class org.jsr107.ri.processor.EntryProcessorEntry
- getValue() - Method in class org.jsr107.ri.RIEntry
- getValueType() - Method in class org.jsr107.ri.management.RICacheMXBean
-
- registerCacheEntryListener(CacheEntryListenerConfiguration<K, V>) - Method in class org.jsr107.ri.RICache
- registerCacheObject(RICache, MBeanServerRegistrationUtility.ObjectNameType) - Static method in class org.jsr107.ri.management.MBeanServerRegistrationUtility
-
Utility method for registering CacheStatistics with the MBeanServer
- releaseCacheManager(URI, ClassLoader) - Method in class org.jsr107.ri.spi.RICachingProvider
-
Releases the CacheManager with the specified URI and ClassLoader
from this CachingProvider.
- remove() - Method in class org.jsr107.ri.event.RICacheEntryEventFilteringIterator
- remove() - Method in class org.jsr107.ri.processor.EntryProcessorEntry
- remove(K) - Method in class org.jsr107.ri.RICache
- remove(K, V) - Method in class org.jsr107.ri.RICache
- removeAll(Set<? extends K>) - Method in class org.jsr107.ri.RICache
- removeAll() - Method in class org.jsr107.ri.RICache
- replace(K, V, V) - Method in class org.jsr107.ri.RICache
- replace(K, V) - Method in class org.jsr107.ri.RICache
- RICache<K,V> - Class in org.jsr107.ri
-
The reference implementation for JSR107.
- RICachedValue - Class in org.jsr107.ri
-
Represents the internal Cache Entry Value with in an
RICache.
- RICachedValue(Object, long, long) - Constructor for class org.jsr107.ri.RICachedValue
-
Constructs an
RICachedValue with the creation, access and
modification times being the current time.
- RICacheEntryEvent<K,V> - Class in org.jsr107.ri.event
-
The reference implementation of the CacheEntryEvent.
- RICacheEntryEvent(Cache<K, V>, K, V, EventType) - Constructor for class org.jsr107.ri.event.RICacheEntryEvent
-
Constructs a cache entry event from a given cache as source
(without an old value)
- RICacheEntryEvent(Cache<K, V>, K, V, V, EventType) - Constructor for class org.jsr107.ri.event.RICacheEntryEvent
-
Constructs a cache entry event from a given cache as source
(with an old value)
- RICacheEntryEvent(Cache<K, V>, K, V, V, EventType, boolean) - Constructor for class org.jsr107.ri.event.RICacheEntryEvent
-
Constructs a cache entry event from a given cache as source
with an old value, explicitly specifying whether old value is available
- RICacheEntryEventFilteringIterable<K,V> - Class in org.jsr107.ri.event
-
An adapter to provide
Iterables over Cache Entries, those of which
are filtered using a
CacheEntryEventFilter.
- RICacheEntryEventFilteringIterable(Iterable<CacheEntryEvent<K, V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class org.jsr107.ri.event.RICacheEntryEventFilteringIterable
-
- RICacheEntryEventFilteringIterator<K,V> - Class in org.jsr107.ri.event
-
A adapter to
Iterators to allow filtering of
CacheEntryEvents
- RICacheEntryEventFilteringIterator(Iterator<CacheEntryEvent<K, V>>, CacheEntryEventFilter<? super K, ? super V>) - Constructor for class org.jsr107.ri.event.RICacheEntryEventFilteringIterator
-
- RICacheEntryListenerRegistration<K,V> - Class in org.jsr107.ri.event
-
An internal structure to represent the registration of a CacheEntryListener.
- RICacheEntryListenerRegistration(CacheEntryListenerConfiguration<K, V>) - Constructor for class org.jsr107.ri.event.RICacheEntryListenerRegistration
-
- RICacheEventDispatcher<K,V> - Class in org.jsr107.ri.event
-
Collects and appropriately dispatches CacheEntryEvents to
CacheEntryListeners.
- RICacheEventDispatcher() - Constructor for class org.jsr107.ri.event.RICacheEventDispatcher
-
- RICacheManager - Class in org.jsr107.ri
-
The reference implementation of the CacheManager.
- RICacheManager(RICachingProvider, URI, ClassLoader, Properties) - Constructor for class org.jsr107.ri.RICacheManager
-
Constructs a new RICacheManager with the specified name.
- RICacheMXBean<K,V> - Class in org.jsr107.ri.management
-
Class to help implementers
- RICacheMXBean(Cache<K, V>) - Constructor for class org.jsr107.ri.management.RICacheMXBean
-
Constructor
- RICacheStatisticsMXBean - Class in org.jsr107.ri.management
-
The reference implementation of CacheStatisticsMXBean.
- RICacheStatisticsMXBean(Cache<?, ?>) - Constructor for class org.jsr107.ri.management.RICacheStatisticsMXBean
-
Constructs a cache statistics object
- RICachingProvider - Class in org.jsr107.ri.spi
-
The reference implementation of the CachingProvider.
- RICachingProvider() - Constructor for class org.jsr107.ri.spi.RICachingProvider
-
Constructs an RICachingProvider.
- RIEntry<K,V> - Class in org.jsr107.ri
-
A cache entry implementation.
- RIEntry(K, V) - Constructor for class org.jsr107.ri.RIEntry
-
Constructor
- RIEntry(K, V, V) - Constructor for class org.jsr107.ri.RIEntry
-
Constructor
- RIEntryProcessorResult<T> - Class in org.jsr107.ri.processor
-
An implementation of the EntryProcessorResult.
- RIEntryProcessorResult(T) - Constructor for class org.jsr107.ri.processor.RIEntryProcessorResult
-
- RIEntryProcessorResult(Exception) - Constructor for class org.jsr107.ri.processor.RIEntryProcessorResult
-
- RIInternalConverter<T> - Interface in org.jsr107.ri
-
Converts values of a specified type to and from an internal representation.
- RIReferenceInternalConverter<T> - Class in org.jsr107.ri
-
- RIReferenceInternalConverter() - Constructor for class org.jsr107.ri.RIReferenceInternalConverter
-