@Generated(value="com.neeve.adm.AdmXbufGenerator", date="Fri Dec 05 13:32:50 UTC 2025") @AdmGenerated(encoding="Xbuf", compatLevel="4.1.0", admVersion="Unknown Version", date="12/5/25 1:32 PM", buildInfo="nvx-talon-3.16.63 (nvx-codegen-plugin)") @AdmFactoryInfo(factoryClass=SrvMonFactory.class, vfid=32, ofid=32, typeId=206) public final class SrvMonAppStoreBindingPersisterStats extends Object implements com.neeve.xbuf.IXbufDesyncer, UtlPool.Item<SrvMonAppStoreBindingPersisterStats>, ISrvMonAppStoreBindingPersisterStats
| ADM Type | Embedded Entity |
| Factory | SrvMonFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| detachedPersist | Boolean | 21 | Indicates if the persister is operating in detached mode. |
| disruptorStats | SrvMonDisruptorStats |
22 | The disruptor stats for a persister 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 recorded by the persister. |
| numForks | Long | 23 | The number of forked packets persisted. |
| numPutsRecorded | Long | 16 | The number of puts recorded by the persister. |
| numRemovesRecorded | Long | 18 | The number of removes recorded by the persister. |
| numSendsRecorded | Long | 19 | The number of sends recorded by the persister. |
| numUpdatesRecorded | Long | 17 | The number of updates recorded by the persister. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvMonAppStoreBindingPersisterStats.Field
The SrvMonAppStoreBindingPersisterStats xbuf field (used internally when this entity is used as a field of another entity).
|
static class |
SrvMonAppStoreBindingPersisterStats.ListField
The SrvMonAppStoreBindingPersisterStats list field (used internally when this entity is used as an array field of another entity).
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonAppStoreBindingPersisterStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type.
|
| Constructor and Description |
|---|
SrvMonAppStoreBindingPersisterStats() |
SrvMonAppStoreBindingPersisterStats(int initialBackingBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
SrvMonAppStoreBindingPersisterStats |
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 |
clearNumPutsRecorded()
Clears the value of 'numPutsRecorded'.
|
void |
clearNumRemovesRecorded()
Clears the value of 'numRemovesRecorded'.
|
void |
clearNumSendsRecorded()
Clears the value of 'numSendsRecorded'.
|
void |
clearNumUpdatesRecorded()
Clears the value of 'numUpdatesRecorded'.
|
void |
clearXRogType() |
Object |
clone()
Creates a clone of this object.
|
SrvMonAppStoreBindingPersisterStats |
copy()
Creates a copy of this SrvMonAppStoreBindingPersisterStats.
|
void |
copyInto(SrvMonAppStoreBindingPersisterStats copy)
Copies the contents of this SrvMonAppStoreBindingPersisterStats into the target.
|
static SrvMonAppStoreBindingPersisterStats |
create() |
static SrvMonAppStoreBindingPersisterStats |
createFrom(byte[] serializedContainer) |
static SrvMonAppStoreBindingPersisterStats |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
static SrvMonAppStoreBindingPersisterStats |
createFromSerializedXbufContainer(byte[] serializedContainer) |
static SrvMonAppStoreBindingPersisterStats |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
static com.neeve.xbuf.XbufSchema |
createSchema() |
SrvMonAppStoreBindingPersisterStats |
deserializeFromByteArray(byte[] array) |
SrvMonAppStoreBindingPersisterStats |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppStoreBindingPersisterStats |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonAppStoreBindingPersisterStats |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppStoreBindingPersisterStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length) |
SrvMonAppStoreBindingPersisterStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppStoreBindingPersisterStats |
deserializeFromNative(long address,
int offset,
int length) |
SrvMonAppStoreBindingPersisterStats |
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'.
|
Boolean |
getDetachedPersistAsObject()
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'.
|
Long |
getFileSizeAsObject()
Gets the value of 'fileSize'.
|
com.neeve.xbuf.XbufVariableLongField |
getFileSizeField() |
static int |
getFileSizeFieldId() |
long |
getFileSizeUsed()
Gets the value of 'fileSizeUsed'.
|
Long |
getFileSizeUsedAsObject()
Gets the value of 'fileSizeUsed'.
|
com.neeve.xbuf.XbufVariableLongField |
getFileSizeUsedField() |
static int |
getFileSizeUsedFieldId() |
boolean |
getIsReadOnly() |
long |
getNumCommits()
Gets the value of 'numCommits'.
|
Long |
getNumCommitsAsObject()
Gets the value of 'numCommits'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsField() |
static int |
getNumCommitsFieldId() |
long |
getNumForks()
Gets the value of 'numForks'.
|
Long |
getNumForksAsObject()
Gets the value of 'numForks'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumForksField() |
static int |
getNumForksFieldId() |
long |
getNumPutsRecorded()
Gets the value of 'numPutsRecorded'.
|
Long |
getNumPutsRecordedAsObject()
Gets the value of 'numPutsRecorded'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumPutsRecordedField() |
static int |
getNumPutsRecordedFieldId() |
long |
getNumRemovesRecorded()
Gets the value of 'numRemovesRecorded'.
|
Long |
getNumRemovesRecordedAsObject()
Gets the value of 'numRemovesRecorded'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumRemovesRecordedField() |
static int |
getNumRemovesRecordedFieldId() |
long |
getNumSendsRecorded()
Gets the value of 'numSendsRecorded'.
|
Long |
getNumSendsRecordedAsObject()
Gets the value of 'numSendsRecorded'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumSendsRecordedField() |
static int |
getNumSendsRecordedFieldId() |
long |
getNumUpdatesRecorded()
Gets the value of 'numUpdatesRecorded'.
|
Long |
getNumUpdatesRecordedAsObject()
Gets the value of 'numUpdatesRecorded'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumUpdatesRecordedField() |
static int |
getNumUpdatesRecordedFieldId() |
int |
getOwnerCount() |
UtlPool<SrvMonAppStoreBindingPersisterStats> |
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() |
Short |
getXRogTypeAsObject() |
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 |
hasNumPutsRecorded()
Checks for the presence of 'numPutsRecorded'.
|
boolean |
hasNumRemovesRecorded()
Checks for the presence of 'numRemovesRecorded'.
|
boolean |
hasNumSendsRecorded()
Checks for the presence of 'numSendsRecorded'.
|
boolean |
hasNumUpdatesRecorded()
Checks for the presence of 'numUpdatesRecorded'.
|
boolean |
hasXRogType() |
SrvMonAppStoreBindingPersisterStats |
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 |
setDetachedPersistAsObject(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 |
setFileSizeAsObject(Long val)
Sets the value of 'fileSize'.
|
void |
setFileSizeFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setFileSizeUsed(long val)
Sets the value of 'fileSizeUsed'.
|
void |
setFileSizeUsedAsObject(Long val)
Sets the value of 'fileSizeUsed'.
|
void |
setFileSizeUsedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommits(long val)
Sets the value of 'numCommits'.
|
void |
setNumCommitsAsObject(Long val)
Sets the value of 'numCommits'.
|
void |
setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumForks(long val)
Sets the value of 'numForks'.
|
void |
setNumForksAsObject(Long val)
Sets the value of 'numForks'.
|
void |
setNumForksFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumPutsRecorded(long val)
Sets the value of 'numPutsRecorded'.
|
void |
setNumPutsRecordedAsObject(Long val)
Sets the value of 'numPutsRecorded'.
|
void |
setNumPutsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumRemovesRecorded(long val)
Sets the value of 'numRemovesRecorded'.
|
void |
setNumRemovesRecordedAsObject(Long val)
Sets the value of 'numRemovesRecorded'.
|
void |
setNumRemovesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumSendsRecorded(long val)
Sets the value of 'numSendsRecorded'.
|
void |
setNumSendsRecordedAsObject(Long val)
Sets the value of 'numSendsRecorded'.
|
void |
setNumSendsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumUpdatesRecorded(long val)
Sets the value of 'numUpdatesRecorded'.
|
void |
setNumUpdatesRecordedAsObject(Long val)
Sets the value of 'numUpdatesRecorded'.
|
void |
setNumUpdatesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val) |
SrvMonAppStoreBindingPersisterStats |
setPool(UtlPool<SrvMonAppStoreBindingPersisterStats> pool)
Set a pool item's pool.
|
void |
setPreserializedFields(PktBuffer buffer) |
void |
setXRogType(short val) |
void |
setXRogTypeAsObject(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 SrvMonAppStoreBindingPersisterStats[] EMPTY_ARRAY
public SrvMonAppStoreBindingPersisterStats()
public SrvMonAppStoreBindingPersisterStats(int initialBackingBufferSize)
public static SrvMonAppStoreBindingPersisterStats create()
public static SrvMonAppStoreBindingPersisterStats createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppStoreBindingPersisterStats createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonAppStoreBindingPersisterStats createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppStoreBindingPersisterStats 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 void setXRogTypeAsObject(Short val)
public final short getXRogType()
public final Short getXRogTypeAsObject()
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 getNumPutsRecordedFieldId()
public final void setNumPutsRecorded(long val)
ISrvMonAppStoreBindingPersisterStatssetNumPutsRecorded in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setNumPutsRecordedAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatssetNumPutsRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getNumPutsRecorded()
ISrvMonAppStoreBindingPersisterStatsgetNumPutsRecorded in interface ISrvMonAppStoreBindingPersisterStatspublic final Long getNumPutsRecordedAsObject()
ISrvMonAppStoreBindingPersisterStatsgetNumPutsRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setNumPutsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumPutsRecordedField()
public final boolean hasNumPutsRecorded()
ISrvMonAppStoreBindingPersisterStatshasNumPutsRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getNumPutsRecorded()public final void clearNumPutsRecorded()
ISrvMonAppStoreBindingPersisterStatsclearNumPutsRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setNumPutsRecorded(long)public static final int getNumUpdatesRecordedFieldId()
public final void setNumUpdatesRecorded(long val)
ISrvMonAppStoreBindingPersisterStatssetNumUpdatesRecorded in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setNumUpdatesRecordedAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatssetNumUpdatesRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getNumUpdatesRecorded()
ISrvMonAppStoreBindingPersisterStatsgetNumUpdatesRecorded in interface ISrvMonAppStoreBindingPersisterStatspublic final Long getNumUpdatesRecordedAsObject()
ISrvMonAppStoreBindingPersisterStatsgetNumUpdatesRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setNumUpdatesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumUpdatesRecordedField()
public final boolean hasNumUpdatesRecorded()
ISrvMonAppStoreBindingPersisterStatshasNumUpdatesRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getNumUpdatesRecorded()public final void clearNumUpdatesRecorded()
ISrvMonAppStoreBindingPersisterStatsclearNumUpdatesRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setNumUpdatesRecorded(long)public static final int getNumRemovesRecordedFieldId()
public final void setNumRemovesRecorded(long val)
ISrvMonAppStoreBindingPersisterStatssetNumRemovesRecorded in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setNumRemovesRecordedAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatssetNumRemovesRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getNumRemovesRecorded()
ISrvMonAppStoreBindingPersisterStatsgetNumRemovesRecorded in interface ISrvMonAppStoreBindingPersisterStatspublic final Long getNumRemovesRecordedAsObject()
ISrvMonAppStoreBindingPersisterStatsgetNumRemovesRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setNumRemovesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumRemovesRecordedField()
public final boolean hasNumRemovesRecorded()
ISrvMonAppStoreBindingPersisterStatshasNumRemovesRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getNumRemovesRecorded()public final void clearNumRemovesRecorded()
ISrvMonAppStoreBindingPersisterStatsclearNumRemovesRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setNumRemovesRecorded(long)public static final int getNumSendsRecordedFieldId()
public final void setNumSendsRecorded(long val)
ISrvMonAppStoreBindingPersisterStatssetNumSendsRecorded in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setNumSendsRecordedAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatssetNumSendsRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getNumSendsRecorded()
ISrvMonAppStoreBindingPersisterStatsgetNumSendsRecorded in interface ISrvMonAppStoreBindingPersisterStatspublic final Long getNumSendsRecordedAsObject()
ISrvMonAppStoreBindingPersisterStatsgetNumSendsRecordedAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setNumSendsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumSendsRecordedField()
public final boolean hasNumSendsRecorded()
ISrvMonAppStoreBindingPersisterStatshasNumSendsRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getNumSendsRecorded()public final void clearNumSendsRecorded()
ISrvMonAppStoreBindingPersisterStatsclearNumSendsRecorded in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setNumSendsRecorded(long)public static final int getNumCommitsFieldId()
public final void setNumCommits(long val)
ISrvMonAppStoreBindingPersisterStatssetNumCommits in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setNumCommitsAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatssetNumCommitsAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getNumCommits()
ISrvMonAppStoreBindingPersisterStatsgetNumCommits in interface ISrvMonAppStoreBindingPersisterStatspublic final Long getNumCommitsAsObject()
ISrvMonAppStoreBindingPersisterStatsgetNumCommitsAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsField()
public final boolean hasNumCommits()
ISrvMonAppStoreBindingPersisterStatshasNumCommits in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getNumCommits()public final void clearNumCommits()
ISrvMonAppStoreBindingPersisterStatsclearNumCommits in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setNumCommits(long)public static final int getDetachedPersistFieldId()
public final void setDetachedPersist(boolean val)
ISrvMonAppStoreBindingPersisterStatssetDetachedPersist in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setDetachedPersistAsObject(Boolean val)
ISrvMonAppStoreBindingPersisterStatssetDetachedPersistAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final boolean getDetachedPersist()
ISrvMonAppStoreBindingPersisterStatsgetDetachedPersist in interface ISrvMonAppStoreBindingPersisterStatspublic final Boolean getDetachedPersistAsObject()
ISrvMonAppStoreBindingPersisterStatsgetDetachedPersistAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setDetachedPersistFrom(com.neeve.xbuf.XbufVariableBooleanField val)
public final com.neeve.xbuf.XbufVariableBooleanField getDetachedPersistField()
public final boolean hasDetachedPersist()
ISrvMonAppStoreBindingPersisterStatshasDetachedPersist in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getDetachedPersist()public final void clearDetachedPersist()
ISrvMonAppStoreBindingPersisterStatsclearDetachedPersist in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setDetachedPersist(boolean)public static final int getNumForksFieldId()
public final void setNumForks(long val)
ISrvMonAppStoreBindingPersisterStatssetNumForks in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setNumForksAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatssetNumForksAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getNumForks()
ISrvMonAppStoreBindingPersisterStatsgetNumForks in interface ISrvMonAppStoreBindingPersisterStatspublic final Long getNumForksAsObject()
ISrvMonAppStoreBindingPersisterStatsgetNumForksAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setNumForksFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumForksField()
public final boolean hasNumForks()
ISrvMonAppStoreBindingPersisterStatshasNumForks in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getNumForks()public final void clearNumForks()
ISrvMonAppStoreBindingPersisterStatsclearNumForks in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setNumForks(long)public static final int getFileSizeFieldId()
public final void setFileSize(long val)
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setFileSizeAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatsThis 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.
setFileSizeAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getFileSize()
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatspublic final Long getFileSizeAsObject()
ISrvMonAppStoreBindingPersisterStatsThis 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.
getFileSizeAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setFileSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getFileSizeField()
public final boolean hasFileSize()
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getFileSize()public final void clearFileSize()
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setFileSize(long)public static final int getFileSizeUsedFieldId()
public final void setFileSizeUsed(long val)
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void setFileSizeUsedAsObject(Long val)
ISrvMonAppStoreBindingPersisterStatsThis 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.
setFileSizeUsedAsObject in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final long getFileSizeUsed()
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatspublic final Long getFileSizeUsedAsObject()
ISrvMonAppStoreBindingPersisterStatsThis 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.
getFileSizeUsedAsObject in interface ISrvMonAppStoreBindingPersisterStatspublic final void setFileSizeUsedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getFileSizeUsedField()
public final boolean hasFileSizeUsed()
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getFileSizeUsed()public final void clearFileSizeUsed()
ISrvMonAppStoreBindingPersisterStatsThis 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 ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.setFileSizeUsed(long)public static final int getDisruptorStatsFieldId()
public final void setDisruptorStats(SrvMonDisruptorStats val)
ISrvMonAppStoreBindingPersisterStatssetDisruptorStats in interface ISrvMonAppStoreBindingPersisterStatsval - The value to set.public final void lendDisruptorStats(SrvMonDisruptorStats val)
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStatsval - the value to 'lend' to lend.public final SrvMonDisruptorStats getDisruptorStats()
ISrvMonAppStoreBindingPersisterStatsgetDisruptorStats in interface ISrvMonAppStoreBindingPersisterStatspublic final void getDisruptorStatsTo(SrvMonDisruptorStats to)
ISrvMonAppStoreBindingPersisterStatsIF the value is not set, then the contents of the provided SrvMonDisruptorStats are cleared.
getDisruptorStatsTo in interface ISrvMonAppStoreBindingPersisterStatsto - the value to copy intoSrvMonDisruptorStats.copyInto(SrvMonDisruptorStats)public final SrvMonDisruptorStats takeDisruptorStats()
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStatsnull if the field is not set.public final boolean hasDisruptorStats()
ISrvMonAppStoreBindingPersisterStatshasDisruptorStats in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.getDisruptorStats()public final void clearDisruptorStats()
ISrvMonAppStoreBindingPersisterStatsclearDisruptorStats in interface ISrvMonAppStoreBindingPersisterStatsISrvMonAppStoreBindingPersisterStats.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 SrvMonAppStoreBindingPersisterStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingPersisterStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonAppStoreBindingPersisterStats deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingPersisterStats deserializeFromByteArray(byte[] array)
public final SrvMonAppStoreBindingPersisterStats deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingPersisterStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonAppStoreBindingPersisterStats deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingPersisterStats deserializeFromNative(long address, int offset, int length)
public final void sync()
public final int desync(PktBuffer buffer, int pos, boolean frameOnly)
com.neeve.xbuf.IXbufDesyncerdesync in interface com.neeve.xbuf.IXbufDesyncerbuffer - 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 SrvMonAppStoreBindingPersisterStats 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<SrvMonAppStoreBindingPersisterStats>public final SrvMonAppStoreBindingPersisterStats setPool(UtlPool<SrvMonAppStoreBindingPersisterStats> 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<SrvMonAppStoreBindingPersisterStats>public final UtlPool<SrvMonAppStoreBindingPersisterStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonAppStoreBindingPersisterStats>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)public final boolean isReferenceCounted()
public final SrvMonAppStoreBindingPersisterStats acquire()
public final int getOwnerCount()
public final void dispose()
public final Object clone()
This method differs from the copy() method in that:
public final SrvMonAppStoreBindingPersisterStats 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 SrvMonAppStoreBindingPersisterStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppStoreBindingPersisterStats is read only.
public final void copyInto(SrvMonAppStoreBindingPersisterStats 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 SrvMonAppStoreBindingPersisterStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppStoreBindingPersisterStats is read only.
copy - The target into which to copy.public final boolean isValid()
IRogValidatableisValid in interface IRogValidatablepublic final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatablegetValidationErrors in interface IRogValidatableresults - 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.