Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
org.infinispan.security.impl |
Modifier and Type | Method and Description |
---|---|
EntryIterable<K,V> |
AdvancedCache.filterEntries(KeyValueFilter<? super K,? super V> filter)
Deprecated.
Please use
Collection.stream() method on either Cache.entrySet() ,
Cache.keySet() or Cache.values() . The CacheFilters can be used to
bridge between filter/converters and proper stream types |
Modifier and Type | Class and Description |
---|---|
protected class |
SimpleCacheImpl.FilteredEntryIterable |
Modifier and Type | Method and Description |
---|---|
EntryIterable<K,V> |
DecoratedCache.filterEntries(KeyValueFilter<? super K,? super V> filter) |
EntryIterable<K,V> |
CacheImpl.filterEntries(KeyValueFilter<? super K,? super V> filter) |
EntryIterable<K,V> |
AbstractDelegatingAdvancedCache.filterEntries(KeyValueFilter<? super K,? super V> filter) |
EntryIterable<K,V> |
SimpleCacheImpl.filterEntries(KeyValueFilter<? super K,? super V> filter) |
protected EntryIterable<K,V> |
CacheImpl.filterEntries(KeyValueFilter<? super K,? super V> filter,
EnumSet<Flag> explicitFlags,
ClassLoader explicitClassLoader) |
Modifier and Type | Class and Description |
---|---|
class |
EntryIterableFromStreamImpl<K,V>
This is an implementation that allows for creating new EntryIterable instances by supplying a new converter.
|
class |
TransactionAwareEntryIterable<K,V>
CloseableIterable implementation that will enhance another CloseableIterable to use the provided context values in the
iteration process properly.
|
Constructor and Description |
---|
TransactionAwareEntryIterable(EntryIterable<K,V> entryIterable,
KeyValueFilter<? super K,? super V> filter,
TxInvocationContext<LocalTransaction> ctx,
Cache<K,V> cache) |
Modifier and Type | Method and Description |
---|---|
EntryIterable<K,V> |
SecureCacheImpl.filterEntries(KeyValueFilter<? super K,? super V> filter) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.