public static final class SrvMonSysMemoryUsage.Pojo extends Object implements UtlPool.Item<SrvMonSysMemoryUsage.Pojo>
public static final SrvMonSysMemoryUsage.Pojo create(boolean pvt)
public static final SrvMonSysMemoryUsage.Pojo create()
public final boolean hasInit()
public final long getInit()
public final void setInit(long val)
public final void clearInit()
public final boolean hasUsed()
public final long getUsed()
public final void setUsed(long val)
public final void clearUsed()
public final boolean hasCommitted()
public final long getCommitted()
public final void setCommitted(long val)
public final void clearCommitted()
public final boolean hasMax()
public final long getMax()
public final void setMax(long val)
public final void clearMax()
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(SrvMonSysMemoryUsage.Serializer serializer)
public final void deserialize(SrvMonSysMemoryUsage.Deserializer deserializer)
public final SrvMonSysMemoryUsage.Pojo reset()
public final SrvMonSysMemoryUsage.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<SrvMonSysMemoryUsage.Pojo>public final SrvMonSysMemoryUsage.Pojo setPool(UtlPool<SrvMonSysMemoryUsage.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<SrvMonSysMemoryUsage.Pojo>public final UtlPool<SrvMonSysMemoryUsage.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<SrvMonSysMemoryUsage.Pojo>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.