@Generated(value="com.neeve.protobuf.adm.ProtobufAdmNodeGenerator", date="Tue Sep 16 04:36:05 UTC 2025") @AdmGenerated(encoding="xbuf", compatLevel="5.0.0", admVersion="Unknown Version", date="9/16/25 4:36 AM", buildInfo="nvx-rumi-server-4.0.595 (Rumi ADM Maven Plugin)") @AdmFactoryInfo(factoryClass=SrvMonHeartbeatFactory.class, vfid=32, ofid=32, typeId=205) public final class SrvMonAppStoreBindingStats extends Object implements ISrvMonAppStoreBindingStats, MessageReflector, com.neeve.query.impl.index.IdxMappable, UtlPool.Item<SrvMonAppStoreBindingStats>, AdmRuntime.BufferSizer
An applications store provides an application with HA and fault tolerance by using a combination or replication and persistence.
| ADM Type | Embedded Entity |
| Factory | SrvMonHeartbeatFactory |
| 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.Deserializer
The deserializer
|
static class |
SrvMonAppStoreBindingStats.PacketBody
The backing packet type for SrvMonAppStoreBindingStats (used internally for serialization purposes).
|
static class |
SrvMonAppStoreBindingStats.Pojo
The POJO
|
static class |
SrvMonAppStoreBindingStats.Serializer
The serializer
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonAppStoreBindingStats[] |
EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
SrvMonAppStoreBindingStats |
acquire() |
boolean |
appendFieldValueTo(Object node,
String[] pathComponents,
XString target)
Appends a reflected field value as a string into the given XString.
|
boolean |
appendFieldValueTo(Object message,
String name,
XString target)
Appends a reflected field value as a string into the given XString.
|
void |
clear() |
void |
clear(boolean disposeMembers) |
void |
clearCommitLatencies()
Clears the value of 'commitLatencies'.
|
void |
clearCommitQueueSize()
Clears the value of 'commitQueueSize'.
|
void |
clearContent()
Deprecated.
|
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'.
|
Object |
clone()
Creates a clone of this object.
|
SrvMonAppStoreBindingStats |
copy() |
void |
copyInto(SrvMonAppStoreBindingStats copy) |
static SrvMonAppStoreBindingStats |
create() |
SrvMonAppStoreBindingStats |
deserializeFrom(byte[] array,
int offset,
int len) |
SrvMonAppStoreBindingStats |
deserializeFrom(ByteBuffer buffer) |
SrvMonAppStoreBindingStats |
deserializeFrom(IOBuffer buffer,
int offset,
int len) |
SrvMonAppStoreBindingStats |
deserializeFrom(IOElasticBuffer buffer,
int offset,
int len) |
SrvMonAppStoreBindingStats |
deserializeFrom(long addr,
int offset,
int len) |
SrvMonAppStoreBindingStats |
deserializeFrom(PktPacket packet) |
SrvMonAppStoreBindingStats |
deserializeFrom(SrvMonAppStoreBindingStats.Deserializer deserializer) |
SrvMonAppStoreBindingStats |
deserializeFrom(SrvMonAppStoreBindingStats val) |
SrvMonAppStoreBindingStats |
deserializeFromByteArray(byte[] array) |
SrvMonAppStoreBindingStats |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonAppStoreBindingStats |
deserializeFromJson(String json) |
SrvMonAppStoreBindingStats |
deserializeFromNative(long addr,
int offset,
int len)
Deprecated.
|
SrvMonAppStoreBindingStats |
deserializeFromPacket(PktPacket packet) |
SrvMonAppStoreBindingStats |
deserializeFromRawJson(String json) |
SrvMonAppStoreBindingStats.Deserializer |
deserializer() |
SrvMonAppStoreBindingStats.Deserializer |
deserializer(boolean createBuffer) |
void |
dispose() |
void |
disposeDeserializer() |
void |
disposePojo() |
void |
disposePojo(boolean sync) |
void |
disposeSerializedBuffer() |
void |
disposeSerializedBuffer(boolean gcDisposed) |
void |
disposeSerializer() |
long |
ensureCapacity(long addr,
int capacity)
Method invoked by the serializer to ensure there is enough space in the target
buffer to accommodate a field being serialized
|
boolean |
fieldExists(Object message,
String name)
Check if a field of the supplied name exists in a message.
|
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'.
|
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 <T> IRogFieldReflector<SrvMonAppStoreBindingStats,T> |
getFieldReflector(String name)
Get a field reflector.
|
static <T> IRogFieldReflector<SrvMonAppStoreBindingStats,T> |
getFieldReflector(String[] pathComponents)
Get a field reflector.
|
XString |
getFieldValueAsRawString(Object message,
String name)
Get the value of a reflectable field in a message as a string.
|
XString |
getFieldValueAsRawString(Object message,
String[] pathComponents)
Get the value of a reflectable field in a message as a string.
|
String |
getFieldValueAsString(Object message,
String name)
Get the value of a reflectable field in a message as a string.
|
String |
getFieldValueAsString(Object message,
String[] pathComponents)
Get the value of a reflectable field in a message as a string.
|
SrvMonAppStoreICRRole |
getICRRole()
Gets the value of 'ICRRole'.
|
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.
|
long |
getNumCommitCompletionsReceived()
Gets the value of 'numCommitCompletionsReceived'.
|
Long |
getNumCommitCompletionsReceivedAsObject()
Gets the value of 'numCommitCompletionsReceived'.
|
static int |
getNumCommitCompletionsReceivedFieldId() |
long |
getNumCommitCompletionsSent()
Gets the value of 'numCommitCompletionsSent'.
|
Long |
getNumCommitCompletionsSentAsObject()
Gets the value of 'numCommitCompletionsSent'.
|
static int |
getNumCommitCompletionsSentFieldId() |
long |
getNumCommitEntriesReceived()
Gets the value of 'numCommitEntriesReceived'.
|
Long |
getNumCommitEntriesReceivedAsObject()
Gets the value of 'numCommitEntriesReceived'.
|
static int |
getNumCommitEntriesReceivedFieldId() |
long |
getNumCommitEntriesSent()
Gets the value of 'numCommitEntriesSent'.
|
Long |
getNumCommitEntriesSentAsObject()
Gets the value of 'numCommitEntriesSent'.
|
static int |
getNumCommitEntriesSentFieldId() |
long |
getNumCommitsReceived()
Gets the value of 'numCommitsReceived'.
|
Long |
getNumCommitsReceivedAsObject()
Gets the value of 'numCommitsReceived'.
|
static int |
getNumCommitsReceivedFieldId() |
long |
getNumCommitsSent()
Gets the value of 'numCommitsSent'.
|
Long |
getNumCommitsSentAsObject()
Gets the value of 'numCommitsSent'.
|
static int |
getNumCommitsSentFieldId() |
int |
getOwnershipCount() |
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.
|
Object |
getQueryFieldValue(String name)
Gets an indexable value identified by a key.
|
SrvMonAppStoreBindingRole |
getRole()
Gets the value of 'role'.
|
static int |
getRoleFieldId() |
long |
getSerializedBuffer() |
int |
getSerializedBufferCapacity() |
int |
getSerializedBufferLength() |
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()
Deprecated.
|
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'.
|
static int |
getSizeFieldId() |
SrvMonAppStoreBindingState |
getState()
Gets the value of 'state'.
|
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.
|
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 |
hasDirtyPojo() |
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 |
hasPojo() |
boolean |
hasRole()
Checks for the presence of 'role'.
|
boolean |
hasSerializedBuffer() |
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'.
|
SrvMonAppStoreBindingStats |
init()
Initialize an item.
|
boolean |
isFieldReflectable(Object message,
String name)
Check if a field of the supplied name is reflectable.
|
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.
|
boolean |
needsSync()
Check if a view needs to be sync'd for reflection.
|
SrvMonAppStoreBindingStats.Pojo |
pojo() |
SrvMonAppStoreBindingStats.Pojo |
pojo(boolean onlyPojos) |
void |
reset() |
void |
reset(boolean disposeMembers) |
SrvMonAppStoreBindingStats.Serializer |
serializer() |
SrvMonAppStoreBindingStats.Serializer |
serializer(int minimumLength) |
SrvMonAppStoreBindingStats.Serializer |
serializer(int length,
boolean autoResizeTargetBuffer) |
int |
serializeTo(byte[] array,
int offset) |
int |
serializeTo(ByteBuffer buffer) |
int |
serializeTo(IOBuffer buffer,
int offset) |
int |
serializeTo(IOElasticBuffer buffer,
int offset) |
int |
serializeTo(long addr,
int offset) |
int |
serializeTo(PktPacket packet) |
int |
serializeTo(SrvMonAppStoreBindingStats.Serializer serializer) |
byte[] |
serializeToByteArray() |
ByteBuffer |
serializeToByteBuffer() |
IOBuffer |
serializeToIOBuffer(boolean useNative) |
String |
serializeToJson() |
int |
serializeToNative(long addr,
int offset)
Deprecated.
|
PktPacket |
serializeToPacket() |
String |
serializeToRawJson() |
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 |
setDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'deserializeLatencies'.
|
void |
setICRRole(SrvMonAppStoreICRRole val)
Sets the value of 'ICRRole'.
|
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 |
setNumCommitCompletionsSent(long val)
Sets the value of 'numCommitCompletionsSent'.
|
void |
setNumCommitEntriesReceived(long val)
Sets the value of 'numCommitEntriesReceived'.
|
void |
setNumCommitEntriesSent(long val)
Sets the value of 'numCommitEntriesSent'.
|
void |
setNumCommitsReceived(long val)
Sets the value of 'numCommitsReceived'.
|
void |
setNumCommitsSent(long val)
Sets the value of 'numCommitsSent'.
|
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 |
setRole(SrvMonAppStoreBindingRole val)
Sets the value of 'role'.
|
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 |
setState(SrvMonAppStoreBindingState val)
Sets the value of 'state'.
|
void |
setWireLatencies(SrvMonIntSeries val)
Sets the value of 'wireLatencies'.
|
void |
setWireToDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'wireToDeserializeLatencies'.
|
void |
sync() |
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() |
SrvMonAppStoreBindingStats |
wrap(IOBuffer buffer,
int len) |
public static final SrvMonAppStoreBindingStats[] EMPTY_ARRAY
public static SrvMonAppStoreBindingStats create()
public final boolean hasSerializedBuffer()
public final long getSerializedBuffer()
public final int getSerializedBufferCapacity()
public final int getSerializedBufferLength()
@Deprecated public final int getSerializeToNativeLength()
public final SrvMonAppStoreBindingStats.Serializer serializer(int length, boolean autoResizeTargetBuffer)
public final SrvMonAppStoreBindingStats.Serializer serializer(int minimumLength)
public final SrvMonAppStoreBindingStats.Serializer serializer()
public final long ensureCapacity(long addr,
int capacity)
AdmRuntime.BufferSizerensureCapacity in interface AdmRuntime.BufferSizeraddr - The native address of the target buffercapacity - The required capacity of the bufferThis method is invoked by a serializer each time it serializes a field or part of a field to the target buffer to ensure that the target buffer has the desired capacity to hold the data being added.
public final SrvMonAppStoreBindingStats.Deserializer deserializer(boolean createBuffer)
public final SrvMonAppStoreBindingStats.Deserializer deserializer()
public final boolean hasPojo()
public final boolean hasDirtyPojo()
public final SrvMonAppStoreBindingStats.Pojo pojo(boolean onlyPojos)
public final SrvMonAppStoreBindingStats.Pojo pojo()
public final void disposeSerializedBuffer(boolean gcDisposed)
public final void disposeSerializedBuffer()
public final void disposeSerializer()
public final void disposeDeserializer()
public final void disposePojo(boolean sync)
public final void disposePojo()
public final void clear(boolean disposeMembers)
public final void clear()
@Deprecated public final void clearContent()
public final void reset(boolean disposeMembers)
public final void reset()
public final String serializeToRawJson()
public final int serializeTo(SrvMonAppStoreBindingStats.Serializer serializer)
public final void sync()
public final byte[] serializeToByteArray()
public final int serializeTo(byte[] array,
int offset)
public final ByteBuffer serializeToByteBuffer()
public final int serializeTo(ByteBuffer buffer)
public final IOBuffer serializeToIOBuffer(boolean useNative)
public final int serializeTo(IOBuffer buffer, int offset)
public final int serializeTo(IOElasticBuffer buffer, int offset)
public final PktPacket serializeToPacket()
public final int serializeTo(PktPacket packet)
public final int serializeTo(long addr,
int offset)
@Deprecated public final int serializeToNative(long addr, int offset)
public final String serializeToJson()
public final SrvMonAppStoreBindingStats deserializeFromRawJson(String json)
public final SrvMonAppStoreBindingStats deserializeFrom(SrvMonAppStoreBindingStats.Deserializer deserializer)
public final SrvMonAppStoreBindingStats deserializeFrom(SrvMonAppStoreBindingStats val)
public final SrvMonAppStoreBindingStats wrap(IOBuffer buffer, int len)
public final SrvMonAppStoreBindingStats deserializeFromByteArray(byte[] array)
public final SrvMonAppStoreBindingStats deserializeFrom(byte[] array, int offset, int len)
public final SrvMonAppStoreBindingStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonAppStoreBindingStats deserializeFrom(ByteBuffer buffer)
public final SrvMonAppStoreBindingStats deserializeFrom(IOBuffer buffer, int offset, int len)
public final SrvMonAppStoreBindingStats deserializeFrom(IOElasticBuffer buffer, int offset, int len)
public final SrvMonAppStoreBindingStats deserializeFromPacket(PktPacket packet)
public final SrvMonAppStoreBindingStats deserializeFrom(PktPacket packet)
public final SrvMonAppStoreBindingStats deserializeFrom(long addr, int offset, int len)
@Deprecated public final SrvMonAppStoreBindingStats deserializeFromNative(long addr, int offset, int len)
public final SrvMonAppStoreBindingStats deserializeFromJson(String json)
public final void copyInto(SrvMonAppStoreBindingStats copy)
public final SrvMonAppStoreBindingStats copy()
public boolean needsSync()
MessageReflectorneedsSync in interface MessageReflectorpublic final boolean fieldExists(Object message, String name)
MessageReflectorfieldExists in interface MessageReflectormessage - The message to check in.name - The field to check for.public final boolean isFieldReflectable(Object message, String name)
MessageReflectorisFieldReflectable in interface MessageReflectormessage - The message to check in.name - The field to check for.public final String getFieldValueAsString(Object message, String name)
MessageReflector
Note that this method is generally less efficient than its variant
MessageReflector.getFieldValueAsString(Object, String[]) since this method requires
splitting the supplied path name into its dot separated path components. In cases
where the caller intends to reuse the same path name often, it is better
for the caller to supply it in split form.
getFieldValueAsString in interface MessageReflectormessage - The message to introspect.name - The field whose value is to be retrieved specified as a bean pathMessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final String getFieldValueAsString(Object message, String[] pathComponents)
MessageReflectorgetFieldValueAsString in interface MessageReflectormessage - The message to introspect.pathComponents - The path components to use to access the field.MessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final XString getFieldValueAsRawString(Object message, String name)
MessageReflector
Note that this method is generally less efficient than its variant
MessageReflector.getFieldValueAsString(Object, String[]) since this method requires
splitting the supplied path name into its dot separated path components. In cases
where the caller intends to reuse the same path name often, it is better
for the caller to supply it in split form.
getFieldValueAsRawString in interface MessageReflectormessage - The message to introspect.name - The field whose value is to be retrieved specified as a bean pathMessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final XString getFieldValueAsRawString(Object message, String[] pathComponents)
MessageReflectorgetFieldValueAsRawString in interface MessageReflectormessage - The message to introspect.pathComponents - The path components to use to access the field.MessageReflector.fieldExists(java.lang.Object, java.lang.String) and MessageReflector.isFieldReflectable(java.lang.Object, java.lang.String) methodspublic final boolean appendFieldValueTo(Object message, String name, XString target)
MessageReflectorIf the field is reflectable and has a non null value, then it will be appended otherwise, this method must return false.
appendFieldValueTo in interface MessageReflectormessage - the node on which to reflect (which need not be this object).name - the bean path to the field.target - The target XString into which to append the result.public final boolean appendFieldValueTo(Object node, String[] pathComponents, XString target)
MessageReflectorIf the field is reflectable and has a non null value, then it will be appended otherwise, this method must return false.
appendFieldValueTo in interface MessageReflectornode - the node on which to reflect (which need not be this object).pathComponents - the bean path to the field on the provided object split by its '.' separated components.target - The target XString into which to append the result.public final void setAsReadOnly()
public static final int getRoleFieldId()
public final void setRole(SrvMonAppStoreBindingRole val)
ISrvMonAppStoreBindingStatssetRole in interface ISrvMonAppStoreBindingStatsval - The value to set.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 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 int getSize()
ISrvMonAppStoreBindingStatsgetSize in interface ISrvMonAppStoreBindingStatspublic final Integer getSizeAsObject()
ISrvMonAppStoreBindingStatsgetSizeAsObject in interface ISrvMonAppStoreBindingStatspublic 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 long getNumCommitsSent()
ISrvMonAppStoreBindingStatsgetNumCommitsSent in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitsSentAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitsSentAsObject in interface ISrvMonAppStoreBindingStatspublic 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 long getNumCommitEntriesSent()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesSent in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitEntriesSentAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesSentAsObject in interface ISrvMonAppStoreBindingStatspublic 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 long getNumCommitsReceived()
ISrvMonAppStoreBindingStatsgetNumCommitsReceived in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitsReceivedAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitsReceivedAsObject in interface ISrvMonAppStoreBindingStatspublic 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 long getNumCommitEntriesReceived()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesReceived in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitEntriesReceivedAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitEntriesReceivedAsObject in interface ISrvMonAppStoreBindingStatspublic 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 long getNumCommitCompletionsSent()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsSent in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitCompletionsSentAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsSentAsObject in interface ISrvMonAppStoreBindingStatspublic 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 long getNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsReceived in interface ISrvMonAppStoreBindingStatspublic final Long getNumCommitCompletionsReceivedAsObject()
ISrvMonAppStoreBindingStatsgetNumCommitCompletionsReceivedAsObject in interface ISrvMonAppStoreBindingStatspublic 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 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 long getDataSize()
ISrvMonAppStoreBindingStatsgetDataSize in interface ISrvMonAppStoreBindingStatspublic final Long getDataSizeAsObject()
ISrvMonAppStoreBindingStatsgetDataSizeAsObject in interface ISrvMonAppStoreBindingStatspublic 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 static final <T> IRogFieldReflector<SrvMonAppStoreBindingStats,T> getFieldReflector(String name)
name - The name of the field ('.' delimited for nested fields)public static final <T> IRogFieldReflector<SrvMonAppStoreBindingStats,T> getFieldReflector(String[] pathComponents)
pathComponents - The path to the field whose reflector is to be returnedpublic final Object getQueryFieldValue(String name)
com.neeve.query.impl.index.IdxMappableImplementation should ensure that the the type of the value returned is consistent across types.
getQueryFieldValue in interface com.neeve.query.impl.index.IdxMappablename - The name of the field whose value is to be accessed.public 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 SrvMonAppStoreBindingStats acquire()
public final int getOwnershipCount()
public final void dispose()
public final Object clone()
This method differs from the copy() method in that:
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 N5 Technologies, Inc. All Rights Reserved.