public static final class SrvMonSysGCStats.Pojo extends Object implements UtlPool.Item<SrvMonSysGCStats.Pojo>
public static final SrvMonSysGCStats.Pojo create(boolean pvt)
public static final SrvMonSysGCStats.Pojo create()
public final int getCollectorsStatsCount()
public final SrvMonSysGCCollectorStats getCollectorsStatsAt(int index)
public final XIterator<SrvMonSysGCCollectorStats> getCollectorsStatsIterator()
public final void addToCollectorsStats(SrvMonSysGCCollectorStats val)
public final void addToCollectorsStatsFrom(SrvMonSysGCCollectorStats.Deserializer deserializer)
public final void lendToCollectorsStats(SrvMonSysGCCollectorStats val)
public final void clearCollectorsStats()
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(SrvMonSysGCStats.Serializer serializer)
public final void deserialize(SrvMonSysGCStats.Deserializer deserializer)
public final SrvMonSysGCStats.Pojo reset()
public final SrvMonSysGCStats.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<SrvMonSysGCStats.Pojo>public final SrvMonSysGCStats.Pojo setPool(UtlPool<SrvMonSysGCStats.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<SrvMonSysGCStats.Pojo>public final UtlPool<SrvMonSysGCStats.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<SrvMonSysGCStats.Pojo>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.