|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.server.mon.SrvMonAppMessageLoggerStats
@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=223) public final class SrvMonAppMessageLoggerStats
Holds stats for an application message logger.
Nested Class Summary | |
---|---|
static class |
SrvMonAppMessageLoggerStats.Field
The SrvMonAppMessageLoggerStats xbuf field (used internally when this entity is used as a field of another entity). |
static class |
SrvMonAppMessageLoggerStats.ListField
The SrvMonAppMessageLoggerStats list field (used internally when this entity is used as an array field of another entity). |
Field Summary | |
---|---|
static SrvMonAppMessageLoggerStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type. |
Constructor Summary | |
---|---|
SrvMonAppMessageLoggerStats()
|
|
SrvMonAppMessageLoggerStats(int initialBackingBufferSize)
|
Method Summary | |
---|---|
SrvMonAppMessageLoggerStats |
acquire()
|
void |
clearContent()
|
void |
clearDetachedPersist()
Clears the value of 'detachedPersist' Field Description Indicates if the message logger is operating in detached mode. |
void |
clearDisruptorStats()
Clears the value of 'disruptorStats' Field Description The disruptor stats for a message logger operating in detached mode. |
void |
clearFileSize()
Clears the value of 'fileSize' Field Description The size of the file on disk. |
void |
clearFileSizeUsed()
Clears the value of 'fileSizeUsed' Field Description The size of the allocated log file used in bytes. |
void |
clearNumCommits()
Clears the value of 'numCommits' Field Description The number of commits to the message logger. |
void |
clearNumForks()
Clears the value of 'numForks' Field Description The number of forked message packets persisted |
void |
clearNumMessagesRecorded()
Clears the value of 'numMessagesRecorded' Field Description The number of messages persisted by the message logger. |
void |
clearXRogType()
|
Object |
clone()
Creates a clone of this object. |
SrvMonAppMessageLoggerStats |
copy()
Creates a copy of this SrvMonAppMessageLoggerStats. |
void |
copyInto(SrvMonAppMessageLoggerStats copy)
Copies the contents of this SrvMonAppMessageLoggerStats into the target. |
static SrvMonAppMessageLoggerStats |
create()
|
static SrvMonAppMessageLoggerStats |
createFrom(byte[] serializedContainer)
|
static SrvMonAppMessageLoggerStats |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static SrvMonAppMessageLoggerStats |
createFromSerializedXbufContainer(byte[] serializedContainer)
|
static SrvMonAppMessageLoggerStats |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static com.neeve.xbuf.XbufSchema |
createSchema()
|
SrvMonAppMessageLoggerStats |
deserializeFromByteArray(byte[] array)
|
SrvMonAppMessageLoggerStats |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonAppMessageLoggerStats |
deserializeFromByteBuffer(ByteBuffer buffer)
|
SrvMonAppMessageLoggerStats |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonAppMessageLoggerStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length)
|
SrvMonAppMessageLoggerStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonAppMessageLoggerStats |
deserializeFromNative(long address,
int offset,
int length)
|
SrvMonAppMessageLoggerStats |
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()
|
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy()
|
boolean |
getDetachedPersist()
Gets the value of 'detachedPersist' Field Description Indicates if the message logger is operating in detached mode. |
com.neeve.xbuf.XbufVariableBooleanField |
getDetachedPersistField()
|
static int |
getDetachedPersistFieldId()
Get the field id for 'detachedPersist' This method can be used to set field interests. |
SrvMonDisruptorStats |
getDisruptorStats()
Gets the value of 'disruptorStats' Field Description The disruptor stats for a message logger operating in detached mode. |
static int |
getDisruptorStatsFieldId()
Get the field id for 'disruptorStats' This method can be used to set field interests. |
void |
getDisruptorStatsTo(SrvMonDisruptorStats to)
Copies the value of SrvMonDisruptorStats into the provided value. |
long |
getFileSize()
Gets the value of 'fileSize' Field Description The size of the file on disk. |
com.neeve.xbuf.XbufVariableLongField |
getFileSizeField()
|
static int |
getFileSizeFieldId()
Get the field id for 'fileSize' This method can be used to set field interests. |
long |
getFileSizeUsed()
Gets the value of 'fileSizeUsed' Field Description The size of the allocated log file used in bytes. |
com.neeve.xbuf.XbufVariableLongField |
getFileSizeUsedField()
|
static int |
getFileSizeUsedFieldId()
Get the field id for 'fileSizeUsed' This method can be used to set field interests. |
boolean |
getIsReadOnly()
|
long |
getNumCommits()
Gets the value of 'numCommits' Field Description The number of commits to the message logger. |
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsField()
|
static int |
getNumCommitsFieldId()
Get the field id for 'numCommits' This method can be used to set field interests. |
long |
getNumForks()
Gets the value of 'numForks' Field Description The number of forked message packets persisted |
com.neeve.xbuf.XbufVariableLongField |
getNumForksField()
|
static int |
getNumForksFieldId()
Get the field id for 'numForks' This method can be used to set field interests. |
long |
getNumMessagesRecorded()
Gets the value of 'numMessagesRecorded' Field Description The number of messages persisted by the message logger. |
com.neeve.xbuf.XbufVariableLongField |
getNumMessagesRecordedField()
|
static int |
getNumMessagesRecordedFieldId()
Get the field id for 'numMessagesRecorded' This method can be used to set field interests. |
int |
getOwnerCount()
|
UtlPool<SrvMonAppMessageLoggerStats> |
getPool()
Get a pool item's pool. |
int |
getSerializeToNativeLength()
|
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 |
hasDetachedPersist()
Checks for the presence of 'detachedPersist' Field Description Indicates if the message logger is operating in detached mode. |
boolean |
hasDisruptorStats()
Checks for the presence of 'disruptorStats' Field Description The disruptor stats for a message logger operating in detached mode. |
boolean |
hasFileSize()
Checks for the presence of 'fileSize' Field Description The size of the file on disk. |
boolean |
hasFileSizeUsed()
Checks for the presence of 'fileSizeUsed' Field Description The size of the allocated log file used in bytes. |
boolean |
hasNumCommits()
Checks for the presence of 'numCommits' Field Description The number of commits to the message logger. |
boolean |
hasNumForks()
Checks for the presence of 'numForks' Field Description The number of forked message packets persisted |
boolean |
hasNumMessagesRecorded()
Checks for the presence of 'numMessagesRecorded' Field Description The number of messages persisted by the message logger. |
boolean |
hasXRogType()
|
SrvMonAppMessageLoggerStats |
init()
Initialize an item. |
boolean |
isBufferBacked()
|
boolean |
isDirty()
|
boolean |
isReferenceCounted()
|
boolean |
isValid()
Tests if this object has any validation errors. |
void |
lendDisruptorStats(SrvMonDisruptorStats val)
'Lends' a reference of the SrvMonDisruptorStats to the message for this field. |
static void |
optimizeFor(int val)
|
byte[] |
serializeToByteArray()
|
ByteBuffer |
serializeToByteBuffer()
|
com.neeve.io.IOBuffer |
serializeToIOBuffer(boolean useNative)
|
int |
serializeToNative(long address,
int addressOffset)
|
void |
setAsReadOnly()
|
static void |
setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
|
void |
setDetachedPersist(boolean val)
Sets the value of 'detachedPersist' Field Description Indicates if the message logger is operating in detached mode. |
void |
setDetachedPersistFrom(com.neeve.xbuf.XbufVariableBooleanField val)
|
void |
setDisruptorStats(SrvMonDisruptorStats val)
Sets the value of 'disruptorStats' Field Description The disruptor stats for a message logger operating in detached mode. |
static void |
setFieldInterest(List<Integer> fieldIds)
|
void |
setFileSize(long val)
Sets the value of 'fileSize' Field Description The size of the file on disk. |
void |
setFileSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setFileSizeUsed(long val)
Sets the value of 'fileSizeUsed' Field Description The size of the allocated log file used in bytes. |
void |
setFileSizeUsedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumCommits(long val)
Sets the value of 'numCommits' Field Description The number of commits to the message logger. |
void |
setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumForks(long val)
Sets the value of 'numForks' Field Description The number of forked message packets persisted |
void |
setNumForksFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumMessagesRecorded(long val)
Sets the value of 'numMessagesRecorded' Field Description The number of messages persisted by the message logger. |
void |
setNumMessagesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
SrvMonAppMessageLoggerStats |
setPool(UtlPool<SrvMonAppMessageLoggerStats> pool)
Set a pool item's pool. |
void |
setXRogType(short val)
|
void |
setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
|
void |
sync()
|
void |
syncFieldBitmask()
|
SrvMonDisruptorStats |
takeDisruptorStats()
'Takes' a reference to the disruptorStats 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 SrvMonAppMessageLoggerStats[] EMPTY_ARRAY
Constructor Detail |
---|
public SrvMonAppMessageLoggerStats()
public SrvMonAppMessageLoggerStats(int initialBackingBufferSize)
Method Detail |
---|
public static SrvMonAppMessageLoggerStats create()
public static SrvMonAppMessageLoggerStats createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppMessageLoggerStats createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonAppMessageLoggerStats createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppMessageLoggerStats 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 getNumMessagesRecordedFieldId()
This method can be used to set field interests.
getNumMessagesRecorded()
public final void setNumMessagesRecorded(long val)
ISrvMonAppMessageLoggerStats
setNumMessagesRecorded
in interface ISrvMonAppMessageLoggerStats
val
- The value to set.public final long getNumMessagesRecorded()
ISrvMonAppMessageLoggerStats
getNumMessagesRecorded
in interface ISrvMonAppMessageLoggerStats
public final void setNumMessagesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMessagesRecordedField()
public final boolean hasNumMessagesRecorded()
ISrvMonAppMessageLoggerStats
hasNumMessagesRecorded
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.getNumMessagesRecorded()
public final void clearNumMessagesRecorded()
ISrvMonAppMessageLoggerStats
clearNumMessagesRecorded
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.setNumMessagesRecorded(long)
public static final int getNumCommitsFieldId()
This method can be used to set field interests.
getNumCommits()
public final void setNumCommits(long val)
ISrvMonAppMessageLoggerStats
setNumCommits
in interface ISrvMonAppMessageLoggerStats
val
- The value to set.public final long getNumCommits()
ISrvMonAppMessageLoggerStats
getNumCommits
in interface ISrvMonAppMessageLoggerStats
public final void setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsField()
public final boolean hasNumCommits()
ISrvMonAppMessageLoggerStats
hasNumCommits
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.getNumCommits()
public final void clearNumCommits()
ISrvMonAppMessageLoggerStats
clearNumCommits
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.setNumCommits(long)
public static final int getDetachedPersistFieldId()
This method can be used to set field interests.
getDetachedPersist()
public final void setDetachedPersist(boolean val)
ISrvMonAppMessageLoggerStats
setDetachedPersist
in interface ISrvMonAppMessageLoggerStats
val
- The value to set.public final boolean getDetachedPersist()
ISrvMonAppMessageLoggerStats
getDetachedPersist
in interface ISrvMonAppMessageLoggerStats
public final void setDetachedPersistFrom(com.neeve.xbuf.XbufVariableBooleanField val)
public final com.neeve.xbuf.XbufVariableBooleanField getDetachedPersistField()
public final boolean hasDetachedPersist()
ISrvMonAppMessageLoggerStats
hasDetachedPersist
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.getDetachedPersist()
public final void clearDetachedPersist()
ISrvMonAppMessageLoggerStats
clearDetachedPersist
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.setDetachedPersist(boolean)
public static final int getNumForksFieldId()
This method can be used to set field interests.
getNumForks()
public final void setNumForks(long val)
ISrvMonAppMessageLoggerStats
setNumForks
in interface ISrvMonAppMessageLoggerStats
val
- The value to set.public final long getNumForks()
ISrvMonAppMessageLoggerStats
getNumForks
in interface ISrvMonAppMessageLoggerStats
public final void setNumForksFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumForksField()
public final boolean hasNumForks()
ISrvMonAppMessageLoggerStats
hasNumForks
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.getNumForks()
public final void clearNumForks()
ISrvMonAppMessageLoggerStats
clearNumForks
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.setNumForks(long)
public static final int getFileSizeFieldId()
This method can be used to set field interests.
getFileSize()
public final void setFileSize(long val)
ISrvMonAppMessageLoggerStats
This represents the actual size of the log file currently allocated. This may differs from getFileSizeUsed() in that this value may be greater if the log has been preallocated to a larger size.
setFileSize
in interface ISrvMonAppMessageLoggerStats
val
- The value to set.public final long getFileSize()
ISrvMonAppMessageLoggerStats
This represents the actual size of the log file currently allocated. This may differs from getFileSizeUsed() in that this value may be greater if the log has been preallocated to a larger size.
getFileSize
in interface ISrvMonAppMessageLoggerStats
public final void setFileSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getFileSizeField()
public final boolean hasFileSize()
ISrvMonAppMessageLoggerStats
This represents the actual size of the log file currently allocated. This may differs from getFileSizeUsed() in that this value may be greater if the log has been preallocated to a larger size.
hasFileSize
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.getFileSize()
public final void clearFileSize()
ISrvMonAppMessageLoggerStats
This represents the actual size of the log file currently allocated. This may differs from getFileSizeUsed() in that this value may be greater if the log has been preallocated to a larger size.
clearFileSize
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.setFileSize(long)
public static final int getFileSizeUsedFieldId()
This method can be used to set field interests.
getFileSizeUsed()
public final void setFileSizeUsed(long val)
ISrvMonAppMessageLoggerStats
This represents the amount of space used in the log file which may be less than the size on disk if the file has been preallocated to a larger size.
setFileSizeUsed
in interface ISrvMonAppMessageLoggerStats
val
- The value to set.public final long getFileSizeUsed()
ISrvMonAppMessageLoggerStats
This represents the amount of space used in the log file which may be less than the size on disk if the file has been preallocated to a larger size.
getFileSizeUsed
in interface ISrvMonAppMessageLoggerStats
public final void setFileSizeUsedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getFileSizeUsedField()
public final boolean hasFileSizeUsed()
ISrvMonAppMessageLoggerStats
This represents the amount of space used in the log file which may be less than the size on disk if the file has been preallocated to a larger size.
hasFileSizeUsed
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.getFileSizeUsed()
public final void clearFileSizeUsed()
ISrvMonAppMessageLoggerStats
This represents the amount of space used in the log file which may be less than the size on disk if the file has been preallocated to a larger size.
clearFileSizeUsed
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.setFileSizeUsed(long)
public static final int getDisruptorStatsFieldId()
This method can be used to set field interests.
getDisruptorStats()
public final void setDisruptorStats(SrvMonDisruptorStats val)
ISrvMonAppMessageLoggerStats
setDisruptorStats
in interface ISrvMonAppMessageLoggerStats
val
- The value to set.public final void lendDisruptorStats(SrvMonDisruptorStats val)
ISrvMonAppMessageLoggerStats
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.
lendDisruptorStats
in interface ISrvMonAppMessageLoggerStats
val
- the value to 'lend' to lend.public final SrvMonDisruptorStats getDisruptorStats()
ISrvMonAppMessageLoggerStats
getDisruptorStats
in interface ISrvMonAppMessageLoggerStats
public final void getDisruptorStatsTo(SrvMonDisruptorStats to)
ISrvMonAppMessageLoggerStats
IF the value is not set, then the contents of the provided SrvMonDisruptorStats are cleared.
getDisruptorStatsTo
in interface ISrvMonAppMessageLoggerStats
to
- the value to copy intoSrvMonDisruptorStats.copyInto(SrvMonDisruptorStats)
public final SrvMonDisruptorStats takeDisruptorStats()
ISrvMonAppMessageLoggerStats
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.
takeDisruptorStats
in interface ISrvMonAppMessageLoggerStats
null
if the field is not set.public final boolean hasDisruptorStats()
ISrvMonAppMessageLoggerStats
hasDisruptorStats
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.getDisruptorStats()
public final void clearDisruptorStats()
ISrvMonAppMessageLoggerStats
clearDisruptorStats
in interface ISrvMonAppMessageLoggerStats
ISrvMonAppMessageLoggerStats.setDisruptorStats(SrvMonDisruptorStats)
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 SrvMonAppMessageLoggerStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppMessageLoggerStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonAppMessageLoggerStats deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppMessageLoggerStats deserializeFromByteArray(byte[] array)
public final SrvMonAppMessageLoggerStats deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppMessageLoggerStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonAppMessageLoggerStats deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppMessageLoggerStats 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 SrvMonAppMessageLoggerStats 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<SrvMonAppMessageLoggerStats>
public final SrvMonAppMessageLoggerStats setPool(UtlPool<SrvMonAppMessageLoggerStats> 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<SrvMonAppMessageLoggerStats>
public final UtlPool<SrvMonAppMessageLoggerStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool
getPool
in interface UtlPool.Item<SrvMonAppMessageLoggerStats>
UtlPool.Item.setPool(com.neeve.util.UtlPool)
public final boolean isReferenceCounted()
public final SrvMonAppMessageLoggerStats 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 SrvMonAppMessageLoggerStats 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 SrvMonAppMessageLoggerStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppMessageLoggerStats is read only.
public final void copyInto(SrvMonAppMessageLoggerStats 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 SrvMonAppMessageLoggerStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppMessageLoggerStats 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 |