Class SegmentedBoundedOffHeapDataContainer

java.lang.Object
org.infinispan.container.impl.AbstractDelegatingInternalDataContainer<WrappedBytes,WrappedBytes>
org.infinispan.container.offheap.SegmentedBoundedOffHeapDataContainer
All Implemented Interfaces:
Iterable<InternalCacheEntry<WrappedBytes,WrappedBytes>>, DataContainer<WrappedBytes,WrappedBytes>, InternalDataContainer<WrappedBytes,WrappedBytes>
Direct Known Subclasses:
BoundedOffHeapDataContainer

public class SegmentedBoundedOffHeapDataContainer extends AbstractDelegatingInternalDataContainer<WrappedBytes,WrappedBytes>
Since:
9.4
Author:
wburns