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 |
Infinispan is designed around a set of interceptors around a data container.
|
org.infinispan.interceptors.compat | |
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 | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
AdvancedCache.cacheEntrySet()
Identical to
Cache.entrySet() but is typed to return CacheEntries instead of Entries. |
CacheSet<Map.Entry<K,V>> |
Cache.entrySet()
Returns a set view of the mappings contained in this cache and cache loader across the entire cluster.
|
CacheSet<K> |
Cache.keySet()
Returns a set view of the keys contained in this cache and cache loader 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 |
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
CacheImpl.cacheEntrySet() |
CacheSet<CacheEntry<K,V>> |
AbstractDelegatingAdvancedCache.cacheEntrySet() |
CacheSet<CacheEntry<K,V>> |
DecoratedCache.cacheEntrySet() |
CacheSet<CacheEntry<K,V>> |
SimpleCacheImpl.cacheEntrySet() |
CacheSet<Map.Entry<K,V>> |
CacheImpl.entrySet() |
CacheSet<Map.Entry<K,V>> |
DecoratedCache.entrySet() |
CacheSet<Map.Entry<K,V>> |
SimpleCacheImpl.entrySet() |
CacheSet<Map.Entry<K,V>> |
AbstractDelegatingCache.entrySet() |
CacheSet<K> |
CacheImpl.keySet() |
CacheSet<K> |
DecoratedCache.keySet() |
CacheSet<K> |
SimpleCacheImpl.keySet() |
CacheSet<K> |
AbstractDelegatingCache.keySet() |
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
TxInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<CacheEntry<K,V>> |
MarshalledValueInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<CacheEntry<K,V>> |
CacheLoaderInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<K> |
TxInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
CacheSet<K> |
MarshalledValueInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
CacheSet<K> |
CacheLoaderInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
BaseTypeConverterInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<K> |
BaseTypeConverterInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
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 | Field and Description |
---|---|
protected CacheSet<CacheEntry<K,V>> |
DistributionBulkInterceptor.BackingEntrySet.entrySet |
protected CacheSet<CacheEntry<K,V>> |
DistributionBulkInterceptor.BackingKeySet.entrySet |
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
DistributionBulkInterceptor.visitEntrySetCommand(InvocationContext ctx,
EntrySetCommand command)
Deprecated.
|
CacheSet<K> |
DistributionBulkInterceptor.visitKeySetCommand(InvocationContext ctx,
KeySetCommand command)
Deprecated.
|
Constructor and Description |
---|
BackingKeySet(Cache<K,V> cache,
CacheSet<CacheEntry<K,V>> entrySet,
LocalFlagAffectedCommand command) |
Modifier and Type | Method and Description |
---|---|
CacheSet<CacheEntry<K,V>> |
SecureCacheImpl.cacheEntrySet() |
CacheSet<Map.Entry<K,V>> |
SecureCacheImpl.entrySet() |
CacheSet<K> |
SecureCacheImpl.keySet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatingCacheSet<E>
Same as
AbstractDelegatingCacheCollection except this method implements Set as well. |
Modifier and Type | Method and Description |
---|---|
protected abstract CacheSet<E> |
AbstractDelegatingCacheSet.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 | Method and Description |
---|---|
protected CacheSet<CacheEntry<K,V>> |
AbstractDelegatingEntryCacheSet.delegate() |
protected CacheSet<K> |
AbstractDelegatingKeyCacheSet.delegate() |
Constructor and Description |
---|
AbstractDelegatingEntryCacheSet(Cache<K,V> cache,
CacheSet<CacheEntry<K,V>> set) |
AbstractDelegatingKeyCacheSet(Cache<K,V> cache,
CacheSet<K> set) |
Constructor and Description |
---|
ValueCacheCollection(Cache<K,V> cache,
CacheSet<CacheEntry<K,V>> cacheSet) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.