Uses of Interface
org.infinispan.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
Modifier and TypeInterfaceDescriptioninterface
CacheSet<E>
A set that also must implement the variousCacheCollection
methods for streams.Modifier and TypeClassDescriptionclass
Base class for internal classes used in cache collections.Modifier 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
Modifier 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
-
Uses of CacheCollection in org.infinispan.security.impl
-
Uses of CacheCollection in org.infinispan.util
Modifier 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.Modifier and TypeFieldDescriptionprotected final CacheCollection
<E> WriteableCacheCollectionMapper.realCacheCollection
ModifierConstructorDescriptionWriteableCacheCollectionMapper
(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)