Class | Description |
---|---|
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.
|
ReadOnlySegmentAwareEntrySet<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.
|
ReadOnlySegmentAwareIterator<E> |
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.
|
ReadOnlySegmentAwareMap<K,V> |
Map implementation that shows a read only view of the provided entry by only allowing
entries whose key maps to a given segment using the provided consistent hash.
|
ReadOnlySegmentAwareSet<E> |
Set implementation that shows a read only view of the provided set by only allowing
entries that map to a given segment using the provided consistent hash.
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.