public static final class SrvMonSysMemoryNativeCounters.Pojo extends Object implements UtlPool.Item<SrvMonSysMemoryNativeCounters.Pojo>
public static final SrvMonSysMemoryNativeCounters.Pojo create(boolean pvt)
public static final SrvMonSysMemoryNativeCounters.Pojo create()
public final boolean hasAllocCount()
public final long getAllocCount()
public final void setAllocCount(long val)
public final void clearAllocCount()
public final boolean hasAllocBytes()
public final long getAllocBytes()
public final void setAllocBytes(long val)
public final void clearAllocBytes()
public final boolean hasReallocCount()
public final long getReallocCount()
public final void setReallocCount(long val)
public final void clearReallocCount()
public final boolean hasReallocBytes()
public final long getReallocBytes()
public final void setReallocBytes(long val)
public final void clearReallocBytes()
public final boolean hasFreeCount()
public final long getFreeCount()
public final void setFreeCount(long val)
public final void clearFreeCount()
public final boolean hasFreeBytes()
public final long getFreeBytes()
public final void setFreeBytes(long val)
public final void clearFreeBytes()
public final void clear()
public final void setAsReadOnly()
public final boolean isInitialized()
public final void setInitialized()
public final void clearDirty()
public final void forceDirty()
public final boolean isDirty()
public final int getSerializedLength()
public final int serialize(SrvMonSysMemoryNativeCounters.Serializer serializer)
public final void deserialize(SrvMonSysMemoryNativeCounters.Deserializer deserializer)
public final SrvMonSysMemoryNativeCounters.Pojo reset()
public final SrvMonSysMemoryNativeCounters.Pojo init()
UtlPool.ItemThis method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init in interface UtlPool.Item<SrvMonSysMemoryNativeCounters.Pojo>public final SrvMonSysMemoryNativeCounters.Pojo setPool(UtlPool<SrvMonSysMemoryNativeCounters.Pojo> pool)
UtlPool.ItemThis method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool in interface UtlPool.Item<SrvMonSysMemoryNativeCounters.Pojo>public final UtlPool<SrvMonSysMemoryNativeCounters.Pojo> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonSysMemoryNativeCounters.Pojo>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.