@Generated(value="com.neeve.adm.AdmXbufGenerator", date="Fri Dec 05 13:32:50 UTC 2025") @AdmGenerated(encoding="Xbuf", compatLevel="4.1.0", admVersion="Unknown Version", date="12/5/25 1:32 PM", buildInfo="nvx-talon-3.16.63 (nvx-codegen-plugin)") @AdmFactoryInfo(factoryClass=SrvMonFactory.class, vfid=32, ofid=32, typeId=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'.
|
Long |
getDataSizeAsObject()
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'.
|
Long |
getNumCommitCompletionsReceivedAsObject()
Gets the value of 'numCommitCompletionsReceived'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitCompletionsReceivedField() |
static int |
getNumCommitCompletionsReceivedFieldId() |
long |
getNumCommitCompletionsSent()
Gets the value of 'numCommitCompletionsSent'.
|
Long |
getNumCommitCompletionsSentAsObject()
Gets the value of 'numCommitCompletionsSent'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitCompletionsSentField() |
static int |
getNumCommitCompletionsSentFieldId() |
long |
getNumCommitEntriesReceived()
Gets the value of 'numCommitEntriesReceived'.
|
Long |
getNumCommitEntriesReceivedAsObject()
Gets the value of 'numCommitEntriesReceived'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitEntriesReceivedField() |
static int |
getNumCommitEntriesReceivedFieldId() |
long |
getNumCommitEntriesSent()
Gets the value of 'numCommitEntriesSent'.
|
Long |
getNumCommitEntriesSentAsObject()
Gets the value of 'numCommitEntriesSent'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitEntriesSentField() |
static int |
getNumCommitEntriesSentFieldId() |
long |
getNumCommitsReceived()
Gets the value of 'numCommitsReceived'.
|
Long |
getNumCommitsReceivedAsObject()
Gets the value of 'numCommitsReceived'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsReceivedField() |
static int |
getNumCommitsReceivedFieldId() |
long |
getNumCommitsSent()
Gets the value of 'numCommitsSent'.
|
Long |
getNumCommitsSentAsObject()
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'.
|
Integer |
getSizeAsObject()
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() |
Short |
getXRogTypeAsObject() |
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 |
setDataSizeAsObject(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 |
setNumCommitCompletionsReceivedAsObject(Long val)
Sets the value of 'numCommitCompletionsReceived'.
|
void |
setNumCommitCompletionsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitCompletionsSent(long val)
Sets the value of 'numCommitCompletionsSent'.
|
void |
setNumCommitCompletionsSentAsObject(Long val)
Sets the value of 'numCommitCompletionsSent'.
|
void |
setNumCommitCompletionsSentFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitEntriesReceived(long val)
Sets the value of 'numCommitEntriesReceived'.
|
void |
setNumCommitEntriesReceivedAsObject(Long val)
Sets the value of 'numCommitEntriesReceived'.
|
void |
setNumCommitEntriesReceivedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitEntriesSent(long val)
Sets the value of 'numCommitEntriesSent'.
|
void |
setNumCommitEntriesSentAsObject(Long val)
Sets the value of 'numCommitEntriesSent'.
|
void |
setNumCommitEntriesSentFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitsReceived(long val)
Sets the value of 'numCommitsReceived'.
|
void |
setNumCommitsReceivedAsObject(Long val)
Sets the value of 'numCommitsReceived'.
|
void |
setNumCommitsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumCommitsSent(long val)
Sets the value of 'numCommitsSent'.
|
void |
setNumCommitsSentAsObject(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 |
setSizeAsObject(Integer 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 |
setXRogTypeAsObject(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 void setXRogTypeAsObject(Short val)
public final short getXRogType()
public final Short getXRogTypeAsObject()
public final void setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
public final com.neeve.xbuf.XbufVariableShortField getXRogTypeField()
public final boolean hasXRogType()
public final void clearXRogType()
public static final int getRoleFieldId()
public final void setRole(SrvMonAppStoreBindingRole val)
ISrvMonAppStoreBindingStatssetRole in interface ISrvMonAppStoreBindingStatsval - 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()
ISrvMonAppStoreBindingStatsgetRole in interface ISrvMonAppStoreBindingStatspublic final boolean hasRole()
ISrvMonAppStoreBindingStatshasRole in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getRole()public final void clearRole()
ISrvMonAppStoreBindingStatsclearRole in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setRole(SrvMonAppStoreBindingRole)public static final int getStateFieldId()
public final void setState(SrvMonAppStoreBindingState val)
ISrvMonAppStoreBindingStatssetState in interface ISrvMonAppStoreBindingStatsval - 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()
ISrvMonAppStoreBindingStatsgetState in interface ISrvMonAppStoreBindingStatspublic final boolean hasState()
ISrvMonAppStoreBindingStatshasState in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getState()public final void clearState()
ISrvMonAppStoreBindingStatsclearState in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setState(SrvMonAppStoreBindingState)public static final int getSizeFieldId()
public final void setSize(int val)
ISrvMonAppStoreBindingStatssetSize in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setSizeAsObject(Integer val)
ISrvMonAppStoreBindingStatssetSizeAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final int getSize()
ISrvMonAppStoreBindingStatsgetSize in interface ISrvMonAppStoreBindingStatspublic final Integer getSizeAsObject()
ISrvMonAppStoreBindingStatsgetSizeAsObject in interface ISrvMonAppStoreBindingStatspublic final void setSizeFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getSizeField()
public final boolean hasSize()
ISrvMonAppStoreBindingStatshasSize in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getSize()public final void clearSize()
ISrvMonAppStoreBindingStatsclearSize in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setSize(int)public static final int getNumCommitsSentFieldId()
public final void setNumCommitsSent(long val)
ISrvMonAppStoreBindingStatssetNumCommitsSent in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setNumCommitsSentAsObject(Long val)
ISrvMonAppStoreBindingStatssetNumCommitsSentAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final long getNumCommitsSent()
ISrvMonAppStoreBindingStatsgetNumCommitsSent in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitsSentAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitsSentAsObject in interface ISrvMonAppStoreBindingStatspublic final void setNumCommitsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsSentField()
public final boolean hasNumCommitsSent()
ISrvMonAppStoreBindingStatshasNumCommitsSent in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getNumCommitsSent()public final void clearNumCommitsSent()
ISrvMonAppStoreBindingStatsclearNumCommitsSent in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setNumCommitsSent(long)public static final int getNumCommitEntriesSentFieldId()
public final void setNumCommitEntriesSent(long val)
ISrvMonAppStoreBindingStatssetNumCommitEntriesSent in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setNumCommitEntriesSentAsObject(Long val)
ISrvMonAppStoreBindingStatssetNumCommitEntriesSentAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final long getNumCommitEntriesSent()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesSent in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitEntriesSentAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesSentAsObject in interface ISrvMonAppStoreBindingStatspublic final void setNumCommitEntriesSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitEntriesSentField()
public final boolean hasNumCommitEntriesSent()
ISrvMonAppStoreBindingStatshasNumCommitEntriesSent in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getNumCommitEntriesSent()public final void clearNumCommitEntriesSent()
ISrvMonAppStoreBindingStatsclearNumCommitEntriesSent in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setNumCommitEntriesSent(long)public static final int getNumCommitsReceivedFieldId()
public final void setNumCommitsReceived(long val)
ISrvMonAppStoreBindingStatssetNumCommitsReceived in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setNumCommitsReceivedAsObject(Long val)
ISrvMonAppStoreBindingStatssetNumCommitsReceivedAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final long getNumCommitsReceived()
ISrvMonAppStoreBindingStatsgetNumCommitsReceived in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitsReceivedAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitsReceivedAsObject in interface ISrvMonAppStoreBindingStatspublic final void setNumCommitsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsReceivedField()
public final boolean hasNumCommitsReceived()
ISrvMonAppStoreBindingStatshasNumCommitsReceived in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getNumCommitsReceived()public final void clearNumCommitsReceived()
ISrvMonAppStoreBindingStatsclearNumCommitsReceived in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setNumCommitsReceived(long)public static final int getNumCommitEntriesReceivedFieldId()
public final void setNumCommitEntriesReceived(long val)
ISrvMonAppStoreBindingStatssetNumCommitEntriesReceived in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setNumCommitEntriesReceivedAsObject(Long val)
ISrvMonAppStoreBindingStatssetNumCommitEntriesReceivedAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final long getNumCommitEntriesReceived()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesReceived in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitEntriesReceivedAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesReceivedAsObject in interface ISrvMonAppStoreBindingStatspublic final void setNumCommitEntriesReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitEntriesReceivedField()
public final boolean hasNumCommitEntriesReceived()
ISrvMonAppStoreBindingStatshasNumCommitEntriesReceived in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getNumCommitEntriesReceived()public final void clearNumCommitEntriesReceived()
ISrvMonAppStoreBindingStatsclearNumCommitEntriesReceived in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setNumCommitEntriesReceived(long)public static final int getNumCommitCompletionsSentFieldId()
public final void setNumCommitCompletionsSent(long val)
ISrvMonAppStoreBindingStatssetNumCommitCompletionsSent in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setNumCommitCompletionsSentAsObject(Long val)
ISrvMonAppStoreBindingStatssetNumCommitCompletionsSentAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final long getNumCommitCompletionsSent()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsSent in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitCompletionsSentAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsSentAsObject in interface ISrvMonAppStoreBindingStatspublic final void setNumCommitCompletionsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitCompletionsSentField()
public final boolean hasNumCommitCompletionsSent()
ISrvMonAppStoreBindingStatshasNumCommitCompletionsSent in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getNumCommitCompletionsSent()public final void clearNumCommitCompletionsSent()
ISrvMonAppStoreBindingStatsclearNumCommitCompletionsSent in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setNumCommitCompletionsSent(long)public static final int getNumCommitCompletionsReceivedFieldId()
public final void setNumCommitCompletionsReceived(long val)
ISrvMonAppStoreBindingStatssetNumCommitCompletionsReceived in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setNumCommitCompletionsReceivedAsObject(Long val)
ISrvMonAppStoreBindingStatssetNumCommitCompletionsReceivedAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final long getNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsReceived in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitCompletionsReceivedAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsReceivedAsObject in interface ISrvMonAppStoreBindingStatspublic final void setNumCommitCompletionsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitCompletionsReceivedField()
public final boolean hasNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStatshasNumCommitCompletionsReceived in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getNumCommitCompletionsReceived()public final void clearNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStatsclearNumCommitCompletionsReceived in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setNumCommitCompletionsReceived(long)public static final int getICRRoleFieldId()
public final void setICRRole(SrvMonAppStoreICRRole val)
ISrvMonAppStoreBindingStatssetICRRole in interface ISrvMonAppStoreBindingStatsval - 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()
ISrvMonAppStoreBindingStatsgetICRRole in interface ISrvMonAppStoreBindingStatspublic final boolean hasICRRole()
ISrvMonAppStoreBindingStatshasICRRole in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getICRRole()public final void clearICRRole()
ISrvMonAppStoreBindingStatsclearICRRole in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setICRRole(SrvMonAppStoreICRRole)public static final int getDataSizeFieldId()
public final void setDataSize(long val)
ISrvMonAppStoreBindingStatssetDataSize in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void setDataSizeAsObject(Long val)
ISrvMonAppStoreBindingStatssetDataSizeAsObject in interface ISrvMonAppStoreBindingStatsval - The value to set.public final long getDataSize()
ISrvMonAppStoreBindingStatsgetDataSize in interface ISrvMonAppStoreBindingStatspublic final Long getDataSizeAsObject()
ISrvMonAppStoreBindingStatsgetDataSizeAsObject in interface ISrvMonAppStoreBindingStatspublic final void setDataSizeFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getDataSizeField()
public final boolean hasDataSize()
ISrvMonAppStoreBindingStatshasDataSize in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getDataSize()public final void clearDataSize()
ISrvMonAppStoreBindingStatsclearDataSize in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setDataSize(long)public static final int getSerializeLatenciesFieldId()
public final void setSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetSerializeLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getSerializeLatencies()
ISrvMonAppStoreBindingStatsgetSerializeLatencies in interface ISrvMonAppStoreBindingStatspublic final void getSerializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasSerializeLatencies()
ISrvMonAppStoreBindingStatshasSerializeLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getSerializeLatencies()public final void clearSerializeLatencies()
ISrvMonAppStoreBindingStatsclearSerializeLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setSerializeLatencies(SrvMonIntSeries)public static final int getSerializeToWireLatenciesFieldId()
public final void setSerializeToWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetSerializeToWireLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getSerializeToWireLatencies()
ISrvMonAppStoreBindingStatsgetSerializeToWireLatencies in interface ISrvMonAppStoreBindingStatspublic final void getSerializeToWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeToWireLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasSerializeToWireLatencies()
ISrvMonAppStoreBindingStatshasSerializeToWireLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getSerializeToWireLatencies()public final void clearSerializeToWireLatencies()
ISrvMonAppStoreBindingStatsclearSerializeToWireLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setSerializeToWireLatencies(SrvMonIntSeries)public static final int getSerializeToPersistLatenciesFieldId()
public final void setSerializeToPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetSerializeToPersistLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getSerializeToPersistLatencies()
ISrvMonAppStoreBindingStatsgetSerializeToPersistLatencies in interface ISrvMonAppStoreBindingStatspublic final void getSerializeToPersistLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeToPersistLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasSerializeToPersistLatencies()
ISrvMonAppStoreBindingStatshasSerializeToPersistLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getSerializeToPersistLatencies()public final void clearSerializeToPersistLatencies()
ISrvMonAppStoreBindingStatsclearSerializeToPersistLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setSerializeToPersistLatencies(SrvMonIntSeries)public static final int getWireLatenciesFieldId()
public final void setWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatsFor 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 ISrvMonAppStoreBindingStatsval - The value to set.public final void lendWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatsFor 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getWireLatencies()
ISrvMonAppStoreBindingStatsFor 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 ISrvMonAppStoreBindingStatspublic final void getWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireLatenciesTo in interface ISrvMonAppStoreBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeWireLatencies()
ISrvMonAppStoreBindingStatsFor 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasWireLatencies()
ISrvMonAppStoreBindingStatsFor 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 ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getWireLatencies()public final void clearWireLatencies()
ISrvMonAppStoreBindingStatsFor 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 ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setWireLatencies(SrvMonIntSeries)public static final int getWireToDeserializeLatenciesFieldId()
public final void setWireToDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetWireToDeserializeLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getWireToDeserializeLatencies()
ISrvMonAppStoreBindingStatsgetWireToDeserializeLatencies in interface ISrvMonAppStoreBindingStatspublic final void getWireToDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireToDeserializeLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasWireToDeserializeLatencies()
ISrvMonAppStoreBindingStatshasWireToDeserializeLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getWireToDeserializeLatencies()public final void clearWireToDeserializeLatencies()
ISrvMonAppStoreBindingStatsclearWireToDeserializeLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setWireToDeserializeLatencies(SrvMonIntSeries)public static final int getDeserializeLatenciesFieldId()
public final void setDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetDeserializeLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getDeserializeLatencies()
ISrvMonAppStoreBindingStatsgetDeserializeLatencies in interface ISrvMonAppStoreBindingStatspublic final void getDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getDeserializeLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasDeserializeLatencies()
ISrvMonAppStoreBindingStatshasDeserializeLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getDeserializeLatencies()public final void clearDeserializeLatencies()
ISrvMonAppStoreBindingStatsclearDeserializeLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setDeserializeLatencies(SrvMonIntSeries)public static final int getPersistLatenciesFieldId()
public final void setPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetPersistLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getPersistLatencies()
ISrvMonAppStoreBindingStatsgetPersistLatencies in interface ISrvMonAppStoreBindingStatspublic final void getPersistLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getPersistLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasPersistLatencies()
ISrvMonAppStoreBindingStatshasPersistLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getPersistLatencies()public final void clearPersistLatencies()
ISrvMonAppStoreBindingStatsclearPersistLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setPersistLatencies(SrvMonIntSeries)public static final int getIcrSendLatenciesFieldId()
public final void setIcrSendLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetIcrSendLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getIcrSendLatencies()
ISrvMonAppStoreBindingStatsgetIcrSendLatencies in interface ISrvMonAppStoreBindingStatspublic final void getIcrSendLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getIcrSendLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasIcrSendLatencies()
ISrvMonAppStoreBindingStatshasIcrSendLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getIcrSendLatencies()public final void clearIcrSendLatencies()
ISrvMonAppStoreBindingStatsclearIcrSendLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setIcrSendLatencies(SrvMonIntSeries)public static final int getIndexLatenciesFieldId()
public final void setIndexLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetIndexLatencies in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getIndexLatencies()
ISrvMonAppStoreBindingStatsgetIndexLatencies in interface ISrvMonAppStoreBindingStatspublic final void getIndexLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getIndexLatenciesTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasIndexLatencies()
ISrvMonAppStoreBindingStatshasIndexLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getIndexLatencies()public final void clearIndexLatencies()
ISrvMonAppStoreBindingStatsclearIndexLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setIndexLatencies(SrvMonIntSeries)public static final int getCommitLatenciesFieldId()
public final void setCommitLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatsThe commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
setCommitLatencies in interface ISrvMonAppStoreBindingStatsval - The value to set.public final void lendCommitLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatsThe 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getCommitLatencies()
ISrvMonAppStoreBindingStatsThe commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
getCommitLatencies in interface ISrvMonAppStoreBindingStatspublic final void getCommitLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getCommitLatenciesTo in interface ISrvMonAppStoreBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeCommitLatencies()
ISrvMonAppStoreBindingStatsThe 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasCommitLatencies()
ISrvMonAppStoreBindingStatsThe commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
hasCommitLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getCommitLatencies()public final void clearCommitLatencies()
ISrvMonAppStoreBindingStatsThe commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
clearCommitLatencies in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setCommitLatencies(SrvMonIntSeries)public static final int getCommitQueueSizeFieldId()
public final void setCommitQueueSize(SrvMonIntSeries val)
ISrvMonAppStoreBindingStatssetCommitQueueSize in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getCommitQueueSize()
ISrvMonAppStoreBindingStatsgetCommitQueueSize in interface ISrvMonAppStoreBindingStatspublic final void getCommitQueueSizeTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getCommitQueueSizeTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasCommitQueueSize()
ISrvMonAppStoreBindingStatshasCommitQueueSize in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getCommitQueueSize()public final void clearCommitQueueSize()
ISrvMonAppStoreBindingStatsclearCommitQueueSize in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setCommitQueueSize(SrvMonIntSeries)public static final int getPersisterStatsFieldId()
public final void setPersisterStats(SrvMonAppStoreBindingPersisterStats val)
ISrvMonAppStoreBindingStatssetPersisterStats in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonAppStoreBindingPersisterStats getPersisterStats()
ISrvMonAppStoreBindingStatsgetPersisterStats in interface ISrvMonAppStoreBindingStatspublic final void getPersisterStatsTo(SrvMonAppStoreBindingPersisterStats to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonAppStoreBindingPersisterStats are cleared.
getPersisterStatsTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasPersisterStats()
ISrvMonAppStoreBindingStatshasPersisterStats in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getPersisterStats()public final void clearPersisterStats()
ISrvMonAppStoreBindingStatsclearPersisterStats in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.setPersisterStats(SrvMonAppStoreBindingPersisterStats)public static final int getICRSenderStatsFieldId()
public final void setICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
ISrvMonAppStoreBindingStatssetICRSenderStats in interface ISrvMonAppStoreBindingStatsval - 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 ISrvMonAppStoreBindingStatsval - the value to 'lend' to lend.public final SrvMonAppStoreBindingICRSenderStats getICRSenderStats()
ISrvMonAppStoreBindingStatsgetICRSenderStats in interface ISrvMonAppStoreBindingStatspublic final void getICRSenderStatsTo(SrvMonAppStoreBindingICRSenderStats to)
ISrvMonAppStoreBindingStatsIF the value is not set, then the contents of the provided SrvMonAppStoreBindingICRSenderStats are cleared.
getICRSenderStatsTo in interface ISrvMonAppStoreBindingStatsto - 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 ISrvMonAppStoreBindingStatsnull if the field is not set.public final boolean hasICRSenderStats()
ISrvMonAppStoreBindingStatshasICRSenderStats in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.getICRSenderStats()public final void clearICRSenderStats()
ISrvMonAppStoreBindingStatsclearICRSenderStats in interface ISrvMonAppStoreBindingStatsISrvMonAppStoreBindingStats.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.IXbufDesyncerdesync in interface com.neeve.xbuf.IXbufDesyncerbuffer - The buffer to desync frompos - The position in the container's backing buffer to desync
fromframeOnly - Whether to frame the field on the underlying buffer.
See XbufField.desync(PktBuffer, int, boolean) for more
informationpublic final SrvMonAppStoreBindingStats init()
UtlPool.ItemThis method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init in interface UtlPool.Item<SrvMonAppStoreBindingStats>public final SrvMonAppStoreBindingStats setPool(UtlPool<SrvMonAppStoreBindingStats> pool)
UtlPool.ItemThis method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool in interface UtlPool.Item<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()
IRogValidatableisValid in interface IRogValidatablepublic final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatablegetValidationErrors in interface IRogValidatableresults - A results list into which validation errors will be collected.errorPrefix - The bean path prefix to use when identifying invalid fields or null if validating a top level entity.Copyright © 2019 Neeve Research, LLC. All Rights Reserved.