public static final class SrvMonSysThreadStats.Pojo extends Object implements UtlPool.Item<SrvMonSysThreadStats.Pojo>
public static final SrvMonSysThreadStats.Pojo create(boolean pvt)
public static final SrvMonSysThreadStats.Pojo create()
public final boolean hasThreadCount()
public final int getThreadCount()
public final void setThreadCount(int val)
public final void clearThreadCount()
public final boolean hasDaemonThreadCount()
public final int getDaemonThreadCount()
public final void setDaemonThreadCount(int val)
public final void clearDaemonThreadCount()
public final boolean hasPeakThreadCount()
public final int getPeakThreadCount()
public final void setPeakThreadCount(int val)
public final void clearPeakThreadCount()
public final int getIndividualThreadStatsCount()
public final SrvMonSysIndividualThreadStats getIndividualThreadStatsAt(int index)
public final XIterator<SrvMonSysIndividualThreadStats> getIndividualThreadStatsIterator()
public final void addToIndividualThreadStats(SrvMonSysIndividualThreadStats val)
public final void addToIndividualThreadStatsFrom(SrvMonSysIndividualThreadStats.Deserializer deserializer)
public final void lendToIndividualThreadStats(SrvMonSysIndividualThreadStats val)
public final void clearIndividualThreadStats()
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(SrvMonSysThreadStats.Serializer serializer)
public final void deserialize(SrvMonSysThreadStats.Deserializer deserializer)
public final SrvMonSysThreadStats.Pojo reset()
public final SrvMonSysThreadStats.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<SrvMonSysThreadStats.Pojo>public final SrvMonSysThreadStats.Pojo setPool(UtlPool<SrvMonSysThreadStats.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<SrvMonSysThreadStats.Pojo>public final UtlPool<SrvMonSysThreadStats.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<SrvMonSysThreadStats.Pojo>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.