Package one.nio.mem
Interface SharedMemoryMapMXBean
- All Superinterfaces:
OffheapMapMXBean
- All Known Implementing Classes:
SharedMemoryBlobMap,SharedMemoryFixedMap,SharedMemoryLongMap,SharedMemoryMap,SharedMemoryStringMap
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglongMethods inherited from interface one.nio.mem.OffheapMapMXBean
getCapacity, getCleanupInterval, getCleanupThreshold, getCount, getExpirations, getLockWaitTime, getMaxSamples, getMinTimeToLive, getTimeToLive, setCleanupInterval, setCleanupThreshold, setLockWaitTime, setMaxSamples, setMinTimeToLive, setTimeToLive
-
Method Details
-
getTotalMemory
long getTotalMemory() -
getFreeMemory
long getFreeMemory() -
getUsedMemory
long getUsedMemory()
-