| Package | Description |
|---|---|
| org.infinispan |
This is the core of Infinispan, a distributed, transactional, highly scalable data grid
platform.
|
| org.infinispan.cache.impl | |
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.client.hotrod.impl | |
| org.infinispan.commons.util |
Commons package providing various utility classes
|
| org.infinispan.interceptors.distribution |
Interceptors dealing with command replication in distributed/replicated mode.
|
| 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 | Method and Description |
|---|---|
default CloseableIteratorSet<Map.Entry<K,V>> |
RemoteCache.entrySet() |
CloseableIteratorSet<Map.Entry<K,V>> |
RemoteCache.entrySet(IntSet segments)
This method is identical to
RemoteCache.entrySet() except that it will only return entries that map to the given segments. |
default CloseableIteratorSet<K> |
RemoteCache.keySet() |
CloseableIteratorSet<K> |
RemoteCache.keySet(IntSet segments)
This method is identical to
RemoteCache.keySet() except that it will only return keys that map to the given segments. |
| Modifier and Type | Method and Description |
|---|---|
CloseableIteratorSet<Map.Entry<K,V>> |
DelegatingRemoteCache.entrySet(IntSet segments) |
CloseableIteratorSet<Map.Entry<K,V>> |
RemoteCacheImpl.entrySet(IntSet segments) |
CloseableIteratorSet<K> |
DelegatingRemoteCache.keySet(IntSet segments) |
CloseableIteratorSet<K> |
RemoteCacheImpl.keySet(IntSet segments) |
| 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> |
protected static class |
DistributionBulkInterceptor.BackingKeySet<K,V> |
protected static class |
DistributionBulkInterceptor.TxBackingEntrySet<K,V> |
| 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 |
AbstractDelegatingCacheSet<E>
Same as
AbstractDelegatingCacheCollection except this method implements Set as well. |
class |
AbstractDelegatingCloseableIteratorSet<E> |
class |
CacheSetMapper<E,R>
A
CacheSet that allows for a different set to be mapped as a different instance wtih values replaced on
request. |
class |
WriteableCacheSetMapper<E,R>
A writeable cache set mapper that also has constant time operations for things such as
Collection.contains(Object) if the underlying Set does. |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CloseableIteratorSet<E> |
AbstractDelegatingCloseableIteratorSet.delegate() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.