Package | Description |
---|---|
org.infinispan.commands |
Commands that operate on the cache, either locally or remotely.
|
org.infinispan.iteration.impl |
Provides Infinispan-specific implementation details iterating over entries in the cache, specifically optimized for
distributed caches.
|
Class and Description |
---|
EntryRequestCommand
Command sent to request entry iterator values for given segments.
|
EntryResponseCommand
Command sent to respond with entry values for given segments
|
EntryRetriever
Deprecated.
Please use
Collection.stream() method on either Cache.entrySet() ,
Cache.keySet() or Cache.values() . The CacheFilters can be used to
bridge between filter/converters and proper stream types |
Class and Description |
---|
EntryRetriever
Deprecated.
Please use
Collection.stream() method on either Cache.entrySet() ,
Cache.keySet() or Cache.values() . The CacheFilters can be used to
bridge between filter/converters and proper stream types |
EntryRetriever.SegmentListener
Deprecated.
This interface describes the call back methods that are invoked when an iteration process completes segments
and finally completes.
|
LocalEntryRetriever
Entry retriever that only retrieves keys and values from the local stores.
|
LocalEntryRetriever.BatchHandler |
LocalEntryRetriever.Itr |
LocalEntryRetriever.PartitionListener |
RemovableEntryIterator
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
CloseableIterable that also tracks the streams it spawns so it can properly close them when the close method is
invoked.
|
TransactionAwareCloseableIterable
CloseableIterable implementation that will enhance another CloseableIterable to use the provided context values in the
iteration process properly.
|
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.