@Generated(value="com.neeve.adm.AdmXbufGenerator", date="Thu May 07 15:37:32 EDT 2020") @AdmGenerated(encoding="Xbuf", compatLevel="4.0.0", admVersion="nvx-rumi-adm v3.14 (build 29)", date="5/7/20 3:37 PM", buildInfo="nvx-talon-3.14.19 (nvx-codegen-plugin)") @AdmFactoryInfo(factoryClass=SrvMonFactory.class, vfid=32, ofid=32, typeId=223) public final class SrvMonAppMessageLoggerStats extends Object implements com.neeve.xbuf.IXbufDesyncer, UtlPool.Item<SrvMonAppMessageLoggerStats>, ISrvMonAppMessageLoggerStats
ADM Type | Embedded Entity |
Factory | SrvMonFactory |
ADM Field Summary |
---|
Field | Type | Id | Description |
---|---|---|---|
detachedPersist | Boolean | 21 | Indicates if the message logger is operating in detached mode. |
disruptorStats | SrvMonDisruptorStats |
22 | The disruptor stats for a message logger operating in detached mode. |
fileSize | Long | 24 |
The size of the file on disk.
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. |
fileSizeUsed | Long | 25 |
The size of the allocated log file used in bytes.
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. |
numCommits | Long | 20 | The number of commits to the message logger. |
numForks | Long | 23 | The number of forked message packets persisted. |
numMessagesRecorded | Long | 19 | The number of messages persisted by the message logger. |
Modifier and Type | Class and Description |
---|---|
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).
|
Modifier and Type | Field and Description |
---|---|
static SrvMonAppMessageLoggerStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type.
|
Constructor and Description |
---|
SrvMonAppMessageLoggerStats() |
SrvMonAppMessageLoggerStats(int initialBackingBufferSize) |
Modifier and Type | Method and Description |
---|---|
SrvMonAppMessageLoggerStats |
acquire() |
void |
clearContent() |
void |
clearDetachedPersist()
Clears the value of 'detachedPersist'.
|
void |
clearDisruptorStats()
Clears the value of 'disruptorStats'.
|
void |
clearFileSize()
Clears the value of 'fileSize'.
|
void |
clearFileSizeUsed()
Clears the value of 'fileSizeUsed'.
|
void |
clearNumCommits()
Clears the value of 'numCommits'.
|
void |
clearNumForks()
Clears the value of 'numForks'.
|
void |
clearNumMessagesRecorded()
Clears the value of 'numMessagesRecorded'.
|
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)
Desync fields from a buffer
|
void |
desyncFieldBitmask() |
void |
dispose() |
PktBuffer |
getBackingBuffer() |
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy() |
boolean |
getDetachedPersist()
Gets the value of 'detachedPersist'.
|
com.neeve.xbuf.XbufVariableBooleanField |
getDetachedPersistField() |
static int |
getDetachedPersistFieldId() |
SrvMonDisruptorStats |
getDisruptorStats()
Gets the value of 'disruptorStats'.
|
static int |
getDisruptorStatsFieldId() |
void |
getDisruptorStatsTo(SrvMonDisruptorStats to)
Copies the value of SrvMonDisruptorStats into the provided value.
|
long |
getFileSize()
Gets the value of 'fileSize'.
|
com.neeve.xbuf.XbufVariableLongField |
getFileSizeField() |
static int |
getFileSizeFieldId() |
long |
getFileSizeUsed()
Gets the value of 'fileSizeUsed'.
|
com.neeve.xbuf.XbufVariableLongField |
getFileSizeUsedField() |
static int |
getFileSizeUsedFieldId() |
boolean |
getIsReadOnly() |
long |
getNumCommits()
Gets the value of 'numCommits'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsField() |
static int |
getNumCommitsFieldId() |
long |
getNumForks()
Gets the value of 'numForks'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumForksField() |
static int |
getNumForksFieldId() |
long |
getNumMessagesRecorded()
Gets the value of 'numMessagesRecorded'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMessagesRecordedField() |
static int |
getNumMessagesRecordedFieldId() |
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() |
boolean |
hasDetachedPersist()
Checks for the presence of 'detachedPersist'.
|
boolean |
hasDisruptorStats()
Checks for the presence of 'disruptorStats'.
|
boolean |
hasFileSize()
Checks for the presence of 'fileSize'.
|
boolean |
hasFileSizeUsed()
Checks for the presence of 'fileSizeUsed'.
|
boolean |
hasNumCommits()
Checks for the presence of 'numCommits'.
|
boolean |
hasNumForks()
Checks for the presence of 'numForks'.
|
boolean |
hasNumMessagesRecorded()
Checks for the presence of 'numMessagesRecorded'.
|
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'.
|
void |
setDetachedPersistFrom(com.neeve.xbuf.XbufVariableBooleanField val) |
void |
setDisruptorStats(SrvMonDisruptorStats val)
Sets the value of 'disruptorStats'.
|
static void |
setFieldInterest(List<Integer> fieldIds) |
void |
setFileSize(long val)
Sets the value of 'fileSize'.
|
void |
setFileSizeFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setFileSizeUsed(long val)
Sets the value of 'fileSizeUsed'.
|
void |
setFileSizeUsedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommits(long val)
Sets the value of 'numCommits'.
|
void |
setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumForks(long val)
Sets the value of 'numForks'.
|
void |
setNumForksFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMessagesRecorded(long val)
Sets the value of 'numMessagesRecorded'.
|
void |
setNumMessagesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val) |
SrvMonAppMessageLoggerStats |
setPool(UtlPool<SrvMonAppMessageLoggerStats> pool)
Set a pool item's pool.
|
void |
setPreserializedFields(PktBuffer buffer) |
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() |
public static final SrvMonAppMessageLoggerStats[] EMPTY_ARRAY
public SrvMonAppMessageLoggerStats()
public SrvMonAppMessageLoggerStats(int initialBackingBufferSize)
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 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 final void setPreserializedFields(PktBuffer buffer)
public static final int getXRogTypeFieldId()
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()
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()
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()
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()
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()
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()
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()
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)
com.neeve.xbuf.IXbufDesyncer
desync
in interface com.neeve.xbuf.IXbufDesyncer
buffer
- The buffer to desync frompos
- The position in the container's backing buffer to desync
fromframeOnly
- Whether to frame the field on the underlying buffer.
See XbufField.desync(PktBuffer, int, boolean)
for more
informationpublic 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<T>)
getPool
in interface UtlPool.Item<SrvMonAppMessageLoggerStats>
UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
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:
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.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.