Package | Description |
---|---|
org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
org.infinispan.cache.impl | |
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.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 |
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 |
Modifier and Type | Class and Description |
---|---|
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 |
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 |
AbstractDelegatingCloseableIteratorSet<E> |
Modifier and Type | Method and Description |
---|---|
protected abstract CloseableIteratorSet<E> |
AbstractDelegatingCloseableIteratorSet.delegate() |
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.