Package org.infinispan.cache.impl
Class AliasCache<K,V> 
java.lang.Object
org.infinispan.cache.impl.AbstractDelegatingCache<K,V>
 
org.infinispan.cache.impl.AbstractDelegatingAdvancedCache<K,V>
 
org.infinispan.cache.impl.AliasCache<K,V> 
- All Implemented Interfaces:
- ConcurrentMap<K,,- V> - Map<K,,- V> - AdvancedCache<K,,- V> - Cache<K,,- V> - InternalCache<K,,- V> - AsyncCache<K,,- V> - BasicCache<K,,- V> - BatchingCache,- Lifecycle,- TransactionalCache,- FilteringListenable<K,,- V> - Listenable
- Since:
- 15.0
- 
Nested Class Summary
- 
Field SummaryFields inherited from class org.infinispan.cache.impl.AbstractDelegatingAdvancedCachecache
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetName()Retrieves the name of the cacherewrap(AdvancedCache newDelegate) No generics because some methods returnAdvancedCache<?, ?>, and returning the proper type would require erasure anyway.Methods inherited from class org.infinispan.cache.impl.AbstractDelegatingAdvancedCachecacheEntrySet, compute, computeAsync, computeAsync, computeAsync, computeAsync, computeIfAbsent, computeIfAbsentAsync, computeIfAbsentAsync, computeIfAbsentAsync, computeIfAbsentAsync, computeIfPresent, computeIfPresentAsync, computeIfPresentAsync, computeIfPresentAsync, computeIfPresentAsync, getAdvancedCache, getAll, getAllAsync, getAllCacheEntries, getAndPutAll, getAuthorizationManager, getAvailability, getBatchContainer, getCacheAvailability, getCacheEntry, getCacheEntryAsync, getClassLoader, getComponentRegistry, getDataContainer, getDistributionManager, getExpirationManager, getGroup, getKeyDataConversion, getLockManager, getRpcManager, getStats, getTransactionManager, getValueDataConversion, getXAResource, isRebalancingEnabled, lock, lock, lockAs, lockedStream, merge, mergeAsync, mergeAsync, mergeAsync, mergeAsync, noFlags, put, putAll, putAllAsync, putAsync, putAsyncEntry, putForExternalRead, putIfAbsent, putIfAbsentAsync, putIfAbsentAsyncEntry, removeAsyncEntry, removeGroup, removeLifespanExpired, removeMaxIdleExpired, replace, replace, replaceAsync, replaceAsync, replaceAsyncEntry, setAvailability, setCacheAvailability, setRebalancingEnabled, touch, touch, transform, withEncoding, withEncoding, withFlags, withFlags, withFlags, withKeyEncoding, withMediaType, withMediaType, withStorageMediaType, withSubject, withWrapping, withWrappingMethods inherited from class org.infinispan.cache.impl.AbstractDelegatingCacheaddFilteredListener, addFilteredListenerAsync, addListener, addListener, addListenerAsync, addListenerAsync, addStorageFormatFilteredListener, addStorageFormatFilteredListenerAsync, clear, clearAsync, compute, compute, compute, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, computeIfPresent, containsKey, containsValue, continuousQuery, endBatch, entrySet, evict, forEach, get, getAsync, getCacheConfiguration, getCacheManager, getCacheName, getCacheStatus, getConfigurationAsProperties, getDelegate, getOrDefault, getStatus, getVersion, isEmpty, keySet, merge, merge, merge, put, put, put, putAll, putAll, putAll, putAllAsync, putAllAsync, putAllAsync, putAsync, putAsync, putAsync, putForExternalRead, putForExternalRead, putForExternalRead, putIfAbsent, putIfAbsent, putIfAbsent, putIfAbsentAsync, putIfAbsentAsync, putIfAbsentAsync, query, remove, remove, removeAsync, removeAsync, removeListener, removeListenerAsync, replace, replace, replace, replace, replace, replace, replaceAll, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, shutdown, size, sizeAsync, start, startBatch, stop, toString, unwrapCache, valuesMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.infinispan.AdvancedCachecompute, computeAsync, computeIfAbsent, computeIfAbsentAsync, computeIfPresent, computeIfPresentAsync, merge, mergeAsyncMethods inherited from interface org.infinispan.commons.api.AsyncCacheclearAsync, containsKeyAsync, getAsync, putAllAsync, putAllAsync, putAllAsync, putAsync, putAsync, putAsync, putIfAbsentAsync, putIfAbsentAsync, putIfAbsentAsync, removeAsync, removeAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, replaceAsync, sizeAsyncMethods inherited from interface org.infinispan.commons.api.BasicCachecompute, compute, computeIfAbsent, computeIfAbsent, computeIfPresent, computeIfPresent, continuousQuery, getVersion, merge, merge, put, put, put, putAll, putAll, putIfAbsent, putIfAbsent, query, remove, replace, replace, replace, replaceMethods inherited from interface org.infinispan.commons.api.BatchingCacheendBatch, startBatchMethods inherited from interface org.infinispan.Cacheclear, compute, compute, compute, compute, computeAsync, computeAsync, computeAsync, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsent, computeIfAbsentAsync, computeIfAbsentAsync, computeIfAbsentAsync, computeIfPresent, computeIfPresent, computeIfPresentAsync, entrySet, evict, getCacheConfiguration, getCacheManager, getStatus, keySet, merge, merge, merge, merge, mergeAsync, mergeAsync, mergeAsync, putForExternalRead, putForExternalRead, putForExternalRead, shutdown, size, stop, valuesMethods inherited from interface java.util.concurrent.ConcurrentMapforEach, getOrDefault, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface org.infinispan.notifications.FilteringListenableaddFilteredListener, addFilteredListenerAsync, addListener, addListenerAsync, addStorageFormatFilteredListener, addStorageFormatFilteredListenerAsyncMethods inherited from interface org.infinispan.cache.impl.InternalCachebypassInvocationContextFactoryMethods inherited from interface org.infinispan.notifications.ListenableaddListener, addListenerAsync, removeListener, removeListenerAsyncMethods inherited from interface java.util.MapcontainsKey, containsValue, equals, get, hashCode, isEmpty, putAll
- 
Constructor Details- 
AliasCache
 
- 
- 
Method Details- 
rewrapDescription copied from class:AbstractDelegatingAdvancedCacheNo generics because some methods returnAdvancedCache<?, ?>, and returning the proper type would require erasure anyway.- Specified by:
- rewrapin class- AbstractDelegatingAdvancedCache<K,- V> 
 
- 
getNameDescription copied from interface:BasicCacheRetrieves the name of the cache- Specified by:
- getNamein interface- BasicCache<K,- V> 
- Overrides:
- getNamein class- AbstractDelegatingCache<K,- V> 
- Returns:
- the name of the cache
 
 
-