Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
org.infinispan.commands.read | |
org.infinispan.commons.util |
Commons package providing various utility classes
|
org.infinispan.interceptors.distribution | |
org.infinispan.stream.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 |
CacheCollection<E>
A collection type that returns special Cache based streams that have additional options to tweak behavior.
|
interface |
CacheSet<E>
A set that also must implement the various
CacheCollection methods for streams. |
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 | Class and Description |
---|---|
class |
AbstractCloseableIteratorCollection<O,K,V>
Abstract collection that uses an underlying Cache instance to do various operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CloseableIteratorSet<E>
A set that defines an iterator method that returns a
CloseableIterator
instead of a non closeable one. |
Modifier and Type | Class and Description |
---|---|
class |
CloseableIteratorCollectionAdapter<E>
Adapts
Collection to CloseableIteratorCollection |
class |
CloseableIteratorSetAdapter<E>
Adapts
Set to CloseableIteratorSet |
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 | Class and Description |
---|---|
class |
AbstractDelegatingCacheCollection<E> |
class |
AbstractDelegatingCacheSet<E>
Same as
AbstractDelegatingCacheCollection except this method implements Set as well. |
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 |
AbstractDelegatingCloseableIteratorCollection<E>
Delegating collection that produces closeable iterators and spliterators from the collection returned from
AbstractDelegatingCloseableIteratorCollection.delegate() method. |
class |
AbstractDelegatingCloseableIteratorSet<E> |
Modifier and Type | Method and Description |
---|---|
protected abstract CloseableIteratorCollection<E> |
AbstractDelegatingCloseableIteratorCollection.delegate() |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.