See: Description
| Interface | Description |
|---|---|
| EntryRetriever<K,V> | Deprecated
Please use
Collection.stream() method on either Cache.entrySet(),
Cache.keySet() or Cache.values(). |
| EntryRetriever.SegmentListener |
This interface describes the call back methods that are invoked when an iteration process completes segments
and finally completes.
|
| LocalEntryRetriever.BatchHandler<K,C> |
| Class | Description |
|---|---|
| DistributedEntryRetriever<K,V> |
This is an entry retriever designed to retrieve values for a distributed cache.
|
| EntryIterableFromStreamImpl<K,V> |
This is an implementation that allows for creating new EntryIterable instances by supplying a new converter.
|
| EntryRequestCommand<K,V,C> |
Command sent to request entry iterator values for given segments.
|
| EntryResponseCommand<K,C> |
Command sent to respond with entry values for given segments
|
| LocalEntryRetriever<K,V> |
Entry retriever that only retrieves keys and values from the local stores.
|
| LocalEntryRetriever.PassivationListener<K,V> | |
| RemovableEntryIterator<K,V,C> |
A CloseableIterator implementation that allows for a CloseableIterator that doesn't allow remove operations to
implement remove by delegating the call to the provided cache to remove the previously read value.
|
| TrackingEntryIterableFromStream<K,V,C> |
CloseableIterable that also tracks the streams it spawns so it can properly close them when the close method is
invoked.
|
| TransactionAwareCloseableIterable<K,V,C> |
CloseableIterable implementation that will enhance another CloseableIterable to use the provided context values in the
iteration process properly.
|
| TransactionAwareCloseableIterator<K,V,C> |
Class that provides transactional support so that the iterator will use the values in the context if they exist.
|
| TransactionAwareEntryIterable<K,V> |
CloseableIterable implementation that will enhance another CloseableIterable to use the provided context values in the
iteration process properly.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.