Package | Description |
---|---|
org.infinispan.distribution.util | |
org.infinispan.stream.impl | |
org.infinispan.stream.impl.interceptor | |
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 | Class and Description |
---|---|
class |
ReadOnlySegmentAwareEntrySet<K,V>
Iterator implementation that shows a read only view of the provided iterator by only
allowing values that map to a given segment using the provided consistent hash.
|
class |
ReadOnlySegmentAwareSet<E>
Set implementation that shows a read only view of the provided set by only allowing
entries that map to a given segment using the provided consistent hash.
|
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 |
AbstractDelegatingCloseableIteratorCollection<E>
Delegating collection that produces closeable iterators and spliterators from the collection returned from
AbstractDelegatingCloseableIteratorCollection.delegate() method. |
class |
AbstractDelegatingCloseableIteratorSet<E> |
class |
AbstractDelegatingSet<E> |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.