|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.server.mon.SrvMonAppEventMultiplexerFeederQueueStats
@Generated(value="com.neeve.adm.AdmXbufGenerator", date="Wed Mar 28 10:54:31 EDT 2018") @AdmGenerated(encoding="Xbuf", compatLevel="3.8.0", admVersion="nvx-adm v3.7.265 (build 0)", date="3/28/18 10:54 AM", buildInfo="nvx-talon-3.7.265 (nvx-codegen-plugin)") @AdmFactoryInfo(factoryClass=SrvMonFactory.class, vfid=32, ofid=32, typeId=209) public final class SrvMonAppEventMultiplexerFeederQueueStats
Holds stats related to an Aep Engine's input multiplexer feeder queue.
An input multiplexer maintains several feeder queues one for each thread to allow efficient enqueue and schdeduling of events by multiple input threads. These stats provide insight into the depth of such feeder queues.
Nested Class Summary | |
---|---|
static class |
SrvMonAppEventMultiplexerFeederQueueStats.Field
The SrvMonAppEventMultiplexerFeederQueueStats xbuf field (used internally when this entity is used as a field of another entity). |
static class |
SrvMonAppEventMultiplexerFeederQueueStats.ListField
The SrvMonAppEventMultiplexerFeederQueueStats list field (used internally when this entity is used as an array field of another entity). |
Field Summary | |
---|---|
static SrvMonAppEventMultiplexerFeederQueueStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type. |
Constructor Summary | |
---|---|
SrvMonAppEventMultiplexerFeederQueueStats()
|
|
SrvMonAppEventMultiplexerFeederQueueStats(int initialBackingBufferSize)
|
Method Summary | ||
---|---|---|
SrvMonAppEventMultiplexerFeederQueueStats |
acquire()
|
|
void |
clearContent()
|
|
void |
clearDecongestCount()
Clears the value of 'decongestCount' Field Description The number of times the draining thread has woken up to drain the feeder queue. |
|
void |
clearOfferToPollLatencies()
Clears the value of 'offerToPollLatencies' Field Description Latency information for the amount of time that elements spend in the feeder queue. |
|
void |
clearOwner()
Clears the value of 'owner' Field Description The owner thread for the feeder queue (the source of events) |
|
void |
clearSize()
Clears the value of 'size' Field Description The current number of events in the queue |
|
void |
clearXRogType()
|
|
Object |
clone()
Creates a clone of this object. |
|
SrvMonAppEventMultiplexerFeederQueueStats |
copy()
Creates a copy of this SrvMonAppEventMultiplexerFeederQueueStats. |
|
void |
copyInto(SrvMonAppEventMultiplexerFeederQueueStats copy)
Copies the contents of this SrvMonAppEventMultiplexerFeederQueueStats into the target. |
|
static SrvMonAppEventMultiplexerFeederQueueStats |
create()
|
|
static SrvMonAppEventMultiplexerFeederQueueStats |
createFrom(byte[] serializedContainer)
|
|
static SrvMonAppEventMultiplexerFeederQueueStats |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
|
static SrvMonAppEventMultiplexerFeederQueueStats |
createFromSerializedXbufContainer(byte[] serializedContainer)
|
|
static SrvMonAppEventMultiplexerFeederQueueStats |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
|
static com.neeve.xbuf.XbufSchema |
createSchema()
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromByteArray(byte[] array)
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromByteBuffer(ByteBuffer buffer)
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length)
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromNative(long address,
int offset,
int length)
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
deserializeFromNative(long address,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
|
int |
desync(PktBuffer buffer,
int pos,
boolean frameOnly)
|
|
void |
desyncFieldBitmask()
|
|
void |
dispose()
|
|
PktBuffer |
getBackingBuffer()
|
|
int |
getDecongestCount()
Gets the value of 'decongestCount' Field Description The number of times the draining thread has woken up to drain the feeder queue. |
|
com.neeve.xbuf.XbufVariableIntField |
getDecongestCountField()
|
|
static int |
getDecongestCountFieldId()
Get the field id for 'decongestCount' This method can be used to set field interests. |
|
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy()
|
|
boolean |
getIsReadOnly()
|
|
SrvMonIntSeries |
getOfferToPollLatencies()
Gets the value of 'offerToPollLatencies' Field Description Latency information for the amount of time that elements spend in the feeder queue. |
|
static int |
getOfferToPollLatenciesFieldId()
Get the field id for 'offerToPollLatencies' This method can be used to set field interests. |
|
void |
getOfferToPollLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
|
String |
getOwner()
Gets the value of 'owner' Field Description The owner thread for the feeder queue (the source of events) |
|
int |
getOwnerCount()
|
|
com.neeve.xbuf.XbufStringField |
getOwnerField()
|
|
static int |
getOwnerFieldId()
Get the field id for 'owner' This method can be used to set field interests. |
|
|
getOwnerTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory. |
|
void |
getOwnerTo(XString val)
Copies the value of 'owner' into the provided XString. |
|
XString |
getOwnerUnsafe()
Gets the raw value of 'owner'. |
|
UtlPool<SrvMonAppEventMultiplexerFeederQueueStats> |
getPool()
Get a pool item's pool. |
|
int |
getSerializeToNativeLength()
|
|
int |
getSize()
Gets the value of 'size' Field Description The current number of events in the queue |
|
com.neeve.xbuf.XbufVariableIntField |
getSizeField()
|
|
static int |
getSizeFieldId()
Get the field id for 'size' This method can be used to set field interests. |
|
void |
getValidationErrors(List<XString> results,
String errorPrefix)
Collects validation errors into the provided list. |
|
short |
getXRogType()
|
|
com.neeve.xbuf.XbufVariableShortField |
getXRogTypeField()
|
|
static int |
getXRogTypeFieldId()
Get the field id for 'xRogType' This method can be used to set field interests. |
|
boolean |
hasDecongestCount()
Checks for the presence of 'decongestCount' Field Description The number of times the draining thread has woken up to drain the feeder queue. |
|
boolean |
hasOfferToPollLatencies()
Checks for the presence of 'offerToPollLatencies' Field Description Latency information for the amount of time that elements spend in the feeder queue. |
|
boolean |
hasOwner()
Checks for the presence of 'owner' Field Description The owner thread for the feeder queue (the source of events) |
|
boolean |
hasSize()
Checks for the presence of 'size' Field Description The current number of events in the queue |
|
boolean |
hasXRogType()
|
|
SrvMonAppEventMultiplexerFeederQueueStats |
init()
Initialize an item. |
|
boolean |
isBufferBacked()
|
|
boolean |
isDirty()
|
|
boolean |
isReferenceCounted()
|
|
boolean |
isValid()
Tests if this object has any validation errors. |
|
void |
lendOfferToPollLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
|
void |
lendOwner(XString val)
Sets the value of 'owner' Field Description The owner thread for the feeder queue (the source of events) |
|
static void |
optimizeFor(int val)
|
|
byte[] |
serializeToByteArray()
|
|
ByteBuffer |
serializeToByteBuffer()
|
|
com.neeve.io.IOBuffer |
serializeToIOBuffer(boolean useNative)
|
|
int |
serializeToNative(long address,
int addressOffset)
|
|
void |
setAsReadOnly()
|
|
void |
setDecongestCount(int val)
Sets the value of 'decongestCount' Field Description The number of times the draining thread has woken up to drain the feeder queue. |
|
void |
setDecongestCountFrom(com.neeve.xbuf.XbufVariableIntField val)
|
|
static void |
setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
|
|
static void |
setFieldInterest(List<Integer> fieldIds)
|
|
void |
setOfferToPollLatencies(SrvMonIntSeries val)
Sets the value of 'offerToPollLatencies' Field Description Latency information for the amount of time that elements spend in the feeder queue. |
|
void |
setOwner(String val)
Sets the value of 'owner' Field Description The owner thread for the feeder queue (the source of events) |
|
void |
setOwnerFrom(long val)
Sets the value of this String field to the given numeric value. |
|
void |
setOwnerFrom(com.neeve.xbuf.XbufStringField val)
|
|
void |
setOwnerFrom(XString val)
Copies the provided XString value into this object's 'owner'. |
|
SrvMonAppEventMultiplexerFeederQueueStats |
setPool(UtlPool<SrvMonAppEventMultiplexerFeederQueueStats> pool)
Set a pool item's pool. |
|
void |
setSize(int val)
Sets the value of 'size' Field Description The current number of events in the queue |
|
void |
setSizeFrom(com.neeve.xbuf.XbufVariableIntField val)
|
|
void |
setXRogType(short val)
|
|
void |
setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
|
|
void |
sync()
|
|
void |
syncFieldBitmask()
|
|
SrvMonIntSeries |
takeOfferToPollLatencies()
'Takes' a reference to the offerToPollLatencies field from the message. |
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SrvMonAppEventMultiplexerFeederQueueStats[] EMPTY_ARRAY
Constructor Detail |
---|
public SrvMonAppEventMultiplexerFeederQueueStats()
public SrvMonAppEventMultiplexerFeederQueueStats(int initialBackingBufferSize)
Method Detail |
---|
public static SrvMonAppEventMultiplexerFeederQueueStats create()
public static SrvMonAppEventMultiplexerFeederQueueStats createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppEventMultiplexerFeederQueueStats createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonAppEventMultiplexerFeederQueueStats createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppEventMultiplexerFeederQueueStats createFrom(byte[] serializedContainer)
public static final void setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
public static final com.neeve.xbuf.XbufDesyncPolicy getDesyncPolicy()
public static final void setFieldInterest(List<Integer> fieldIds)
public final void clearContent()
public final void syncFieldBitmask()
public final void desyncFieldBitmask()
public final PktBuffer getBackingBuffer()
public static final void optimizeFor(int val)
public final void setAsReadOnly()
public final boolean getIsReadOnly()
public static final int getXRogTypeFieldId()
This method can be used to set field interests.
getXRogType()
public final void setXRogType(short val)
public final short getXRogType()
public final void setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
public final com.neeve.xbuf.XbufVariableShortField getXRogTypeField()
public final boolean hasXRogType()
public final void clearXRogType()
public static final int getSizeFieldId()
This method can be used to set field interests.
getSize()
public final void setSize(int val)
ISrvMonAppEventMultiplexerFeederQueueStats
setSize
in interface ISrvMonAppEventMultiplexerFeederQueueStats
val
- The value to set.public final int getSize()
ISrvMonAppEventMultiplexerFeederQueueStats
getSize
in interface ISrvMonAppEventMultiplexerFeederQueueStats
public final void setSizeFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getSizeField()
public final boolean hasSize()
ISrvMonAppEventMultiplexerFeederQueueStats
hasSize
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.getSize()
public final void clearSize()
ISrvMonAppEventMultiplexerFeederQueueStats
clearSize
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.setSize(int)
public static final int getDecongestCountFieldId()
This method can be used to set field interests.
getDecongestCount()
public final void setDecongestCount(int val)
ISrvMonAppEventMultiplexerFeederQueueStats
setDecongestCount
in interface ISrvMonAppEventMultiplexerFeederQueueStats
val
- The value to set.public final int getDecongestCount()
ISrvMonAppEventMultiplexerFeederQueueStats
getDecongestCount
in interface ISrvMonAppEventMultiplexerFeederQueueStats
public final void setDecongestCountFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getDecongestCountField()
public final boolean hasDecongestCount()
ISrvMonAppEventMultiplexerFeederQueueStats
hasDecongestCount
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.getDecongestCount()
public final void clearDecongestCount()
ISrvMonAppEventMultiplexerFeederQueueStats
clearDecongestCount
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.setDecongestCount(int)
public static final int getOwnerFieldId()
This method can be used to set field interests.
getOwner()
public final void setOwner(String val)
ISrvMonAppEventMultiplexerFeederQueueStats
setOwner
in interface ISrvMonAppEventMultiplexerFeederQueueStats
val
- The value to set.public final String getOwner()
ISrvMonAppEventMultiplexerFeederQueueStats
getOwner
in interface ISrvMonAppEventMultiplexerFeederQueueStats
public final void lendOwner(XString val)
ISrvMonAppEventMultiplexerFeederQueueStats
lendOwner
in interface ISrvMonAppEventMultiplexerFeederQueueStats
val
- The value to set.public final void setOwnerFrom(long val)
ISrvMonAppEventMultiplexerFeederQueueStats
NOTE:
This is the same as calling ISrvMonAppEventMultiplexerFeederQueueStats.setOwner(String)
.
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
setOwnerFrom
in interface ISrvMonAppEventMultiplexerFeederQueueStats
public final <T extends XString> T getOwnerTo(XString.Factory<T> factory)
ISrvMonAppEventMultiplexerFeederQueueStats
If the value of this field is not null
this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
getOwnerTo
in interface ISrvMonAppEventMultiplexerFeederQueueStats
factory
- The factory from which to get the XString to copy into and return
null
.public final void setOwnerFrom(XString val)
ISrvMonAppEventMultiplexerFeederQueueStats
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than ISrvMonAppEventMultiplexerFeederQueueStats.setOwner(String)
because it avoids encoding the value into a String
if the given XString
is already encoded.
setOwnerFrom
in interface ISrvMonAppEventMultiplexerFeederQueueStats
public final void getOwnerTo(XString val)
ISrvMonAppEventMultiplexerFeederQueueStats
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than ISrvMonAppEventMultiplexerFeederQueueStats.getOwner()
bec
because it can avoid decoding the value into an String
.
getOwnerTo
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.getOwner()
public final XString getOwnerUnsafe()
ISrvMonAppEventMultiplexerFeederQueueStats
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getOwnerUnsafe
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.getOwner()
public final void setOwnerFrom(com.neeve.xbuf.XbufStringField val)
public final com.neeve.xbuf.XbufStringField getOwnerField()
public final boolean hasOwner()
ISrvMonAppEventMultiplexerFeederQueueStats
hasOwner
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.getOwner()
public final void clearOwner()
ISrvMonAppEventMultiplexerFeederQueueStats
clearOwner
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.setOwner(String)
public static final int getOfferToPollLatenciesFieldId()
This method can be used to set field interests.
getOfferToPollLatencies()
public final void setOfferToPollLatencies(SrvMonIntSeries val)
ISrvMonAppEventMultiplexerFeederQueueStats
setOfferToPollLatencies
in interface ISrvMonAppEventMultiplexerFeederQueueStats
val
- The value to set.public final void lendOfferToPollLatencies(SrvMonIntSeries val)
ISrvMonAppEventMultiplexerFeederQueueStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendOfferToPollLatencies
in interface ISrvMonAppEventMultiplexerFeederQueueStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getOfferToPollLatencies()
ISrvMonAppEventMultiplexerFeederQueueStats
getOfferToPollLatencies
in interface ISrvMonAppEventMultiplexerFeederQueueStats
public final void getOfferToPollLatenciesTo(SrvMonIntSeries to)
ISrvMonAppEventMultiplexerFeederQueueStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getOfferToPollLatenciesTo
in interface ISrvMonAppEventMultiplexerFeederQueueStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeOfferToPollLatencies()
ISrvMonAppEventMultiplexerFeederQueueStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeOfferToPollLatencies
in interface ISrvMonAppEventMultiplexerFeederQueueStats
null
if the field is not set.public final boolean hasOfferToPollLatencies()
ISrvMonAppEventMultiplexerFeederQueueStats
hasOfferToPollLatencies
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.getOfferToPollLatencies()
public final void clearOfferToPollLatencies()
ISrvMonAppEventMultiplexerFeederQueueStats
clearOfferToPollLatencies
in interface ISrvMonAppEventMultiplexerFeederQueueStats
ISrvMonAppEventMultiplexerFeederQueueStats.setOfferToPollLatencies(SrvMonIntSeries)
public final boolean isDirty()
public static final com.neeve.xbuf.XbufSchema createSchema()
public final byte[] serializeToByteArray()
public final ByteBuffer serializeToByteBuffer()
public final com.neeve.io.IOBuffer serializeToIOBuffer(boolean useNative)
public final boolean isBufferBacked()
public final int getSerializeToNativeLength()
public final int serializeToNative(long address, int addressOffset)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromByteArray(byte[] array)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppEventMultiplexerFeederQueueStats deserializeFromNative(long address, int offset, int length)
public final void sync()
public final int desync(PktBuffer buffer, int pos, boolean frameOnly)
desync
in interface com.neeve.xbuf.IXbufDesyncer
public final SrvMonAppEventMultiplexerFeederQueueStats init()
UtlPool.Item
This 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<SrvMonAppEventMultiplexerFeederQueueStats>
public final SrvMonAppEventMultiplexerFeederQueueStats setPool(UtlPool<SrvMonAppEventMultiplexerFeederQueueStats> pool)
UtlPool.Item
This 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<SrvMonAppEventMultiplexerFeederQueueStats>
public final UtlPool<SrvMonAppEventMultiplexerFeederQueueStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool
getPool
in interface UtlPool.Item<SrvMonAppEventMultiplexerFeederQueueStats>
UtlPool.Item.setPool(com.neeve.util.UtlPool)
public final boolean isReferenceCounted()
public final SrvMonAppEventMultiplexerFeederQueueStats acquire()
public final int getOwnerCount()
public final void dispose()
public final Object clone()
This method differs from the copy()
method in that:
clone
in class Object
public final SrvMonAppEventMultiplexerFeederQueueStats copy()
The copy copies primitive, enum and embedded entity fields into the returned copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonAppEventMultiplexerFeederQueueStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppEventMultiplexerFeederQueueStats is read only.
public final void copyInto(SrvMonAppEventMultiplexerFeederQueueStats copy)
The copy clears the target's contents and copies primitive, enum and embedded entity fields into the provided copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonAppEventMultiplexerFeederQueueStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppEventMultiplexerFeederQueueStats is read only.
copy
- The target into which to copy.public final boolean isValid()
IRogValidatable
isValid
in interface IRogValidatable
public final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatable
getValidationErrors
in interface IRogValidatable
results
- A results list into which validation errors will be collected.errorPrefix
- The bean path prefix to use when identifying invalid fields or null if validating a top level entity.public final String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |