@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=205) public final class SrvMonAppStoreBindingStats extends Object implements com.neeve.xbuf.IXbufDesyncer, UtlPool.Item<SrvMonAppStoreBindingStats>, ISrvMonAppStoreBindingStats
An applications store provides an application with HA and fault tolerance by using a combination or replication and persistence.
ADM Type | Embedded Entity |
Factory | SrvMonFactory |
ADM Field Summary |
---|
Field | Type | Id | Description |
---|---|---|---|
ICRRole | SrvMonAppStoreICRRole |
38 | The store's ICR Role. |
ICRSenderStats | SrvMonAppStoreBindingICRSenderStats |
37 | When configured with an ICR Sender, the ICR sender stats. |
commitLatencies | SrvMonIntSeries |
34 |
Latencies statistics for transaction commit (aka 'c').
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk. |
commitQueueSize | SrvMonIntSeries |
35 | The number of entries commited per commit (aka 'cqs'). |
dataSize | Long | 39 | The total size of serialized object data held by the store. |
deserializeLatencies | SrvMonIntSeries |
30 | The time spent deserializing a transactions entries (by a backup store member) (aka 'd'). |
icrSendLatencies | SrvMonIntSeries |
32 | The amount of time spent sending transaction entries through an ICR receiver (aka 'icr'). |
indexLatencies | SrvMonIntSeries |
33 | Latencies statistics for store object indexing (if enabled) (aka 'idx'). |
numCommitCompletionsReceived | Long | 24 | The number of commit acknowledgements received by this store member from followers. |
numCommitCompletionsSent | Long | 23 | The number of commit acknowledgements sent by this store member to the leader. |
numCommitEntriesReceived | Long | 22 | The number of committed entries replicated to this store. |
numCommitEntriesSent | Long | 20 | The number of committed entries replicated by the store. |
numCommitsReceived | Long | 21 | The number of committed transactions replicated to this store. |
numCommitsSent | Long | 19 | The number of committed transactions replicated by the store. |
persistLatencies | SrvMonIntSeries |
31 | The amount of time spent persisting transaction entries to disk (aka 'per'). |
persisterStats | SrvMonAppStoreBindingPersisterStats |
36 | When configured with a persister, the persister stats. |
role | SrvMonAppStoreBindingRole |
16 | The current HA Role for the Store. |
serializeLatencies | SrvMonIntSeries |
25 | The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's'). |
serializeToPersistLatencies | SrvMonIntSeries |
27 | The time between serializing transaction entries to the time that entries have been passed to the persister for write to disk (but not yet synced) (aka 's2p'). |
serializeToWireLatencies | SrvMonIntSeries |
26 | The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w'). |
size | Integer | 18 | The number of objects in the store. |
state | SrvMonAppStoreBindingState |
17 | The current state for the Store. |
wireLatencies | SrvMonIntSeries |
28 |
The round trip time on the wire from when the last commit entry is written to the last commit entry be read from the wire (aka 'w').
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative. |
wireToDeserializeLatencies | SrvMonIntSeries |
29 | The time between receipt of a commit packet to the point at which deserialization of the entries has started (by a backup store member) (aka 'w2d'). |
Modifier and Type | Class and Description |
---|---|
static class |
SrvMonAppStoreBindingStats.Field
The SrvMonAppStoreBindingStats xbuf field (used internally when this entity is used as a field of another entity).
|
static class |
SrvMonAppStoreBindingStats.ListField
The SrvMonAppStoreBindingStats list field (used internally when this entity is used as an array field of another entity).
|
Modifier and Type | Field and Description |
---|---|
static SrvMonAppStoreBindingStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type.
|
Constructor and Description |
---|
SrvMonAppStoreBindingStats() |
SrvMonAppStoreBindingStats(int initialBackingBufferSize) |
Modifier and Type | Method and Description |
---|---|
SrvMonAppStoreBindingStats |
acquire() |
void |
clearCommitLatencies()
Clears the value of 'commitLatencies'.
|
void |
clearCommitQueueSize()
Clears the value of 'commitQueueSize'.
|
void |
clearContent() |
void |
clearDataSize()
Clears the value of 'dataSize'.
|
void |
clearDeserializeLatencies()
Clears the value of 'deserializeLatencies'.
|
void |
clearICRRole()
Clears the value of 'ICRRole'.
|
void |
clearICRSenderStats()
Clears the value of 'ICRSenderStats'.
|
void |
clearIcrSendLatencies()
Clears the value of 'icrSendLatencies'.
|
void |
clearIndexLatencies()
Clears the value of 'indexLatencies'.
|
void |
clearNumCommitCompletionsReceived()
Clears the value of 'numCommitCompletionsReceived'.
|
void |
clearNumCommitCompletionsSent()
Clears the value of 'numCommitCompletionsSent'.
|
void |
clearNumCommitEntriesReceived()
Clears the value of 'numCommitEntriesReceived'.
|
void |
clearNumCommitEntriesSent()
Clears the value of 'numCommitEntriesSent'.
|
void |
clearNumCommitsReceived()
Clears the value of 'numCommitsReceived'.
|
void |
clearNumCommitsSent()
Clears the value of 'numCommitsSent'.
|
void |
clearPersisterStats()
Clears the value of 'persisterStats'.
|
void |
clearPersistLatencies()
Clears the value of 'persistLatencies'.
|
void |
clearRole()
Clears the value of 'role'.
|
void |
clearSerializeLatencies()
Clears the value of 'serializeLatencies'.
|
void |
clearSerializeToPersistLatencies()
Clears the value of 'serializeToPersistLatencies'.
|
void |
clearSerializeToWireLatencies()
Clears the value of 'serializeToWireLatencies'.
|
void |
clearSize()
Clears the value of 'size'.
|
void |
clearState()
Clears the value of 'state'.
|
void |
clearWireLatencies()
Clears the value of 'wireLatencies'.
|
void |
clearWireToDeserializeLatencies()
Clears the value of 'wireToDeserializeLatencies'.
|
void |
clearXRogType() |
Object |
clone()
Creates a clone of this object.
|
SrvMonAppStoreBindingStats |
copy()
Creates a copy of this SrvMonAppStoreBindingStats.
|
void |
copyInto(SrvMonAppStoreBindingStats copy)
Copies the contents of this SrvMonAppStoreBindingStats into the target.
|
static SrvMonAppStoreBindingStats |
create() |
static SrvMonAppStoreBindingStats |
createFrom(byte[] serializedContainer) |
static SrvMonAppStoreBindingStats |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
static SrvMonAppStoreBindingStats |
createFromSerializedXbufContainer(byte[] serializedContainer) |
static SrvMonAppStoreBindingStats |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
static com.neeve.xbuf.XbufSchema |
createSchema() |
SrvMonAppStoreBindingStats |
deserializeFromByteArray(byte[] array) |
SrvMonAppStoreBindingStats |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppStoreBindingStats |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonAppStoreBindingStats |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppStoreBindingStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length) |
SrvMonAppStoreBindingStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppStoreBindingStats |
deserializeFromNative(long address,
int offset,
int length) |
SrvMonAppStoreBindingStats |
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() |
SrvMonIntSeries |
getCommitLatencies()
Gets the value of 'commitLatencies'.
|
static int |
getCommitLatenciesFieldId() |
void |
getCommitLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getCommitQueueSize()
Gets the value of 'commitQueueSize'.
|
static int |
getCommitQueueSizeFieldId() |
void |
getCommitQueueSizeTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
long |
getDataSize()
Gets the value of 'dataSize'.
|
com.neeve.xbuf.XbufVariableLongField |
getDataSizeField() |
static int |
getDataSizeFieldId() |
SrvMonIntSeries |
getDeserializeLatencies()
Gets the value of 'deserializeLatencies'.
|
static int |
getDeserializeLatenciesFieldId() |
void |
getDeserializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy() |
SrvMonAppStoreICRRole |
getICRRole()
Gets the value of 'ICRRole'.
|
com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> |
getICRRoleField() |
static int |
getICRRoleFieldId() |
SrvMonAppStoreBindingICRSenderStats |
getICRSenderStats()
Gets the value of 'ICRSenderStats'.
|
static int |
getICRSenderStatsFieldId() |
void |
getICRSenderStatsTo(SrvMonAppStoreBindingICRSenderStats to)
Copies the value of SrvMonAppStoreBindingICRSenderStats into the provided value.
|
SrvMonIntSeries |
getIcrSendLatencies()
Gets the value of 'icrSendLatencies'.
|
static int |
getIcrSendLatenciesFieldId() |
void |
getIcrSendLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getIndexLatencies()
Gets the value of 'indexLatencies'.
|
static int |
getIndexLatenciesFieldId() |
void |
getIndexLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
boolean |
getIsReadOnly() |
long |
getNumCommitCompletionsReceived()
Gets the value of 'numCommitCompletionsReceived'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitCompletionsReceivedField() |
static int |
getNumCommitCompletionsReceivedFieldId() |
long |
getNumCommitCompletionsSent()
Gets the value of 'numCommitCompletionsSent'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitCompletionsSentField() |
static int |
getNumCommitCompletionsSentFieldId() |
long |
getNumCommitEntriesReceived()
Gets the value of 'numCommitEntriesReceived'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitEntriesReceivedField() |
static int |
getNumCommitEntriesReceivedFieldId() |
long |
getNumCommitEntriesSent()
Gets the value of 'numCommitEntriesSent'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitEntriesSentField() |
static int |
getNumCommitEntriesSentFieldId() |
long |
getNumCommitsReceived()
Gets the value of 'numCommitsReceived'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsReceivedField() |
static int |
getNumCommitsReceivedFieldId() |
long |
getNumCommitsSent()
Gets the value of 'numCommitsSent'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsSentField() |
static int |
getNumCommitsSentFieldId() |
int |
getOwnerCount() |
SrvMonAppStoreBindingPersisterStats |
getPersisterStats()
Gets the value of 'persisterStats'.
|
static int |
getPersisterStatsFieldId() |
void |
getPersisterStatsTo(SrvMonAppStoreBindingPersisterStats to)
Copies the value of SrvMonAppStoreBindingPersisterStats into the provided value.
|
SrvMonIntSeries |
getPersistLatencies()
Gets the value of 'persistLatencies'.
|
static int |
getPersistLatenciesFieldId() |
void |
getPersistLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
UtlPool<SrvMonAppStoreBindingStats> |
getPool()
Get a pool item's pool.
|
SrvMonAppStoreBindingRole |
getRole()
Gets the value of 'role'.
|
com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> |
getRoleField() |
static int |
getRoleFieldId() |
SrvMonIntSeries |
getSerializeLatencies()
Gets the value of 'serializeLatencies'.
|
static int |
getSerializeLatenciesFieldId() |
void |
getSerializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
int |
getSerializeToNativeLength() |
SrvMonIntSeries |
getSerializeToPersistLatencies()
Gets the value of 'serializeToPersistLatencies'.
|
static int |
getSerializeToPersistLatenciesFieldId() |
void |
getSerializeToPersistLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getSerializeToWireLatencies()
Gets the value of 'serializeToWireLatencies'.
|
static int |
getSerializeToWireLatenciesFieldId() |
void |
getSerializeToWireLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
int |
getSize()
Gets the value of 'size'.
|
com.neeve.xbuf.XbufVariableIntField |
getSizeField() |
static int |
getSizeFieldId() |
SrvMonAppStoreBindingState |
getState()
Gets the value of 'state'.
|
com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> |
getStateField() |
static int |
getStateFieldId() |
void |
getValidationErrors(List<XString> results,
String errorPrefix)
Collects validation errors into the provided list.
|
SrvMonIntSeries |
getWireLatencies()
Gets the value of 'wireLatencies'.
|
static int |
getWireLatenciesFieldId() |
void |
getWireLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getWireToDeserializeLatencies()
Gets the value of 'wireToDeserializeLatencies'.
|
static int |
getWireToDeserializeLatenciesFieldId() |
void |
getWireToDeserializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
short |
getXRogType() |
com.neeve.xbuf.XbufVariableShortField |
getXRogTypeField() |
static int |
getXRogTypeFieldId() |
boolean |
hasCommitLatencies()
Checks for the presence of 'commitLatencies'.
|
boolean |
hasCommitQueueSize()
Checks for the presence of 'commitQueueSize'.
|
boolean |
hasDataSize()
Checks for the presence of 'dataSize'.
|
boolean |
hasDeserializeLatencies()
Checks for the presence of 'deserializeLatencies'.
|
boolean |
hasICRRole()
Checks for the presence of 'ICRRole'.
|
boolean |
hasICRSenderStats()
Checks for the presence of 'ICRSenderStats'.
|
boolean |
hasIcrSendLatencies()
Checks for the presence of 'icrSendLatencies'.
|
boolean |
hasIndexLatencies()
Checks for the presence of 'indexLatencies'.
|
boolean |
hasNumCommitCompletionsReceived()
Checks for the presence of 'numCommitCompletionsReceived'.
|
boolean |
hasNumCommitCompletionsSent()
Checks for the presence of 'numCommitCompletionsSent'.
|
boolean |
hasNumCommitEntriesReceived()
Checks for the presence of 'numCommitEntriesReceived'.
|
boolean |
hasNumCommitEntriesSent()
Checks for the presence of 'numCommitEntriesSent'.
|
boolean |
hasNumCommitsReceived()
Checks for the presence of 'numCommitsReceived'.
|
boolean |
hasNumCommitsSent()
Checks for the presence of 'numCommitsSent'.
|
boolean |
hasPersisterStats()
Checks for the presence of 'persisterStats'.
|
boolean |
hasPersistLatencies()
Checks for the presence of 'persistLatencies'.
|
boolean |
hasRole()
Checks for the presence of 'role'.
|
boolean |
hasSerializeLatencies()
Checks for the presence of 'serializeLatencies'.
|
boolean |
hasSerializeToPersistLatencies()
Checks for the presence of 'serializeToPersistLatencies'.
|
boolean |
hasSerializeToWireLatencies()
Checks for the presence of 'serializeToWireLatencies'.
|
boolean |
hasSize()
Checks for the presence of 'size'.
|
boolean |
hasState()
Checks for the presence of 'state'.
|
boolean |
hasWireLatencies()
Checks for the presence of 'wireLatencies'.
|
boolean |
hasWireToDeserializeLatencies()
Checks for the presence of 'wireToDeserializeLatencies'.
|
boolean |
hasXRogType() |
SrvMonAppStoreBindingStats |
init()
Initialize an item.
|
boolean |
isBufferBacked() |
boolean |
isDirty() |
boolean |
isReferenceCounted() |
boolean |
isValid()
Tests if this object has any validation errors.
|
void |
lendCommitLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendCommitQueueSize(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendDeserializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
'Lends' a reference of the SrvMonAppStoreBindingICRSenderStats to the message for this field.
|
void |
lendIcrSendLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendIndexLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendPersisterStats(SrvMonAppStoreBindingPersisterStats val)
'Lends' a reference of the SrvMonAppStoreBindingPersisterStats to the message for this field.
|
void |
lendPersistLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendSerializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendSerializeToPersistLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendSerializeToWireLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendWireLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendWireToDeserializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries 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() |
void |
setCommitLatencies(SrvMonIntSeries val)
Sets the value of 'commitLatencies'.
|
void |
setCommitQueueSize(SrvMonIntSeries val)
Sets the value of 'commitQueueSize'.
|
void |
setDataSize(long val)
Sets the value of 'dataSize'.
|
void |
setDataSizeFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'deserializeLatencies'.
|
static void |
setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val) |
static void |
setFieldInterest(List<Integer> fieldIds) |
void |
setICRRole(SrvMonAppStoreICRRole val)
Sets the value of 'ICRRole'.
|
void |
setICRRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> val) |
void |
setICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
Sets the value of 'ICRSenderStats'.
|
void |
setIcrSendLatencies(SrvMonIntSeries val)
Sets the value of 'icrSendLatencies'.
|
void |
setIndexLatencies(SrvMonIntSeries val)
Sets the value of 'indexLatencies'.
|
void |
setNumCommitCompletionsReceived(long val)
Sets the value of 'numCommitCompletionsReceived'.
|
void |
setNumCommitCompletionsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitCompletionsSent(long val)
Sets the value of 'numCommitCompletionsSent'.
|
void |
setNumCommitCompletionsSentFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitEntriesReceived(long val)
Sets the value of 'numCommitEntriesReceived'.
|
void |
setNumCommitEntriesReceivedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitEntriesSent(long val)
Sets the value of 'numCommitEntriesSent'.
|
void |
setNumCommitEntriesSentFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitsReceived(long val)
Sets the value of 'numCommitsReceived'.
|
void |
setNumCommitsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitsSent(long val)
Sets the value of 'numCommitsSent'.
|
void |
setNumCommitsSentFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setPersisterStats(SrvMonAppStoreBindingPersisterStats val)
Sets the value of 'persisterStats'.
|
void |
setPersistLatencies(SrvMonIntSeries val)
Sets the value of 'persistLatencies'.
|
SrvMonAppStoreBindingStats |
setPool(UtlPool<SrvMonAppStoreBindingStats> pool)
Set a pool item's pool.
|
void |
setPreserializedFields(PktBuffer buffer) |
void |
setRole(SrvMonAppStoreBindingRole val)
Sets the value of 'role'.
|
void |
setRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> val) |
void |
setSerializeLatencies(SrvMonIntSeries val)
Sets the value of 'serializeLatencies'.
|
void |
setSerializeToPersistLatencies(SrvMonIntSeries val)
Sets the value of 'serializeToPersistLatencies'.
|
void |
setSerializeToWireLatencies(SrvMonIntSeries val)
Sets the value of 'serializeToWireLatencies'.
|
void |
setSize(int val)
Sets the value of 'size'.
|
void |
setSizeFrom(com.neeve.xbuf.XbufVariableIntField val) |
void |
setState(SrvMonAppStoreBindingState val)
Sets the value of 'state'.
|
void |
setStateFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> val) |
void |
setWireLatencies(SrvMonIntSeries val)
Sets the value of 'wireLatencies'.
|
void |
setWireToDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'wireToDeserializeLatencies'.
|
void |
setXRogType(short val) |
void |
setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val) |
void |
sync() |
void |
syncFieldBitmask() |
SrvMonIntSeries |
takeCommitLatencies()
'Takes' a reference to the commitLatencies field from the message.
|
SrvMonIntSeries |
takeCommitQueueSize()
'Takes' a reference to the commitQueueSize field from the message.
|
SrvMonIntSeries |
takeDeserializeLatencies()
'Takes' a reference to the deserializeLatencies field from the message.
|
SrvMonAppStoreBindingICRSenderStats |
takeICRSenderStats()
'Takes' a reference to the ICRSenderStats field from the message.
|
SrvMonIntSeries |
takeIcrSendLatencies()
'Takes' a reference to the icrSendLatencies field from the message.
|
SrvMonIntSeries |
takeIndexLatencies()
'Takes' a reference to the indexLatencies field from the message.
|
SrvMonAppStoreBindingPersisterStats |
takePersisterStats()
'Takes' a reference to the persisterStats field from the message.
|
SrvMonIntSeries |
takePersistLatencies()
'Takes' a reference to the persistLatencies field from the message.
|
SrvMonIntSeries |
takeSerializeLatencies()
'Takes' a reference to the serializeLatencies field from the message.
|
SrvMonIntSeries |
takeSerializeToPersistLatencies()
'Takes' a reference to the serializeToPersistLatencies field from the message.
|
SrvMonIntSeries |
takeSerializeToWireLatencies()
'Takes' a reference to the serializeToWireLatencies field from the message.
|
SrvMonIntSeries |
takeWireLatencies()
'Takes' a reference to the wireLatencies field from the message.
|
SrvMonIntSeries |
takeWireToDeserializeLatencies()
'Takes' a reference to the wireToDeserializeLatencies field from the message.
|
String |
toString() |
public static final SrvMonAppStoreBindingStats[] EMPTY_ARRAY
public SrvMonAppStoreBindingStats()
public SrvMonAppStoreBindingStats(int initialBackingBufferSize)
public static SrvMonAppStoreBindingStats create()
public static SrvMonAppStoreBindingStats createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppStoreBindingStats createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonAppStoreBindingStats createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppStoreBindingStats 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 getRoleFieldId()
public final void setRole(SrvMonAppStoreBindingRole val)
ISrvMonAppStoreBindingStats
setRole
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void setRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> val)
public final com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> getRoleField()
public final SrvMonAppStoreBindingRole getRole()
ISrvMonAppStoreBindingStats
getRole
in interface ISrvMonAppStoreBindingStats
public final boolean hasRole()
ISrvMonAppStoreBindingStats
hasRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getRole()
public final void clearRole()
ISrvMonAppStoreBindingStats
clearRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setRole(SrvMonAppStoreBindingRole)
public static final int getStateFieldId()
public final void setState(SrvMonAppStoreBindingState val)
ISrvMonAppStoreBindingStats
setState
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void setStateFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> val)
public final com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> getStateField()
public final SrvMonAppStoreBindingState getState()
ISrvMonAppStoreBindingStats
getState
in interface ISrvMonAppStoreBindingStats
public final boolean hasState()
ISrvMonAppStoreBindingStats
hasState
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getState()
public final void clearState()
ISrvMonAppStoreBindingStats
clearState
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setState(SrvMonAppStoreBindingState)
public static final int getSizeFieldId()
public final void setSize(int val)
ISrvMonAppStoreBindingStats
setSize
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final int getSize()
ISrvMonAppStoreBindingStats
getSize
in interface ISrvMonAppStoreBindingStats
public final void setSizeFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getSizeField()
public final boolean hasSize()
ISrvMonAppStoreBindingStats
hasSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSize()
public final void clearSize()
ISrvMonAppStoreBindingStats
clearSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSize(int)
public static final int getNumCommitsSentFieldId()
public final void setNumCommitsSent(long val)
ISrvMonAppStoreBindingStats
setNumCommitsSent
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitsSent()
ISrvMonAppStoreBindingStats
getNumCommitsSent
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsSentField()
public final boolean hasNumCommitsSent()
ISrvMonAppStoreBindingStats
hasNumCommitsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitsSent()
public final void clearNumCommitsSent()
ISrvMonAppStoreBindingStats
clearNumCommitsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitsSent(long)
public static final int getNumCommitEntriesSentFieldId()
public final void setNumCommitEntriesSent(long val)
ISrvMonAppStoreBindingStats
setNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitEntriesSent()
ISrvMonAppStoreBindingStats
getNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitEntriesSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitEntriesSentField()
public final boolean hasNumCommitEntriesSent()
ISrvMonAppStoreBindingStats
hasNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitEntriesSent()
public final void clearNumCommitEntriesSent()
ISrvMonAppStoreBindingStats
clearNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitEntriesSent(long)
public static final int getNumCommitsReceivedFieldId()
public final void setNumCommitsReceived(long val)
ISrvMonAppStoreBindingStats
setNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitsReceived()
ISrvMonAppStoreBindingStats
getNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsReceivedField()
public final boolean hasNumCommitsReceived()
ISrvMonAppStoreBindingStats
hasNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitsReceived()
public final void clearNumCommitsReceived()
ISrvMonAppStoreBindingStats
clearNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitsReceived(long)
public static final int getNumCommitEntriesReceivedFieldId()
public final void setNumCommitEntriesReceived(long val)
ISrvMonAppStoreBindingStats
setNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitEntriesReceived()
ISrvMonAppStoreBindingStats
getNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitEntriesReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitEntriesReceivedField()
public final boolean hasNumCommitEntriesReceived()
ISrvMonAppStoreBindingStats
hasNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitEntriesReceived()
public final void clearNumCommitEntriesReceived()
ISrvMonAppStoreBindingStats
clearNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitEntriesReceived(long)
public static final int getNumCommitCompletionsSentFieldId()
public final void setNumCommitCompletionsSent(long val)
ISrvMonAppStoreBindingStats
setNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitCompletionsSent()
ISrvMonAppStoreBindingStats
getNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitCompletionsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitCompletionsSentField()
public final boolean hasNumCommitCompletionsSent()
ISrvMonAppStoreBindingStats
hasNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitCompletionsSent()
public final void clearNumCommitCompletionsSent()
ISrvMonAppStoreBindingStats
clearNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitCompletionsSent(long)
public static final int getNumCommitCompletionsReceivedFieldId()
public final void setNumCommitCompletionsReceived(long val)
ISrvMonAppStoreBindingStats
setNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStats
getNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitCompletionsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitCompletionsReceivedField()
public final boolean hasNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStats
hasNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitCompletionsReceived()
public final void clearNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStats
clearNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitCompletionsReceived(long)
public static final int getICRRoleFieldId()
public final void setICRRole(SrvMonAppStoreICRRole val)
ISrvMonAppStoreBindingStats
setICRRole
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void setICRRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> val)
public final com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> getICRRoleField()
public final SrvMonAppStoreICRRole getICRRole()
ISrvMonAppStoreBindingStats
getICRRole
in interface ISrvMonAppStoreBindingStats
public final boolean hasICRRole()
ISrvMonAppStoreBindingStats
hasICRRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getICRRole()
public final void clearICRRole()
ISrvMonAppStoreBindingStats
clearICRRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setICRRole(SrvMonAppStoreICRRole)
public static final int getDataSizeFieldId()
public final void setDataSize(long val)
ISrvMonAppStoreBindingStats
setDataSize
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getDataSize()
ISrvMonAppStoreBindingStats
getDataSize
in interface ISrvMonAppStoreBindingStats
public final void setDataSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getDataSizeField()
public final boolean hasDataSize()
ISrvMonAppStoreBindingStats
hasDataSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getDataSize()
public final void clearDataSize()
ISrvMonAppStoreBindingStats
clearDataSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setDataSize(long)
public static final int getSerializeLatenciesFieldId()
public final void setSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setSerializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendSerializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getSerializeLatencies()
ISrvMonAppStoreBindingStats
getSerializeLatencies
in interface ISrvMonAppStoreBindingStats
public final void getSerializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeSerializeLatencies()
ISrvMonAppStoreBindingStats
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.
takeSerializeLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasSerializeLatencies()
ISrvMonAppStoreBindingStats
hasSerializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSerializeLatencies()
public final void clearSerializeLatencies()
ISrvMonAppStoreBindingStats
clearSerializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSerializeLatencies(SrvMonIntSeries)
public static final int getSerializeToWireLatenciesFieldId()
public final void setSerializeToWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendSerializeToWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
getSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
public final void getSerializeToWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeToWireLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
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.
takeSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
hasSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSerializeToWireLatencies()
public final void clearSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
clearSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSerializeToWireLatencies(SrvMonIntSeries)
public static final int getSerializeToPersistLatenciesFieldId()
public final void setSerializeToPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendSerializeToPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
getSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
public final void getSerializeToPersistLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeToPersistLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
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.
takeSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
hasSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSerializeToPersistLatencies()
public final void clearSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
clearSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSerializeToPersistLatencies(SrvMonIntSeries)
public static final int getWireLatenciesFieldId()
public final void setWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
setWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
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.
lendWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
getWireLatencies
in interface ISrvMonAppStoreBindingStats
public final void getWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
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.
takeWireLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
hasWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getWireLatencies()
public final void clearWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
clearWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setWireLatencies(SrvMonIntSeries)
public static final int getWireToDeserializeLatenciesFieldId()
public final void setWireToDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendWireToDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
getWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
public final void getWireToDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireToDeserializeLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
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.
takeWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
hasWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getWireToDeserializeLatencies()
public final void clearWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
clearWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setWireToDeserializeLatencies(SrvMonIntSeries)
public static final int getDeserializeLatenciesFieldId()
public final void setDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getDeserializeLatencies()
ISrvMonAppStoreBindingStats
getDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
public final void getDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getDeserializeLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeDeserializeLatencies()
ISrvMonAppStoreBindingStats
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.
takeDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasDeserializeLatencies()
ISrvMonAppStoreBindingStats
hasDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getDeserializeLatencies()
public final void clearDeserializeLatencies()
ISrvMonAppStoreBindingStats
clearDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setDeserializeLatencies(SrvMonIntSeries)
public static final int getPersistLatenciesFieldId()
public final void setPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getPersistLatencies()
ISrvMonAppStoreBindingStats
getPersistLatencies
in interface ISrvMonAppStoreBindingStats
public final void getPersistLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getPersistLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takePersistLatencies()
ISrvMonAppStoreBindingStats
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.
takePersistLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasPersistLatencies()
ISrvMonAppStoreBindingStats
hasPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getPersistLatencies()
public final void clearPersistLatencies()
ISrvMonAppStoreBindingStats
clearPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setPersistLatencies(SrvMonIntSeries)
public static final int getIcrSendLatenciesFieldId()
public final void setIcrSendLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendIcrSendLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getIcrSendLatencies()
ISrvMonAppStoreBindingStats
getIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
public final void getIcrSendLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getIcrSendLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeIcrSendLatencies()
ISrvMonAppStoreBindingStats
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.
takeIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasIcrSendLatencies()
ISrvMonAppStoreBindingStats
hasIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getIcrSendLatencies()
public final void clearIcrSendLatencies()
ISrvMonAppStoreBindingStats
clearIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setIcrSendLatencies(SrvMonIntSeries)
public static final int getIndexLatenciesFieldId()
public final void setIndexLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setIndexLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendIndexLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendIndexLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getIndexLatencies()
ISrvMonAppStoreBindingStats
getIndexLatencies
in interface ISrvMonAppStoreBindingStats
public final void getIndexLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getIndexLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeIndexLatencies()
ISrvMonAppStoreBindingStats
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.
takeIndexLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasIndexLatencies()
ISrvMonAppStoreBindingStats
hasIndexLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getIndexLatencies()
public final void clearIndexLatencies()
ISrvMonAppStoreBindingStats
clearIndexLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setIndexLatencies(SrvMonIntSeries)
public static final int getCommitLatenciesFieldId()
public final void setCommitLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
setCommitLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendCommitLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
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.
lendCommitLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
getCommitLatencies
in interface ISrvMonAppStoreBindingStats
public final void getCommitLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getCommitLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
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.
takeCommitLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
hasCommitLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getCommitLatencies()
public final void clearCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
clearCommitLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setCommitLatencies(SrvMonIntSeries)
public static final int getCommitQueueSizeFieldId()
public final void setCommitQueueSize(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setCommitQueueSize
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendCommitQueueSize(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
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.
lendCommitQueueSize
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getCommitQueueSize()
ISrvMonAppStoreBindingStats
getCommitQueueSize
in interface ISrvMonAppStoreBindingStats
public final void getCommitQueueSizeTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getCommitQueueSizeTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeCommitQueueSize()
ISrvMonAppStoreBindingStats
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.
takeCommitQueueSize
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasCommitQueueSize()
ISrvMonAppStoreBindingStats
hasCommitQueueSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getCommitQueueSize()
public final void clearCommitQueueSize()
ISrvMonAppStoreBindingStats
clearCommitQueueSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setCommitQueueSize(SrvMonIntSeries)
public static final int getPersisterStatsFieldId()
public final void setPersisterStats(SrvMonAppStoreBindingPersisterStats val)
ISrvMonAppStoreBindingStats
setPersisterStats
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendPersisterStats(SrvMonAppStoreBindingPersisterStats val)
ISrvMonAppStoreBindingStats
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.
lendPersisterStats
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonAppStoreBindingPersisterStats getPersisterStats()
ISrvMonAppStoreBindingStats
getPersisterStats
in interface ISrvMonAppStoreBindingStats
public final void getPersisterStatsTo(SrvMonAppStoreBindingPersisterStats to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonAppStoreBindingPersisterStats are cleared.
getPersisterStatsTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonAppStoreBindingPersisterStats.copyInto(SrvMonAppStoreBindingPersisterStats)
public final SrvMonAppStoreBindingPersisterStats takePersisterStats()
ISrvMonAppStoreBindingStats
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.
takePersisterStats
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasPersisterStats()
ISrvMonAppStoreBindingStats
hasPersisterStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getPersisterStats()
public final void clearPersisterStats()
ISrvMonAppStoreBindingStats
clearPersisterStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setPersisterStats(SrvMonAppStoreBindingPersisterStats)
public static final int getICRSenderStatsFieldId()
public final void setICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
ISrvMonAppStoreBindingStats
setICRSenderStats
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
ISrvMonAppStoreBindingStats
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.
lendICRSenderStats
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonAppStoreBindingICRSenderStats getICRSenderStats()
ISrvMonAppStoreBindingStats
getICRSenderStats
in interface ISrvMonAppStoreBindingStats
public final void getICRSenderStatsTo(SrvMonAppStoreBindingICRSenderStats to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonAppStoreBindingICRSenderStats are cleared.
getICRSenderStatsTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonAppStoreBindingICRSenderStats.copyInto(SrvMonAppStoreBindingICRSenderStats)
public final SrvMonAppStoreBindingICRSenderStats takeICRSenderStats()
ISrvMonAppStoreBindingStats
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.
takeICRSenderStats
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasICRSenderStats()
ISrvMonAppStoreBindingStats
hasICRSenderStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getICRSenderStats()
public final void clearICRSenderStats()
ISrvMonAppStoreBindingStats
clearICRSenderStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setICRSenderStats(SrvMonAppStoreBindingICRSenderStats)
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 SrvMonAppStoreBindingStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonAppStoreBindingStats deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats deserializeFromByteArray(byte[] array)
public final SrvMonAppStoreBindingStats deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonAppStoreBindingStats deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats 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 SrvMonAppStoreBindingStats 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<SrvMonAppStoreBindingStats>
public final SrvMonAppStoreBindingStats setPool(UtlPool<SrvMonAppStoreBindingStats> 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<SrvMonAppStoreBindingStats>
public final UtlPool<SrvMonAppStoreBindingStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool
in interface UtlPool.Item<SrvMonAppStoreBindingStats>
UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
public final boolean isReferenceCounted()
public final SrvMonAppStoreBindingStats acquire()
public final int getOwnerCount()
public final void dispose()
public final Object clone()
This method differs from the copy()
method in that:
public final SrvMonAppStoreBindingStats 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 SrvMonAppStoreBindingStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppStoreBindingStats is read only.
public final void copyInto(SrvMonAppStoreBindingStats 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 SrvMonAppStoreBindingStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppStoreBindingStats 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.