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 | |
org.infinispan.security.impl | |
org.infinispan.stream.impl | |
org.infinispan.stream.impl.interceptor | |
org.infinispan.stream.impl.local |
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> |
SimpleCacheImpl.values() |
CacheCollection<V> |
CacheImpl.values() |
CacheCollection<V> |
AbstractDelegatingCache.values() |
CacheCollection<V> |
DecoratedCache.values() |
Modifier and Type | Class and Description |
---|---|
protected static class |
DistributionBulkInterceptor.BackingEntrySet<K,V>
Deprecated.
|
protected static class |
DistributionBulkInterceptor.BackingKeySet<K,V>
Deprecated.
|
protected static class |
DistributionBulkInterceptor.TxBackingEntrySet<K,V>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheCollection<V> |
SecureCacheImpl.values() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingCacheCollection<E> |
class |
AbstractDelegatingCacheSet<E>
Same as
AbstractDelegatingCacheCollection except this method implements Set as well. |
Modifier and Type | Method and Description |
---|---|
protected abstract CacheCollection<E> |
AbstractDelegatingCacheCollection.delegate() |
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.
|
Copyright © 2023 JBoss, a division of Red Hat. All rights reserved.