Class BoundedSegmentedDataContainer<K,V>

All Implemented Interfaces:
Iterable<InternalCacheEntry<K,V>>, DataContainer<K,V>, InternalDataContainer<K,V>

public class BoundedSegmentedDataContainer<K,V> extends DefaultSegmentedDataContainer<K,V>
Bounded implementation of segmented data container. Bulk operations (iterator|spliterator) that are given segments use the segments maps directly to only read the given segments (non segment based just read from bounded container).

Note this implementation supports both temporary non owned segments and not (L1). This map only utilizes heap based (ie. ConcurrentHashMap) maps internally

Since:
9.3
Author:
wburns