Interface ConcurrentMapInternals
-
- All Superinterfaces:
MapInternals
- All Known Implementing Classes:
AbstractConcurrentOffHeapCache,AbstractConcurrentOffHeapMap,AbstractPersistentConcurrentOffHeapCache,AbstractPersistentConcurrentOffHeapMap,ConcurrentOffHeapClockCache,ConcurrentOffHeapHashMap,ConcurrentWriteLockedOffHeapClockCache,ConcurrentWriteLockedOffHeapHashMap,PersistentConcurrentOffHeapClockCache,PersistentConcurrentOffHeapHashMap
public interface ConcurrentMapInternals extends MapInternals
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<MapInternals>getSegmentInternals()-
Methods inherited from interface org.terracotta.offheapstore.MapInternals
getAllocatedMemory, getDataAllocatedMemory, getDataOccupiedMemory, getDataSize, getDataVitalMemory, getOccupiedMemory, getRemovedSlotCount, getReprobeLength, getSize, getTableCapacity, getUsedSlotCount, getVitalMemory
-
-
-
-
Method Detail
-
getSegmentInternals
java.util.List<MapInternals> getSegmentInternals()
-
-