Uses of Interface
org.infinispan.CacheCollection
-
Packages that use CacheCollection Package Description org.infinispan This is the core of Infinispan, a distributed, transactional, highly scalable data grid platform.org.infinispan.cache.impl org.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.security.impl org.infinispan.stream.impl.interceptor org.infinispan.stream.impl.local org.infinispan.util General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and collections and containers designed to supplement the JDK-provided containers. -
-
Uses of CacheCollection in org.infinispan
Subinterfaces of CacheCollection in org.infinispan Modifier and Type Interface Description interfaceCacheSet<E>A set that also must implement the variousCacheCollectionmethods for streams.Methods in org.infinispan that return CacheCollection Modifier and Type Method Description CacheCollection<V>Cache. values()Returns a collection view of the values contained in this cache across the entire cluster. -
Uses of CacheCollection in org.infinispan.cache.impl
Classes in org.infinispan.cache.impl that implement CacheCollection Modifier and Type Class Description protected classSimpleCacheImpl.CacheEntrySetprotected classSimpleCacheImpl.EntrySetprotected classSimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V>>protected classSimpleCacheImpl.KeySetprotected classSimpleCacheImpl.ValuesMethods in org.infinispan.cache.impl that return CacheCollection Modifier and Type Method Description CacheCollection<V>AbstractDelegatingCache. values()CacheCollection<V>CacheImpl. values()CacheCollection<V>DecoratedCache. values()CacheCollection<V>EncoderCache. values()CacheCollection<V>SimpleCacheImpl. values() -
Uses of CacheCollection in org.infinispan.interceptors.distribution
Classes in org.infinispan.interceptors.distribution that implement CacheCollection Modifier and Type Class Description protected static classDistributionBulkInterceptor.BackingEntrySet<K,V>protected static classDistributionBulkInterceptor.BackingKeySet<K,V>protected static classDistributionBulkInterceptor.TxBackingEntrySet<K,V> -
Uses of CacheCollection in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return CacheCollection Modifier and Type Method Description CacheCollection<V>SecureCacheImpl. values() -
Uses of CacheCollection in org.infinispan.stream.impl.interceptor
Classes in org.infinispan.stream.impl.interceptor that implement CacheCollection Modifier and Type Class Description classAbstractDelegatingEntryCacheSet<K,V>Abstract cache entry set that delegates to the underlying cache for stream usageclassAbstractDelegatingKeyCacheSet<K,V>Abstract cache key set that delegates to the underlying cache for stream usage -
Uses of CacheCollection in org.infinispan.stream.impl.local
Classes in org.infinispan.stream.impl.local that implement CacheCollection Modifier and Type Class Description classValueCacheCollection<K,V>CacheCollection that can be used for the values method of a cache. -
Uses of CacheCollection in org.infinispan.util
Classes in org.infinispan.util that implement CacheCollection Modifier and Type Class Description classAbstractDelegatingCacheCollection<E>classAbstractDelegatingCacheSet<E>Same asAbstractDelegatingCacheCollectionexcept this method implements Set as well.classCacheSetMapper<E,R>ACacheSetthat allows for a different set to be mapped as a different instance wtih values replaced on request.classWriteableCacheCollectionMapper<E,R>A writeable cache collection mapper that also has constant time operations for things such asCollection.contains(Object)if the underlying Collection does.classWriteableCacheSetMapper<E,R>A writeable cache set mapper that also has constant time operations for things such asCollection.contains(Object)if the underlying Set does.Fields in org.infinispan.util declared as CacheCollection Modifier and Type Field Description protected CacheCollection<E>WriteableCacheCollectionMapper. realCacheCollectionMethods in org.infinispan.util that return CacheCollection Modifier and Type Method Description protected abstract CacheCollection<E>AbstractDelegatingCacheCollection. delegate()Constructors in org.infinispan.util with parameters of type CacheCollection Constructor Description WriteableCacheCollectionMapper(CacheCollection<E> realCollection, Function<? super E,? extends R> toNewTypeFunction, Function<? super E,? extends R> toNewTypeIteratorFunction, Function<? super R,? extends E> fromNewTypeFunction, org.infinispan.commons.util.InjectiveFunction<Object,?> keyFilterFunction)WriteableCacheCollectionMapper(CacheCollection<E> realCollection, Function<? super E,? extends R> toNewTypeFunction, Function<? super R,? extends E> fromNewTypeFunction, org.infinispan.commons.util.InjectiveFunction<Object,?> keyFilterFunction)
-