Uses of Interface
org.infinispan.container.impl.PeekableTouchableMap
Packages that use PeekableTouchableMap
Package
Description
Data containers which store cache entries.
-
Uses of PeekableTouchableMap in org.infinispan.container.impl
Classes in org.infinispan.container.impl that implement PeekableTouchableMapModifier and TypeClassDescriptionclass
class
Fields in org.infinispan.container.impl declared as PeekableTouchableMapModifier and TypeFieldDescriptionprotected final PeekableTouchableMap<K,
V> BoundedSegmentedDataContainer.entries
Fields in org.infinispan.container.impl with type parameters of type PeekableTouchableMapModifier and TypeFieldDescriptionprotected final AtomicReferenceArray<PeekableTouchableMap<K,
V>> DefaultSegmentedDataContainer.maps
protected final Supplier<PeekableTouchableMap<K,
V>> DefaultSegmentedDataContainer.mapSupplier
Methods in org.infinispan.container.impl that return PeekableTouchableMapModifier and TypeMethodDescriptionprotected abstract PeekableTouchableMap<K,
V> AbstractInternalDataContainer.getMapForSegment
(int segment) BoundedSegmentedDataContainer.getMapForSegment
(int segment) protected PeekableTouchableMap<K,
V> DefaultDataContainer.getMapForSegment
(int segment) DefaultSegmentedDataContainer.getMapForSegment
(int segment) L1SegmentedDataContainer.getMapForSegment
(int segment) Methods in org.infinispan.container.impl with parameters of type PeekableTouchableMapModifier and TypeMethodDescriptionprotected void
AbstractInternalDataContainer.putEntryInMap
(PeekableTouchableMap<K, V> map, int segment, K key, InternalCacheEntry<K, V> ice) protected void
BoundedSegmentedDataContainer.putEntryInMap
(PeekableTouchableMap<K, V> map, int segment, K key, InternalCacheEntry<K, V> ice) protected InternalCacheEntry<K,
V> AbstractInternalDataContainer.removeEntryInMap
(PeekableTouchableMap<K, V> map, int segment, Object key) protected InternalCacheEntry<K,
V> BoundedSegmentedDataContainer.removeEntryInMap
(PeekableTouchableMap<K, V> map, int segment, Object key) Method parameters in org.infinispan.container.impl with type arguments of type PeekableTouchableMapModifier and TypeMethodDescriptionvoid
AbstractDelegatingInternalDataContainer.forEachSegment
(ObjIntConsumer<PeekableTouchableMap<K, V>> segmentMapConsumer) void
DefaultDataContainer.forEachSegment
(ObjIntConsumer<PeekableTouchableMap<K, V>> segmentMapConsumer) void
DefaultSegmentedDataContainer.forEachSegment
(ObjIntConsumer<PeekableTouchableMap<K, V>> segmentMapConsumer) void
InternalDataContainer.forEachSegment
(ObjIntConsumer<PeekableTouchableMap<K, V>> segmentMapConsumer) Performs the given consumer for each map inside this container, once for each segment until all maps have been processed or the action throws an exception.Constructor parameters in org.infinispan.container.impl with type arguments of type PeekableTouchableMapModifierConstructorDescriptionDefaultSegmentedDataContainer
(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 PeekableTouchableMapModifier and TypeClassDescriptionclass
AConcurrentMap
implementation that stores the keys and values off the JVM heap in native heap.Methods in org.infinispan.container.offheap that return PeekableTouchableMapModifier and TypeMethodDescriptionprotected PeekableTouchableMap<WrappedBytes,
WrappedBytes> OffHeapDataContainer.getMapForSegment
(int segment) Method parameters in org.infinispan.container.offheap with type arguments of type PeekableTouchableMapModifier and TypeMethodDescriptionvoid
OffHeapDataContainer.forEachSegment
(ObjIntConsumer<PeekableTouchableMap<WrappedBytes, WrappedBytes>> segmentMapConsumer)