Uses of Interface
org.infinispan.container.impl.PeekableTouchableMap
-
Packages that use PeekableTouchableMap Package Description org.infinispan.container.impl Data containers which store cache entries.org.infinispan.container.offheap -
-
Uses of PeekableTouchableMap in org.infinispan.container.impl
Classes in org.infinispan.container.impl that implement PeekableTouchableMap Modifier and Type Class Description classPeekableTouchableCaffeineMap<K,V>classPeekableTouchableContainerMap<K,V>Fields in org.infinispan.container.impl declared as PeekableTouchableMap Modifier and Type Field Description protected PeekableTouchableMap<K,V>BoundedSegmentedDataContainer. entriesFields in org.infinispan.container.impl with type parameters of type PeekableTouchableMap Modifier and Type Field Description protected AtomicReferenceArray<PeekableTouchableMap<K,V>>DefaultSegmentedDataContainer. mapsprotected Supplier<PeekableTouchableMap<K,V>>DefaultSegmentedDataContainer. mapSupplierMethods in org.infinispan.container.impl that return PeekableTouchableMap Modifier and Type Method Description protected abstract PeekableTouchableMap<K,V>AbstractInternalDataContainer. getMapForSegment(int segment)PeekableTouchableMap<K,V>BoundedSegmentedDataContainer. getMapForSegment(int segment)protected PeekableTouchableMap<K,V>DefaultDataContainer. getMapForSegment(int segment)PeekableTouchableMap<K,V>DefaultSegmentedDataContainer. getMapForSegment(int segment)PeekableTouchableMap<K,V>L1SegmentedDataContainer. getMapForSegment(int segment)Constructor parameters in org.infinispan.container.impl with type arguments of type PeekableTouchableMap Constructor Description DefaultSegmentedDataContainer(Supplier<PeekableTouchableMap<K,V>> mapSupplier, int numSegments)L1SegmentedDataContainer(Supplier<PeekableTouchableMap<K,V>> mapSupplier, int numSegments) -
Uses of PeekableTouchableMap in org.infinispan.container.offheap
Classes in org.infinispan.container.offheap that implement PeekableTouchableMap Modifier and Type Class Description classOffHeapConcurrentMapAConcurrentMapimplementation that stores the keys and values off the JVM heap in native heap.Methods in org.infinispan.container.offheap that return PeekableTouchableMap Modifier and Type Method Description protected PeekableTouchableMap<org.infinispan.commons.marshall.WrappedBytes,org.infinispan.commons.marshall.WrappedBytes>OffHeapDataContainer. getMapForSegment(int segment)
-