| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CacheSet<E>
A set that also must implement the various
CacheCollection methods for streams. |
| Modifier and Type | Method and Description |
|---|---|
CacheCollection<V> |
Cache.values()
Returns a collection view of the values contained in this cache across the entire cluster.
|
| Modifier and Type | Class and Description |
|---|---|
protected class |
SimpleCacheImpl.CacheEntrySet |
protected class |
SimpleCacheImpl.EntrySet |
protected class |
SimpleCacheImpl.EntrySetBase<T extends Map.Entry<K,V>> |
protected class |
SimpleCacheImpl.KeySet |
protected class |
SimpleCacheImpl.Values |
| Modifier and Type | Method and Description |
|---|---|
CacheCollection<V> |
AbstractDelegatingCache.values() |
CacheCollection<V> |
CacheImpl.values() |
CacheCollection<V> |
DecoratedCache.values() |
CacheCollection<V> |
EncoderCache.values() |
CacheCollection<V> |
SimpleCacheImpl.values() |
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DistributionBulkInterceptor.BackingEntrySet<K,V> |
protected static class |
DistributionBulkInterceptor.BackingKeySet<K,V> |
protected static class |
DistributionBulkInterceptor.TxBackingEntrySet<K,V> |
| Modifier and Type | Method and Description |
|---|---|
CacheCollection<V> |
SecureCacheImpl.values() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingEntryCacheSet<K,V>
Abstract cache entry set that delegates to the underlying cache for stream usage
|
class |
AbstractDelegatingKeyCacheSet<K,V>
Abstract cache key set that delegates to the underlying cache for stream usage
|
| Modifier and Type | Class and Description |
|---|---|
class |
ValueCacheCollection<K,V>
CacheCollection that can be used for the values method of a cache.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDelegatingCacheCollection<E> |
class |
AbstractDelegatingCacheSet<E>
Same as
AbstractDelegatingCacheCollection except this method implements Set as well. |
class |
CacheSetMapper<E,R>
A
CacheSet that allows for a different set to be mapped as a different instance wtih values replaced on
request. |
class |
WriteableCacheCollectionMapper<E,R>
A writeable cache collection mapper that also has constant time operations for things such as
Collection.contains(Object) if the underlying Collection does. |
class |
WriteableCacheSetMapper<E,R>
A writeable cache set mapper that also has constant time operations for things such as
Collection.contains(Object) if the underlying Set does. |
| Modifier and Type | Field and Description |
|---|---|
protected CacheCollection<E> |
WriteableCacheCollectionMapper.realCacheCollection |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CacheCollection<E> |
AbstractDelegatingCacheCollection.delegate() |
| Constructor and Description |
|---|
WriteableCacheCollectionMapper(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) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.