|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.server.mon.SrvMonAppStoreBindingPersisterStats
@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=206) public final class SrvMonAppStoreBindingPersisterStats
Holds stats for a store's persister sender.
Nested Class Summary | |
---|---|
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). |
Field Summary | |
---|---|
static SrvMonAppStoreBindingPersisterStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type. |
Constructor Summary | |
---|---|
SrvMonAppStoreBindingPersisterStats()
|
|
SrvMonAppStoreBindingPersisterStats(int initialBackingBufferSize)
|
Method Summary | |
---|---|
SrvMonAppStoreBindingPersisterStats |
acquire()
|
void |
clearContent()
|
void |
clearDetachedPersist()
Clears the value of 'detachedPersist' Field Description Indicates if the persister is operating in detached mode. |
void |
clearDisruptorStats()
Clears the value of 'disruptorStats' Field Description The disruptor stats for a persister 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 recorded by the persister. |
void |
clearNumForks()
Clears the value of 'numForks' Field Description The number of forked packets persisted. |
void |
clearNumPutsRecorded()
Clears the value of 'numPutsRecorded' Field Description The number of puts recorded by the persister. |
void |
clearNumRemovesRecorded()
Clears the value of 'numRemovesRecorded' Field Description The number of removes recorded by the persister. |
void |
clearNumSendsRecorded()
Clears the value of 'numSendsRecorded' Field Description The number of sends recorded by the persister. |
void |
clearNumUpdatesRecorded()
Clears the value of 'numUpdatesRecorded' Field Description The number of updates recorded by the persister. |
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)
|
void |
desyncFieldBitmask()
|
void |
dispose()
|
PktBuffer |
getBackingBuffer()
|
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy()
|
boolean |
getDetachedPersist()
Gets the value of 'detachedPersist' Field Description Indicates if the persister 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 persister 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 recorded by the persister. |
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 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 |
getNumPutsRecorded()
Gets the value of 'numPutsRecorded' Field Description The number of puts recorded by the persister. |
com.neeve.xbuf.XbufVariableLongField |
getNumPutsRecordedField()
|
static int |
getNumPutsRecordedFieldId()
Get the field id for 'numPutsRecorded' This method can be used to set field interests. |
long |
getNumRemovesRecorded()
Gets the value of 'numRemovesRecorded' Field Description The number of removes recorded by the persister. |
com.neeve.xbuf.XbufVariableLongField |
getNumRemovesRecordedField()
|
static int |
getNumRemovesRecordedFieldId()
Get the field id for 'numRemovesRecorded' This method can be used to set field interests. |
long |
getNumSendsRecorded()
Gets the value of 'numSendsRecorded' Field Description The number of sends recorded by the persister. |
com.neeve.xbuf.XbufVariableLongField |
getNumSendsRecordedField()
|
static int |
getNumSendsRecordedFieldId()
Get the field id for 'numSendsRecorded' This method can be used to set field interests. |
long |
getNumUpdatesRecorded()
Gets the value of 'numUpdatesRecorded' Field Description The number of updates recorded by the persister. |
com.neeve.xbuf.XbufVariableLongField |
getNumUpdatesRecordedField()
|
static int |
getNumUpdatesRecordedFieldId()
Get the field id for 'numUpdatesRecorded' This method can be used to set field interests. |
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()
|
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 persister is operating in detached mode. |
boolean |
hasDisruptorStats()
Checks for the presence of 'disruptorStats' Field Description The disruptor stats for a persister 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 recorded by the persister. |
boolean |
hasNumForks()
Checks for the presence of 'numForks' Field Description The number of forked packets persisted. |
boolean |
hasNumPutsRecorded()
Checks for the presence of 'numPutsRecorded' Field Description The number of puts recorded by the persister. |
boolean |
hasNumRemovesRecorded()
Checks for the presence of 'numRemovesRecorded' Field Description The number of removes recorded by the persister. |
boolean |
hasNumSendsRecorded()
Checks for the presence of 'numSendsRecorded' Field Description The number of sends recorded by the persister. |
boolean |
hasNumUpdatesRecorded()
Checks for the presence of 'numUpdatesRecorded' Field Description The number of updates recorded by the persister. |
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' Field Description Indicates if the persister 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 persister 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 recorded by the persister. |
void |
setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumForks(long val)
Sets the value of 'numForks' Field Description The number of forked packets persisted. |
void |
setNumForksFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumPutsRecorded(long val)
Sets the value of 'numPutsRecorded' Field Description The number of puts recorded by the persister. |
void |
setNumPutsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumRemovesRecorded(long val)
Sets the value of 'numRemovesRecorded' Field Description The number of removes recorded by the persister. |
void |
setNumRemovesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumSendsRecorded(long val)
Sets the value of 'numSendsRecorded' Field Description The number of sends recorded by the persister. |
void |
setNumSendsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumUpdatesRecorded(long val)
Sets the value of 'numUpdatesRecorded' Field Description The number of updates recorded by the persister. |
void |
setNumUpdatesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
SrvMonAppStoreBindingPersisterStats |
setPool(UtlPool<SrvMonAppStoreBindingPersisterStats> 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 SrvMonAppStoreBindingPersisterStats[] EMPTY_ARRAY
Constructor Detail |
---|
public SrvMonAppStoreBindingPersisterStats()
public SrvMonAppStoreBindingPersisterStats(int initialBackingBufferSize)
Method Detail |
---|
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 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 getNumPutsRecordedFieldId()
This method can be used to set field interests.
getNumPutsRecorded()
public final void setNumPutsRecorded(long val)
ISrvMonAppStoreBindingPersisterStats
setNumPutsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getNumPutsRecorded()
ISrvMonAppStoreBindingPersisterStats
getNumPutsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
public final void setNumPutsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumPutsRecordedField()
public final boolean hasNumPutsRecorded()
ISrvMonAppStoreBindingPersisterStats
hasNumPutsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getNumPutsRecorded()
public final void clearNumPutsRecorded()
ISrvMonAppStoreBindingPersisterStats
clearNumPutsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setNumPutsRecorded(long)
public static final int getNumUpdatesRecordedFieldId()
This method can be used to set field interests.
getNumUpdatesRecorded()
public final void setNumUpdatesRecorded(long val)
ISrvMonAppStoreBindingPersisterStats
setNumUpdatesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getNumUpdatesRecorded()
ISrvMonAppStoreBindingPersisterStats
getNumUpdatesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
public final void setNumUpdatesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumUpdatesRecordedField()
public final boolean hasNumUpdatesRecorded()
ISrvMonAppStoreBindingPersisterStats
hasNumUpdatesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getNumUpdatesRecorded()
public final void clearNumUpdatesRecorded()
ISrvMonAppStoreBindingPersisterStats
clearNumUpdatesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setNumUpdatesRecorded(long)
public static final int getNumRemovesRecordedFieldId()
This method can be used to set field interests.
getNumRemovesRecorded()
public final void setNumRemovesRecorded(long val)
ISrvMonAppStoreBindingPersisterStats
setNumRemovesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getNumRemovesRecorded()
ISrvMonAppStoreBindingPersisterStats
getNumRemovesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
public final void setNumRemovesRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumRemovesRecordedField()
public final boolean hasNumRemovesRecorded()
ISrvMonAppStoreBindingPersisterStats
hasNumRemovesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getNumRemovesRecorded()
public final void clearNumRemovesRecorded()
ISrvMonAppStoreBindingPersisterStats
clearNumRemovesRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setNumRemovesRecorded(long)
public static final int getNumSendsRecordedFieldId()
This method can be used to set field interests.
getNumSendsRecorded()
public final void setNumSendsRecorded(long val)
ISrvMonAppStoreBindingPersisterStats
setNumSendsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getNumSendsRecorded()
ISrvMonAppStoreBindingPersisterStats
getNumSendsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
public final void setNumSendsRecordedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumSendsRecordedField()
public final boolean hasNumSendsRecorded()
ISrvMonAppStoreBindingPersisterStats
hasNumSendsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getNumSendsRecorded()
public final void clearNumSendsRecorded()
ISrvMonAppStoreBindingPersisterStats
clearNumSendsRecorded
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setNumSendsRecorded(long)
public static final int getNumCommitsFieldId()
This method can be used to set field interests.
getNumCommits()
public final void setNumCommits(long val)
ISrvMonAppStoreBindingPersisterStats
setNumCommits
in interface ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getNumCommits()
ISrvMonAppStoreBindingPersisterStats
getNumCommits
in interface ISrvMonAppStoreBindingPersisterStats
public final void setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsField()
public final boolean hasNumCommits()
ISrvMonAppStoreBindingPersisterStats
hasNumCommits
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getNumCommits()
public final void clearNumCommits()
ISrvMonAppStoreBindingPersisterStats
clearNumCommits
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setNumCommits(long)
public static final int getDetachedPersistFieldId()
This method can be used to set field interests.
getDetachedPersist()
public final void setDetachedPersist(boolean val)
ISrvMonAppStoreBindingPersisterStats
setDetachedPersist
in interface ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final boolean getDetachedPersist()
ISrvMonAppStoreBindingPersisterStats
getDetachedPersist
in interface ISrvMonAppStoreBindingPersisterStats
public final void setDetachedPersistFrom(com.neeve.xbuf.XbufVariableBooleanField val)
public final com.neeve.xbuf.XbufVariableBooleanField getDetachedPersistField()
public final boolean hasDetachedPersist()
ISrvMonAppStoreBindingPersisterStats
hasDetachedPersist
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getDetachedPersist()
public final void clearDetachedPersist()
ISrvMonAppStoreBindingPersisterStats
clearDetachedPersist
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setDetachedPersist(boolean)
public static final int getNumForksFieldId()
This method can be used to set field interests.
getNumForks()
public final void setNumForks(long val)
ISrvMonAppStoreBindingPersisterStats
setNumForks
in interface ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getNumForks()
ISrvMonAppStoreBindingPersisterStats
getNumForks
in interface ISrvMonAppStoreBindingPersisterStats
public final void setNumForksFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumForksField()
public final boolean hasNumForks()
ISrvMonAppStoreBindingPersisterStats
hasNumForks
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getNumForks()
public final void clearNumForks()
ISrvMonAppStoreBindingPersisterStats
clearNumForks
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setNumForks(long)
public static final int getFileSizeFieldId()
This method can be used to set field interests.
getFileSize()
public final void setFileSize(long val)
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getFileSize()
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
public final void setFileSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getFileSizeField()
public final boolean hasFileSize()
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getFileSize()
public final void clearFileSize()
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setFileSize(long)
public static final int getFileSizeUsedFieldId()
This method can be used to set field interests.
getFileSizeUsed()
public final void setFileSizeUsed(long val)
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
val
- The value to set.public final long getFileSizeUsed()
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
public final void setFileSizeUsedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getFileSizeUsedField()
public final boolean hasFileSizeUsed()
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getFileSizeUsed()
public final void clearFileSizeUsed()
ISrvMonAppStoreBindingPersisterStats
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 ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.setFileSizeUsed(long)
public static final int getDisruptorStatsFieldId()
This method can be used to set field interests.
getDisruptorStats()
public final void setDisruptorStats(SrvMonDisruptorStats val)
ISrvMonAppStoreBindingPersisterStats
setDisruptorStats
in interface ISrvMonAppStoreBindingPersisterStats
val
- 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 ISrvMonAppStoreBindingPersisterStats
val
- the value to 'lend' to lend.public final SrvMonDisruptorStats getDisruptorStats()
ISrvMonAppStoreBindingPersisterStats
getDisruptorStats
in interface ISrvMonAppStoreBindingPersisterStats
public final void getDisruptorStatsTo(SrvMonDisruptorStats to)
ISrvMonAppStoreBindingPersisterStats
IF the value is not set, then the contents of the provided SrvMonDisruptorStats are cleared.
getDisruptorStatsTo
in interface ISrvMonAppStoreBindingPersisterStats
to
- 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 ISrvMonAppStoreBindingPersisterStats
null
if the field is not set.public final boolean hasDisruptorStats()
ISrvMonAppStoreBindingPersisterStats
hasDisruptorStats
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.getDisruptorStats()
public final void clearDisruptorStats()
ISrvMonAppStoreBindingPersisterStats
clearDisruptorStats
in interface ISrvMonAppStoreBindingPersisterStats
ISrvMonAppStoreBindingPersisterStats.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)
desync
in interface com.neeve.xbuf.IXbufDesyncer
public final SrvMonAppStoreBindingPersisterStats 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<SrvMonAppStoreBindingPersisterStats>
public final SrvMonAppStoreBindingPersisterStats setPool(UtlPool<SrvMonAppStoreBindingPersisterStats> 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<SrvMonAppStoreBindingPersisterStats>
public final UtlPool<SrvMonAppStoreBindingPersisterStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool
getPool
in interface UtlPool.Item<SrvMonAppStoreBindingPersisterStats>
UtlPool.Item.setPool(com.neeve.util.UtlPool)
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:
clone
in class Object
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()
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 |