Package io.activej.bytebuf
Interface ByteBufPool.ByteBufPoolStatsMXBean
- All Known Implementing Classes:
ByteBufPool.ByteBufPoolStats
- Enclosing class:
- ByteBufPool
public static interface ByteBufPool.ByteBufPoolStatsMXBean
-
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidintintlonglongintlonglongqueryUnrecycledBufs(int limit)
-
Method Details
-
getCreatedItems
int getCreatedItems() -
getReusedItems
int getReusedItems() -
getPoolItems
int getPoolItems() -
getPoolSize
long getPoolSize() -
getPoolSizeKB
long getPoolSizeKB() -
getTotalSlabMins
long getTotalSlabMins() -
getTotalEvicted
long getTotalEvicted() -
getPoolSlabs
-
queryUnrecycledBufs
-
clear
void clear() -
clearRegistry
void clearRegistry()
-