public static final class SrvMonSysGCCollectorStats.Deserializer extends Object implements UtlPool.Item<SrvMonSysGCCollectorStats.Deserializer>
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvMonSysGCCollectorStats.Deserializer.AbstractCallbackImpl |
static interface |
SrvMonSysGCCollectorStats.Deserializer.Callback |
| Modifier and Type | Method and Description |
|---|---|
static SrvMonSysGCCollectorStats.Deserializer |
create() |
static SrvMonSysGCCollectorStats.Deserializer |
create(boolean pvt) |
UtlPool<SrvMonSysGCCollectorStats.Deserializer> |
getPool()
Get a pool item's pool.
|
int |
getSerializedLength() |
void |
getTo(IOBuffer buffer,
int offset) |
int |
getTo(long addr,
int offset) |
SrvMonSysGCCollectorStats.Deserializer |
init()
Initialize an item.
|
SrvMonSysGCCollectorStats.Deserializer |
init(IOBuffer buffer,
int offset,
int len) |
SrvMonSysGCCollectorStats.Deserializer |
init(long addr,
int offset,
int len) |
boolean |
isInitialized() |
void |
run(SrvMonSysGCCollectorStats.Deserializer.Callback cb) |
SrvMonSysGCCollectorStats.Deserializer |
setPool(UtlPool<SrvMonSysGCCollectorStats.Deserializer> pool)
Set a pool item's pool.
|
void |
stop() |
public static final SrvMonSysGCCollectorStats.Deserializer create(boolean pvt)
public static final SrvMonSysGCCollectorStats.Deserializer create()
public final SrvMonSysGCCollectorStats.Deserializer init(long addr, int offset, int len)
public final SrvMonSysGCCollectorStats.Deserializer init(IOBuffer buffer, int offset, int len)
public final boolean isInitialized()
public final int getSerializedLength()
public final void getTo(IOBuffer buffer, int offset)
public final int getTo(long addr,
int offset)
public final void run(SrvMonSysGCCollectorStats.Deserializer.Callback cb)
public final void stop()
public final SrvMonSysGCCollectorStats.Deserializer 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<SrvMonSysGCCollectorStats.Deserializer>public final SrvMonSysGCCollectorStats.Deserializer setPool(UtlPool<SrvMonSysGCCollectorStats.Deserializer> 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<SrvMonSysGCCollectorStats.Deserializer>public final UtlPool<SrvMonSysGCCollectorStats.Deserializer> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonSysGCCollectorStats.Deserializer>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.