Package one.nio.mem
Interface SharedMemoryMapMXBean
-
- All Superinterfaces:
OffheapMapMXBean
- All Known Implementing Classes:
SharedMemoryBlobMap,SharedMemoryFixedMap,SharedMemoryLongMap,SharedMemoryMap,SharedMemoryStringMap
public interface SharedMemoryMapMXBean extends OffheapMapMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetFreeMemory()longgetTotalMemory()longgetUsedMemory()-
Methods inherited from interface one.nio.mem.OffheapMapMXBean
getCapacity, getCleanupInterval, getCleanupThreshold, getCount, getExpirations, getLockWaitTime, getMaxSamples, getMinTimeToLive, getTimeToLive, setCleanupInterval, setCleanupThreshold, setLockWaitTime, setMaxSamples, setMinTimeToLive, setTimeToLive
-
-