Uses of Class
org.infinispan.distribution.util.ReadOnlySegmentAwareIterator
-
Packages that use ReadOnlySegmentAwareIterator Package Description org.infinispan.distribution.util -
-
Uses of ReadOnlySegmentAwareIterator in org.infinispan.distribution.util
Subclasses of ReadOnlySegmentAwareIterator in org.infinispan.distribution.util Modifier and Type Class Description class
ReadOnlySegmentAwareEntryIterator<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.
-