org.terracotta.offheapstore.concurrent
Interface ConcurrentMapInternals

All Superinterfaces:
MapInternals
All Known Implementing Classes:
AbstractConcurrentOffHeapCache, AbstractConcurrentOffHeapMap, AbstractPersistentConcurrentOffHeapCache, AbstractPersistentConcurrentOffHeapMap, ConcurrentOffHeapClockCache, ConcurrentOffHeapHashMap, ConcurrentWriteLockedOffHeapClockCache, ConcurrentWriteLockedOffHeapHashMap, PersistentConcurrentOffHeapClockCache, PersistentConcurrentOffHeapHashMap

public interface ConcurrentMapInternals
extends MapInternals

Author:
Chris Dennis

Method Summary
 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

List<MapInternals> getSegmentInternals()


Copyright © 2016. All rights reserved.