Uses of Interface
org.infinispan.CacheCollection
Packages that use CacheCollection
Package
Description
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
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.infinispanModifier and TypeInterfaceDescriptioninterface
CacheSet<E>
A set that also must implement the variousCacheCollection
methods for streams.Classes in org.infinispan that implement CacheCollectionModifier and TypeClassDescriptionclass
Base class for internal classes used in cache collections.Methods in org.infinispan that return CacheCollectionModifier and TypeMethodDescriptionCache.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 CacheCollectionModifier and TypeClassDescriptionclass
AbstractCacheBackedSet<K,
V, E> Entry or key set backed by a cache.class
CacheBackedEntrySet<K,
V> Entry set backed by a cache.class
CacheBackedKeySet<K,
V> Key set backed by a cache.protected class
protected class
protected class
SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,
V>> protected class
protected class
Methods in org.infinispan.cache.impl that return CacheCollection -
Uses of CacheCollection in org.infinispan.security.impl
Methods in org.infinispan.security.impl that return CacheCollection -
Uses of CacheCollection in org.infinispan.util
Classes in org.infinispan.util that implement CacheCollectionModifier and TypeClassDescriptionclass
CacheSetMapper<E,
R> ACacheSet
that allows for a different set to be mapped as a different instance wtih values replaced on request.class
A writeable cache collection mapper that also has constant time operations for things such asCollection.contains(Object)
if the underlying Collection does.class
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 CacheCollectionModifier and TypeFieldDescriptionprotected final CacheCollection
<E> WriteableCacheCollectionMapper.realCacheCollection
Constructors in org.infinispan.util with parameters of type CacheCollectionModifierConstructorDescriptionWriteableCacheCollectionMapper
(CacheCollection<E> realCollection, Function<? super E, ? extends R> toNewTypeFunction, Function<? super E, ? extends R> toNewTypeIteratorFunction, Function<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction) WriteableCacheCollectionMapper
(CacheCollection<E> realCollection, Function<? super E, ? extends R> toNewTypeFunction, Function<? super R, ? extends E> fromNewTypeFunction, InjectiveFunction<Object, ?> keyFilterFunction)