@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=204) public final class SrvMonAppBusBindingStats extends Object implements com.neeve.xbuf.IXbufDesyncer, UtlPool.Item<SrvMonAppBusBindingStats>, ISrvMonAppBusBindingStats
| ADM Type | Embedded Entity |
| Factory | SrvMonFactory |
| ADM Field Summary |
|---|
| Field | Type | Id | Description |
|---|---|---|---|
| busBindingName | String | 16 | The name of the bus. |
| createToSendLatencies | SrvMonIntSeries |
36 | The create to send latencies in microseconds, the time in microseconds from message creation to when send was called for it (aka 'c2o'). |
| deserializeLatencies | SrvMonIntSeries |
42 | The time (in microseconds) spent deserializing the message and wrapping it in a MessageView (aka: 'd'). |
| deserializeToReceiveLatencies | SrvMonIntSeries |
43 |
The time (in microseconds) from when the message was deserialized to when it is received by the engine (aka: 'd2i').
This measure the time from when the bus has deserialized by the bus to when the app's engine picks it up from it's input queue (before it dispatches it to an application) handler (it includes the o2p time of the engine's disruptor). Additional time spent by the engine dispatching the message to the application handler is covered by msgPreProcLatencies (mpproc). |
| detachedCommit | Boolean | 46 | If the bus binding is operating in detached mode. |
| disruptorStats | SrvMonDisruptorStats |
47 | Disruptor statistics for the bus when operating in detached mode. |
| internal | Boolean | 48 | Indicates if this is an internal bus. |
| numAcksSent | Long | 49 | The number of inbound messages acknowledged by the bus. |
| numAsyncFlushCompletions | Long | 25 | The number of asynchronous flushes for this that have completed. |
| numBindingFailures | Integer | 35 | The number of binding failures that have occurred for this bus. |
| numChannelsUp | Integer | 34 | The number of channels brought up by this bus. |
| numClients | Integer | 33 | The number of connected clients (if applicable). |
| numCommits | Long | 31 | The number transactions committed by the bus. |
| numFlushesAsync | Long | 24 | The number of times this bus has been asynchronously flushed. |
| numFlushesSync | Long | 22 | The number of times this bus has been synchronously flushed. |
| numMsgBatchesRcvd | Long | 19 | The number of batch messages received by the bus. |
| numMsgsEnqueued | Long | 20 | The total number of batch messages enqueued for delivery by this bus. |
| numMsgsFlushedAsync | Long | 26 | The number of messages flushed by asynchronous flushes. |
| numMsgsFlushedSync | Long | 23 | The number of messages flushed by synchronous flushes. |
| numMsgsInBatchesRcvd | Long | 18 | The number of messages received by the bus that were part of a batch. |
| numMsgsRcvd | Long | 17 | The number of messages received by the bus. |
| numMsgsSent | Long | 21 | The total number of batch messages enqueued message that were actually sent by the bus. |
| numPacketsRcvd | Long | 30 | The number of raw packets received by the bus. |
| numPartialRollbacks | Long | 52 | The number of partial (savepoint) transaction roll back for the bus. |
| numRollbacks | Long | 32 | The number transactions rolled back for the bus. |
| numStabilityBatchesRcvd | Long | 29 | The number of batched stability events received by this bus. |
| numStabilityInBatchesRcvd | Long | 28 | The number of stability events received by this bus that were part of a stability batch. |
| numStabilityRcvd | Long | 27 | The number of stability events (acks) received by this bus. |
| originToReceiveLatencies | SrvMonIntSeries |
44 |
The origin to receive latencies in microseconds (aka: 'o2i').
The time from when a message was originally created to when it was received by the binding. |
| sendToPollLatencies | SrvMonIntSeries |
50 | When the bus is operating in a detached mode, the time from when the message was offered for send until it is picked up send is started (aka: 'o2p'). |
| sendToSerializeLatencies | SrvMonIntSeries |
37 |
The send to serialize latencies in microseconds, the time from when the message send is started until it was serialized in preparation for transmission on the wire (aka: 'o2s').
Note that this time excludes o2p for the case where the binding is operating in detached mode. |
| serializeLatencies | SrvMonIntSeries |
38 | The serialize latencies in microseconds, the spent serializing the MessageView to its transport encoding (aka: 's'). |
| serializeToWireLatencies | SrvMonIntSeries |
39 | The serialize to wire latencies in microseconds, the time post deserialize to when just before the message is written to the wire (aka: 's2w'). |
| wireLatencies | SrvMonIntSeries |
40 |
The wire latencies in microseconds, the time an inbound message spent on the wire (aka: 'w').
The time spent on the wire from when the message was written to the wire by the sender to the time it was received off the wire by the receiver. Note: that this metric is subject to clock skew when the sending and receivin sides are on different hosts. |
| wireSendLatencies | SrvMonIntSeries |
51 |
The wire send latencies in microseconds, he time spent by the message bus provider writing the message to the wire. (aka: 'ws').
This time covers an time spent blocked in the provider due to flow control and time in the provider implementation's send api. |
| wireToDeserializeLatencies | SrvMonIntSeries |
41 | The time from when the serialized form was received from the wire to deserialization (aka: 'w2d'). |
| wireToWireLatencies | SrvMonIntSeries |
45 |
The wire to wire latencies in microseconds, for outbound messages the time from when the corresponding inbound message was received off the wire to when the outbound message was written to the wire. (aka: 'w2w').
This measurement is useful for determine how long the process spent from receiving a message to making its effects to the world 'known'. |
| Modifier and Type | Class and Description |
|---|---|
static class |
SrvMonAppBusBindingStats.Field
The SrvMonAppBusBindingStats xbuf field (used internally when this entity is used as a field of another entity).
|
static class |
SrvMonAppBusBindingStats.ListField
The SrvMonAppBusBindingStats list field (used internally when this entity is used as an array field of another entity).
|
| Modifier and Type | Field and Description |
|---|---|
static SrvMonAppBusBindingStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type.
|
| Constructor and Description |
|---|
SrvMonAppBusBindingStats() |
SrvMonAppBusBindingStats(int initialBackingBufferSize) |
| Modifier and Type | Method and Description |
|---|---|
SrvMonAppBusBindingStats |
acquire() |
void |
clearBusBindingName()
Clears the value of 'busBindingName'.
|
void |
clearContent() |
void |
clearCreateToSendLatencies()
Clears the value of 'createToSendLatencies'.
|
void |
clearDeserializeLatencies()
Clears the value of 'deserializeLatencies'.
|
void |
clearDeserializeToReceiveLatencies()
Clears the value of 'deserializeToReceiveLatencies'.
|
void |
clearDetachedCommit()
Clears the value of 'detachedCommit'.
|
void |
clearDisruptorStats()
Clears the value of 'disruptorStats'.
|
void |
clearInternal()
Clears the value of 'internal'.
|
void |
clearNumAcksSent()
Clears the value of 'numAcksSent'.
|
void |
clearNumAsyncFlushCompletions()
Clears the value of 'numAsyncFlushCompletions'.
|
void |
clearNumBindingFailures()
Clears the value of 'numBindingFailures'.
|
void |
clearNumChannelsUp()
Clears the value of 'numChannelsUp'.
|
void |
clearNumClients()
Clears the value of 'numClients'.
|
void |
clearNumCommits()
Clears the value of 'numCommits'.
|
void |
clearNumFlushesAsync()
Clears the value of 'numFlushesAsync'.
|
void |
clearNumFlushesSync()
Clears the value of 'numFlushesSync'.
|
void |
clearNumMsgBatchesRcvd()
Clears the value of 'numMsgBatchesRcvd'.
|
void |
clearNumMsgsEnqueued()
Clears the value of 'numMsgsEnqueued'.
|
void |
clearNumMsgsFlushedAsync()
Clears the value of 'numMsgsFlushedAsync'.
|
void |
clearNumMsgsFlushedSync()
Clears the value of 'numMsgsFlushedSync'.
|
void |
clearNumMsgsInBatchesRcvd()
Clears the value of 'numMsgsInBatchesRcvd'.
|
void |
clearNumMsgsRcvd()
Clears the value of 'numMsgsRcvd'.
|
void |
clearNumMsgsSent()
Clears the value of 'numMsgsSent'.
|
void |
clearNumPacketsRcvd()
Clears the value of 'numPacketsRcvd'.
|
void |
clearNumPartialRollbacks()
Clears the value of 'numPartialRollbacks'.
|
void |
clearNumRollbacks()
Clears the value of 'numRollbacks'.
|
void |
clearNumStabilityBatchesRcvd()
Clears the value of 'numStabilityBatchesRcvd'.
|
void |
clearNumStabilityInBatchesRcvd()
Clears the value of 'numStabilityInBatchesRcvd'.
|
void |
clearNumStabilityRcvd()
Clears the value of 'numStabilityRcvd'.
|
void |
clearOriginToReceiveLatencies()
Clears the value of 'originToReceiveLatencies'.
|
void |
clearSendToPollLatencies()
Clears the value of 'sendToPollLatencies'.
|
void |
clearSendToSerializeLatencies()
Clears the value of 'sendToSerializeLatencies'.
|
void |
clearSerializeLatencies()
Clears the value of 'serializeLatencies'.
|
void |
clearSerializeToWireLatencies()
Clears the value of 'serializeToWireLatencies'.
|
void |
clearWireLatencies()
Clears the value of 'wireLatencies'.
|
void |
clearWireSendLatencies()
Clears the value of 'wireSendLatencies'.
|
void |
clearWireToDeserializeLatencies()
Clears the value of 'wireToDeserializeLatencies'.
|
void |
clearWireToWireLatencies()
Clears the value of 'wireToWireLatencies'.
|
void |
clearXRogType() |
Object |
clone()
Creates a clone of this object.
|
SrvMonAppBusBindingStats |
copy()
Creates a copy of this SrvMonAppBusBindingStats.
|
void |
copyInto(SrvMonAppBusBindingStats copy)
Copies the contents of this SrvMonAppBusBindingStats into the target.
|
static SrvMonAppBusBindingStats |
create() |
static SrvMonAppBusBindingStats |
createFrom(byte[] serializedContainer) |
static SrvMonAppBusBindingStats |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
static SrvMonAppBusBindingStats |
createFromSerializedXbufContainer(byte[] serializedContainer) |
static SrvMonAppBusBindingStats |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
static com.neeve.xbuf.XbufSchema |
createSchema() |
SrvMonAppBusBindingStats |
deserializeFromByteArray(byte[] array) |
SrvMonAppBusBindingStats |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppBusBindingStats |
deserializeFromByteBuffer(ByteBuffer buffer) |
SrvMonAppBusBindingStats |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppBusBindingStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length) |
SrvMonAppBusBindingStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy) |
SrvMonAppBusBindingStats |
deserializeFromNative(long address,
int offset,
int length) |
SrvMonAppBusBindingStats |
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() |
String |
getBusBindingName()
Gets the value of 'busBindingName'.
|
com.neeve.xbuf.XbufStringField |
getBusBindingNameField() |
static int |
getBusBindingNameFieldId() |
<T extends XString> |
getBusBindingNameTo(XString.Factory<T> factory)
Copies the value of this String field into a new XString from the given factory.
|
void |
getBusBindingNameTo(XString val)
Copies the value of 'busBindingName' into the provided XString.
|
XString |
getBusBindingNameUnsafe()
Gets the raw value of 'busBindingName'.
|
SrvMonIntSeries |
getCreateToSendLatencies()
Gets the value of 'createToSendLatencies'.
|
static int |
getCreateToSendLatenciesFieldId() |
void |
getCreateToSendLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getDeserializeLatencies()
Gets the value of 'deserializeLatencies'.
|
static int |
getDeserializeLatenciesFieldId() |
void |
getDeserializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getDeserializeToReceiveLatencies()
Gets the value of 'deserializeToReceiveLatencies'.
|
static int |
getDeserializeToReceiveLatenciesFieldId() |
void |
getDeserializeToReceiveLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy() |
boolean |
getDetachedCommit()
Gets the value of 'detachedCommit'.
|
Boolean |
getDetachedCommitAsObject()
Gets the value of 'detachedCommit'.
|
com.neeve.xbuf.XbufVariableBooleanField |
getDetachedCommitField() |
static int |
getDetachedCommitFieldId() |
SrvMonDisruptorStats |
getDisruptorStats()
Gets the value of 'disruptorStats'.
|
static int |
getDisruptorStatsFieldId() |
void |
getDisruptorStatsTo(SrvMonDisruptorStats to)
Copies the value of SrvMonDisruptorStats into the provided value.
|
boolean |
getInternal()
Gets the value of 'internal'.
|
Boolean |
getInternalAsObject()
Gets the value of 'internal'.
|
com.neeve.xbuf.XbufVariableBooleanField |
getInternalField() |
static int |
getInternalFieldId() |
boolean |
getIsReadOnly() |
long |
getNumAcksSent()
Gets the value of 'numAcksSent'.
|
Long |
getNumAcksSentAsObject()
Gets the value of 'numAcksSent'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumAcksSentField() |
static int |
getNumAcksSentFieldId() |
long |
getNumAsyncFlushCompletions()
Gets the value of 'numAsyncFlushCompletions'.
|
Long |
getNumAsyncFlushCompletionsAsObject()
Gets the value of 'numAsyncFlushCompletions'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumAsyncFlushCompletionsField() |
static int |
getNumAsyncFlushCompletionsFieldId() |
int |
getNumBindingFailures()
Gets the value of 'numBindingFailures'.
|
Integer |
getNumBindingFailuresAsObject()
Gets the value of 'numBindingFailures'.
|
com.neeve.xbuf.XbufVariableIntField |
getNumBindingFailuresField() |
static int |
getNumBindingFailuresFieldId() |
int |
getNumChannelsUp()
Gets the value of 'numChannelsUp'.
|
Integer |
getNumChannelsUpAsObject()
Gets the value of 'numChannelsUp'.
|
com.neeve.xbuf.XbufVariableIntField |
getNumChannelsUpField() |
static int |
getNumChannelsUpFieldId() |
int |
getNumClients()
Gets the value of 'numClients'.
|
Integer |
getNumClientsAsObject()
Gets the value of 'numClients'.
|
com.neeve.xbuf.XbufVariableIntField |
getNumClientsField() |
static int |
getNumClientsFieldId() |
long |
getNumCommits()
Gets the value of 'numCommits'.
|
Long |
getNumCommitsAsObject()
Gets the value of 'numCommits'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsField() |
static int |
getNumCommitsFieldId() |
long |
getNumFlushesAsync()
Gets the value of 'numFlushesAsync'.
|
Long |
getNumFlushesAsyncAsObject()
Gets the value of 'numFlushesAsync'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumFlushesAsyncField() |
static int |
getNumFlushesAsyncFieldId() |
long |
getNumFlushesSync()
Gets the value of 'numFlushesSync'.
|
Long |
getNumFlushesSyncAsObject()
Gets the value of 'numFlushesSync'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumFlushesSyncField() |
static int |
getNumFlushesSyncFieldId() |
long |
getNumMsgBatchesRcvd()
Gets the value of 'numMsgBatchesRcvd'.
|
Long |
getNumMsgBatchesRcvdAsObject()
Gets the value of 'numMsgBatchesRcvd'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMsgBatchesRcvdField() |
static int |
getNumMsgBatchesRcvdFieldId() |
long |
getNumMsgsEnqueued()
Gets the value of 'numMsgsEnqueued'.
|
Long |
getNumMsgsEnqueuedAsObject()
Gets the value of 'numMsgsEnqueued'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMsgsEnqueuedField() |
static int |
getNumMsgsEnqueuedFieldId() |
long |
getNumMsgsFlushedAsync()
Gets the value of 'numMsgsFlushedAsync'.
|
Long |
getNumMsgsFlushedAsyncAsObject()
Gets the value of 'numMsgsFlushedAsync'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMsgsFlushedAsyncField() |
static int |
getNumMsgsFlushedAsyncFieldId() |
long |
getNumMsgsFlushedSync()
Gets the value of 'numMsgsFlushedSync'.
|
Long |
getNumMsgsFlushedSyncAsObject()
Gets the value of 'numMsgsFlushedSync'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMsgsFlushedSyncField() |
static int |
getNumMsgsFlushedSyncFieldId() |
long |
getNumMsgsInBatchesRcvd()
Gets the value of 'numMsgsInBatchesRcvd'.
|
Long |
getNumMsgsInBatchesRcvdAsObject()
Gets the value of 'numMsgsInBatchesRcvd'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMsgsInBatchesRcvdField() |
static int |
getNumMsgsInBatchesRcvdFieldId() |
long |
getNumMsgsRcvd()
Gets the value of 'numMsgsRcvd'.
|
Long |
getNumMsgsRcvdAsObject()
Gets the value of 'numMsgsRcvd'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMsgsRcvdField() |
static int |
getNumMsgsRcvdFieldId() |
long |
getNumMsgsSent()
Gets the value of 'numMsgsSent'.
|
Long |
getNumMsgsSentAsObject()
Gets the value of 'numMsgsSent'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumMsgsSentField() |
static int |
getNumMsgsSentFieldId() |
long |
getNumPacketsRcvd()
Gets the value of 'numPacketsRcvd'.
|
Long |
getNumPacketsRcvdAsObject()
Gets the value of 'numPacketsRcvd'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumPacketsRcvdField() |
static int |
getNumPacketsRcvdFieldId() |
long |
getNumPartialRollbacks()
Gets the value of 'numPartialRollbacks'.
|
Long |
getNumPartialRollbacksAsObject()
Gets the value of 'numPartialRollbacks'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumPartialRollbacksField() |
static int |
getNumPartialRollbacksFieldId() |
long |
getNumRollbacks()
Gets the value of 'numRollbacks'.
|
Long |
getNumRollbacksAsObject()
Gets the value of 'numRollbacks'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumRollbacksField() |
static int |
getNumRollbacksFieldId() |
long |
getNumStabilityBatchesRcvd()
Gets the value of 'numStabilityBatchesRcvd'.
|
Long |
getNumStabilityBatchesRcvdAsObject()
Gets the value of 'numStabilityBatchesRcvd'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumStabilityBatchesRcvdField() |
static int |
getNumStabilityBatchesRcvdFieldId() |
long |
getNumStabilityInBatchesRcvd()
Gets the value of 'numStabilityInBatchesRcvd'.
|
Long |
getNumStabilityInBatchesRcvdAsObject()
Gets the value of 'numStabilityInBatchesRcvd'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumStabilityInBatchesRcvdField() |
static int |
getNumStabilityInBatchesRcvdFieldId() |
long |
getNumStabilityRcvd()
Gets the value of 'numStabilityRcvd'.
|
Long |
getNumStabilityRcvdAsObject()
Gets the value of 'numStabilityRcvd'.
|
com.neeve.xbuf.XbufVariableLongField |
getNumStabilityRcvdField() |
static int |
getNumStabilityRcvdFieldId() |
SrvMonIntSeries |
getOriginToReceiveLatencies()
Gets the value of 'originToReceiveLatencies'.
|
static int |
getOriginToReceiveLatenciesFieldId() |
void |
getOriginToReceiveLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
int |
getOwnerCount() |
UtlPool<SrvMonAppBusBindingStats> |
getPool()
Get a pool item's pool.
|
SrvMonIntSeries |
getSendToPollLatencies()
Gets the value of 'sendToPollLatencies'.
|
static int |
getSendToPollLatenciesFieldId() |
void |
getSendToPollLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
SrvMonIntSeries |
getSendToSerializeLatencies()
Gets the value of 'sendToSerializeLatencies'.
|
static int |
getSendToSerializeLatenciesFieldId() |
void |
getSendToSerializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
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 |
getSerializeToWireLatencies()
Gets the value of 'serializeToWireLatencies'.
|
static int |
getSerializeToWireLatenciesFieldId() |
void |
getSerializeToWireLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
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 |
getWireSendLatencies()
Gets the value of 'wireSendLatencies'.
|
static int |
getWireSendLatenciesFieldId() |
void |
getWireSendLatenciesTo(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.
|
SrvMonIntSeries |
getWireToWireLatencies()
Gets the value of 'wireToWireLatencies'.
|
static int |
getWireToWireLatenciesFieldId() |
void |
getWireToWireLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value.
|
short |
getXRogType() |
Short |
getXRogTypeAsObject() |
com.neeve.xbuf.XbufVariableShortField |
getXRogTypeField() |
static int |
getXRogTypeFieldId() |
boolean |
hasBusBindingName()
Checks for the presence of 'busBindingName'.
|
boolean |
hasCreateToSendLatencies()
Checks for the presence of 'createToSendLatencies'.
|
boolean |
hasDeserializeLatencies()
Checks for the presence of 'deserializeLatencies'.
|
boolean |
hasDeserializeToReceiveLatencies()
Checks for the presence of 'deserializeToReceiveLatencies'.
|
boolean |
hasDetachedCommit()
Checks for the presence of 'detachedCommit'.
|
boolean |
hasDisruptorStats()
Checks for the presence of 'disruptorStats'.
|
boolean |
hasInternal()
Checks for the presence of 'internal'.
|
boolean |
hasNumAcksSent()
Checks for the presence of 'numAcksSent'.
|
boolean |
hasNumAsyncFlushCompletions()
Checks for the presence of 'numAsyncFlushCompletions'.
|
boolean |
hasNumBindingFailures()
Checks for the presence of 'numBindingFailures'.
|
boolean |
hasNumChannelsUp()
Checks for the presence of 'numChannelsUp'.
|
boolean |
hasNumClients()
Checks for the presence of 'numClients'.
|
boolean |
hasNumCommits()
Checks for the presence of 'numCommits'.
|
boolean |
hasNumFlushesAsync()
Checks for the presence of 'numFlushesAsync'.
|
boolean |
hasNumFlushesSync()
Checks for the presence of 'numFlushesSync'.
|
boolean |
hasNumMsgBatchesRcvd()
Checks for the presence of 'numMsgBatchesRcvd'.
|
boolean |
hasNumMsgsEnqueued()
Checks for the presence of 'numMsgsEnqueued'.
|
boolean |
hasNumMsgsFlushedAsync()
Checks for the presence of 'numMsgsFlushedAsync'.
|
boolean |
hasNumMsgsFlushedSync()
Checks for the presence of 'numMsgsFlushedSync'.
|
boolean |
hasNumMsgsInBatchesRcvd()
Checks for the presence of 'numMsgsInBatchesRcvd'.
|
boolean |
hasNumMsgsRcvd()
Checks for the presence of 'numMsgsRcvd'.
|
boolean |
hasNumMsgsSent()
Checks for the presence of 'numMsgsSent'.
|
boolean |
hasNumPacketsRcvd()
Checks for the presence of 'numPacketsRcvd'.
|
boolean |
hasNumPartialRollbacks()
Checks for the presence of 'numPartialRollbacks'.
|
boolean |
hasNumRollbacks()
Checks for the presence of 'numRollbacks'.
|
boolean |
hasNumStabilityBatchesRcvd()
Checks for the presence of 'numStabilityBatchesRcvd'.
|
boolean |
hasNumStabilityInBatchesRcvd()
Checks for the presence of 'numStabilityInBatchesRcvd'.
|
boolean |
hasNumStabilityRcvd()
Checks for the presence of 'numStabilityRcvd'.
|
boolean |
hasOriginToReceiveLatencies()
Checks for the presence of 'originToReceiveLatencies'.
|
boolean |
hasSendToPollLatencies()
Checks for the presence of 'sendToPollLatencies'.
|
boolean |
hasSendToSerializeLatencies()
Checks for the presence of 'sendToSerializeLatencies'.
|
boolean |
hasSerializeLatencies()
Checks for the presence of 'serializeLatencies'.
|
boolean |
hasSerializeToWireLatencies()
Checks for the presence of 'serializeToWireLatencies'.
|
boolean |
hasWireLatencies()
Checks for the presence of 'wireLatencies'.
|
boolean |
hasWireSendLatencies()
Checks for the presence of 'wireSendLatencies'.
|
boolean |
hasWireToDeserializeLatencies()
Checks for the presence of 'wireToDeserializeLatencies'.
|
boolean |
hasWireToWireLatencies()
Checks for the presence of 'wireToWireLatencies'.
|
boolean |
hasXRogType() |
SrvMonAppBusBindingStats |
init()
Initialize an item.
|
boolean |
isBufferBacked() |
boolean |
isDirty() |
boolean |
isReferenceCounted() |
boolean |
isValid()
Tests if this object has any validation errors.
|
void |
lendBusBindingName(XString val)
Lends the value of 'busBindingName' to this object.
|
void |
lendCreateToSendLatencies(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 |
lendDeserializeToReceiveLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendDisruptorStats(SrvMonDisruptorStats val)
'Lends' a reference of the SrvMonDisruptorStats to the message for this field.
|
void |
lendOriginToReceiveLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendSendToPollLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.
|
void |
lendSendToSerializeLatencies(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 |
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 |
lendWireSendLatencies(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.
|
void |
lendWireToWireLatencies(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 |
setBusBindingName(String val)
Sets the value of 'busBindingName'.
|
void |
setBusBindingNameFrom(long val)
Sets the value of this String field to the given numeric value.
|
void |
setBusBindingNameFrom(com.neeve.xbuf.XbufStringField val) |
void |
setBusBindingNameFrom(XString val)
Copies the provided XString value into this object's 'busBindingName'.
|
void |
setCreateToSendLatencies(SrvMonIntSeries val)
Sets the value of 'createToSendLatencies'.
|
void |
setDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'deserializeLatencies'.
|
void |
setDeserializeToReceiveLatencies(SrvMonIntSeries val)
Sets the value of 'deserializeToReceiveLatencies'.
|
static void |
setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val) |
void |
setDetachedCommit(boolean val)
Sets the value of 'detachedCommit'.
|
void |
setDetachedCommitAsObject(Boolean val)
Sets the value of 'detachedCommit'.
|
void |
setDetachedCommitFrom(com.neeve.xbuf.XbufVariableBooleanField val) |
void |
setDisruptorStats(SrvMonDisruptorStats val)
Sets the value of 'disruptorStats'.
|
static void |
setFieldInterest(List<Integer> fieldIds) |
void |
setInternal(boolean val)
Sets the value of 'internal'.
|
void |
setInternalAsObject(Boolean val)
Sets the value of 'internal'.
|
void |
setInternalFrom(com.neeve.xbuf.XbufVariableBooleanField val) |
void |
setNumAcksSent(long val)
Sets the value of 'numAcksSent'.
|
void |
setNumAcksSentAsObject(Long val)
Sets the value of 'numAcksSent'.
|
void |
setNumAcksSentFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumAsyncFlushCompletions(long val)
Sets the value of 'numAsyncFlushCompletions'.
|
void |
setNumAsyncFlushCompletionsAsObject(Long val)
Sets the value of 'numAsyncFlushCompletions'.
|
void |
setNumAsyncFlushCompletionsFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumBindingFailures(int val)
Sets the value of 'numBindingFailures'.
|
void |
setNumBindingFailuresAsObject(Integer val)
Sets the value of 'numBindingFailures'.
|
void |
setNumBindingFailuresFrom(com.neeve.xbuf.XbufVariableIntField val) |
void |
setNumChannelsUp(int val)
Sets the value of 'numChannelsUp'.
|
void |
setNumChannelsUpAsObject(Integer val)
Sets the value of 'numChannelsUp'.
|
void |
setNumChannelsUpFrom(com.neeve.xbuf.XbufVariableIntField val) |
void |
setNumClients(int val)
Sets the value of 'numClients'.
|
void |
setNumClientsAsObject(Integer val)
Sets the value of 'numClients'.
|
void |
setNumClientsFrom(com.neeve.xbuf.XbufVariableIntField val) |
void |
setNumCommits(long val)
Sets the value of 'numCommits'.
|
void |
setNumCommitsAsObject(Long val)
Sets the value of 'numCommits'.
|
void |
setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumFlushesAsync(long val)
Sets the value of 'numFlushesAsync'.
|
void |
setNumFlushesAsyncAsObject(Long val)
Sets the value of 'numFlushesAsync'.
|
void |
setNumFlushesAsyncFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumFlushesSync(long val)
Sets the value of 'numFlushesSync'.
|
void |
setNumFlushesSyncAsObject(Long val)
Sets the value of 'numFlushesSync'.
|
void |
setNumFlushesSyncFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMsgBatchesRcvd(long val)
Sets the value of 'numMsgBatchesRcvd'.
|
void |
setNumMsgBatchesRcvdAsObject(Long val)
Sets the value of 'numMsgBatchesRcvd'.
|
void |
setNumMsgBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMsgsEnqueued(long val)
Sets the value of 'numMsgsEnqueued'.
|
void |
setNumMsgsEnqueuedAsObject(Long val)
Sets the value of 'numMsgsEnqueued'.
|
void |
setNumMsgsEnqueuedFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMsgsFlushedAsync(long val)
Sets the value of 'numMsgsFlushedAsync'.
|
void |
setNumMsgsFlushedAsyncAsObject(Long val)
Sets the value of 'numMsgsFlushedAsync'.
|
void |
setNumMsgsFlushedAsyncFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMsgsFlushedSync(long val)
Sets the value of 'numMsgsFlushedSync'.
|
void |
setNumMsgsFlushedSyncAsObject(Long val)
Sets the value of 'numMsgsFlushedSync'.
|
void |
setNumMsgsFlushedSyncFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMsgsInBatchesRcvd(long val)
Sets the value of 'numMsgsInBatchesRcvd'.
|
void |
setNumMsgsInBatchesRcvdAsObject(Long val)
Sets the value of 'numMsgsInBatchesRcvd'.
|
void |
setNumMsgsInBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMsgsRcvd(long val)
Sets the value of 'numMsgsRcvd'.
|
void |
setNumMsgsRcvdAsObject(Long val)
Sets the value of 'numMsgsRcvd'.
|
void |
setNumMsgsRcvdFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumMsgsSent(long val)
Sets the value of 'numMsgsSent'.
|
void |
setNumMsgsSentAsObject(Long val)
Sets the value of 'numMsgsSent'.
|
void |
setNumMsgsSentFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumPacketsRcvd(long val)
Sets the value of 'numPacketsRcvd'.
|
void |
setNumPacketsRcvdAsObject(Long val)
Sets the value of 'numPacketsRcvd'.
|
void |
setNumPacketsRcvdFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumPartialRollbacks(long val)
Sets the value of 'numPartialRollbacks'.
|
void |
setNumPartialRollbacksAsObject(Long val)
Sets the value of 'numPartialRollbacks'.
|
void |
setNumPartialRollbacksFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumRollbacks(long val)
Sets the value of 'numRollbacks'.
|
void |
setNumRollbacksAsObject(Long val)
Sets the value of 'numRollbacks'.
|
void |
setNumRollbacksFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumStabilityBatchesRcvd(long val)
Sets the value of 'numStabilityBatchesRcvd'.
|
void |
setNumStabilityBatchesRcvdAsObject(Long val)
Sets the value of 'numStabilityBatchesRcvd'.
|
void |
setNumStabilityBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumStabilityInBatchesRcvd(long val)
Sets the value of 'numStabilityInBatchesRcvd'.
|
void |
setNumStabilityInBatchesRcvdAsObject(Long val)
Sets the value of 'numStabilityInBatchesRcvd'.
|
void |
setNumStabilityInBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setNumStabilityRcvd(long val)
Sets the value of 'numStabilityRcvd'.
|
void |
setNumStabilityRcvdAsObject(Long val)
Sets the value of 'numStabilityRcvd'.
|
void |
setNumStabilityRcvdFrom(com.neeve.xbuf.XbufVariableLongField val) |
void |
setOriginToReceiveLatencies(SrvMonIntSeries val)
Sets the value of 'originToReceiveLatencies'.
|
SrvMonAppBusBindingStats |
setPool(UtlPool<SrvMonAppBusBindingStats> pool)
Set a pool item's pool.
|
void |
setPreserializedFields(PktBuffer buffer) |
void |
setSendToPollLatencies(SrvMonIntSeries val)
Sets the value of 'sendToPollLatencies'.
|
void |
setSendToSerializeLatencies(SrvMonIntSeries val)
Sets the value of 'sendToSerializeLatencies'.
|
void |
setSerializeLatencies(SrvMonIntSeries val)
Sets the value of 'serializeLatencies'.
|
void |
setSerializeToWireLatencies(SrvMonIntSeries val)
Sets the value of 'serializeToWireLatencies'.
|
void |
setWireLatencies(SrvMonIntSeries val)
Sets the value of 'wireLatencies'.
|
void |
setWireSendLatencies(SrvMonIntSeries val)
Sets the value of 'wireSendLatencies'.
|
void |
setWireToDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'wireToDeserializeLatencies'.
|
void |
setWireToWireLatencies(SrvMonIntSeries val)
Sets the value of 'wireToWireLatencies'.
|
void |
setXRogType(short val) |
void |
setXRogTypeAsObject(Short val) |
void |
setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val) |
void |
sync() |
void |
syncFieldBitmask() |
SrvMonIntSeries |
takeCreateToSendLatencies()
'Takes' a reference to the createToSendLatencies field from the message.
|
SrvMonIntSeries |
takeDeserializeLatencies()
'Takes' a reference to the deserializeLatencies field from the message.
|
SrvMonIntSeries |
takeDeserializeToReceiveLatencies()
'Takes' a reference to the deserializeToReceiveLatencies field from the message.
|
SrvMonDisruptorStats |
takeDisruptorStats()
'Takes' a reference to the disruptorStats field from the message.
|
SrvMonIntSeries |
takeOriginToReceiveLatencies()
'Takes' a reference to the originToReceiveLatencies field from the message.
|
SrvMonIntSeries |
takeSendToPollLatencies()
'Takes' a reference to the sendToPollLatencies field from the message.
|
SrvMonIntSeries |
takeSendToSerializeLatencies()
'Takes' a reference to the sendToSerializeLatencies field from the message.
|
SrvMonIntSeries |
takeSerializeLatencies()
'Takes' a reference to the serializeLatencies 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 |
takeWireSendLatencies()
'Takes' a reference to the wireSendLatencies field from the message.
|
SrvMonIntSeries |
takeWireToDeserializeLatencies()
'Takes' a reference to the wireToDeserializeLatencies field from the message.
|
SrvMonIntSeries |
takeWireToWireLatencies()
'Takes' a reference to the wireToWireLatencies field from the message.
|
String |
toString() |
public static final SrvMonAppBusBindingStats[] EMPTY_ARRAY
public SrvMonAppBusBindingStats()
public SrvMonAppBusBindingStats(int initialBackingBufferSize)
public static SrvMonAppBusBindingStats create()
public static SrvMonAppBusBindingStats createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppBusBindingStats createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonAppBusBindingStats createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppBusBindingStats 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 getNumMsgsRcvdFieldId()
public final void setNumMsgsRcvd(long val)
ISrvMonAppBusBindingStatssetNumMsgsRcvd in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumMsgsRcvdAsObject(Long val)
ISrvMonAppBusBindingStatssetNumMsgsRcvdAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumMsgsRcvd()
ISrvMonAppBusBindingStatsgetNumMsgsRcvd in interface ISrvMonAppBusBindingStatspublic final Long getNumMsgsRcvdAsObject()
ISrvMonAppBusBindingStatsgetNumMsgsRcvdAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumMsgsRcvdFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMsgsRcvdField()
public final boolean hasNumMsgsRcvd()
ISrvMonAppBusBindingStatshasNumMsgsRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumMsgsRcvd()public final void clearNumMsgsRcvd()
ISrvMonAppBusBindingStatsclearNumMsgsRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumMsgsRcvd(long)public static final int getNumMsgsInBatchesRcvdFieldId()
public final void setNumMsgsInBatchesRcvd(long val)
ISrvMonAppBusBindingStatssetNumMsgsInBatchesRcvd in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumMsgsInBatchesRcvdAsObject(Long val)
ISrvMonAppBusBindingStatssetNumMsgsInBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumMsgsInBatchesRcvd()
ISrvMonAppBusBindingStatsgetNumMsgsInBatchesRcvd in interface ISrvMonAppBusBindingStatspublic final Long getNumMsgsInBatchesRcvdAsObject()
ISrvMonAppBusBindingStatsgetNumMsgsInBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumMsgsInBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMsgsInBatchesRcvdField()
public final boolean hasNumMsgsInBatchesRcvd()
ISrvMonAppBusBindingStatshasNumMsgsInBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumMsgsInBatchesRcvd()public final void clearNumMsgsInBatchesRcvd()
ISrvMonAppBusBindingStatsclearNumMsgsInBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumMsgsInBatchesRcvd(long)public static final int getNumMsgBatchesRcvdFieldId()
public final void setNumMsgBatchesRcvd(long val)
ISrvMonAppBusBindingStatssetNumMsgBatchesRcvd in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumMsgBatchesRcvdAsObject(Long val)
ISrvMonAppBusBindingStatssetNumMsgBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumMsgBatchesRcvd()
ISrvMonAppBusBindingStatsgetNumMsgBatchesRcvd in interface ISrvMonAppBusBindingStatspublic final Long getNumMsgBatchesRcvdAsObject()
ISrvMonAppBusBindingStatsgetNumMsgBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumMsgBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMsgBatchesRcvdField()
public final boolean hasNumMsgBatchesRcvd()
ISrvMonAppBusBindingStatshasNumMsgBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumMsgBatchesRcvd()public final void clearNumMsgBatchesRcvd()
ISrvMonAppBusBindingStatsclearNumMsgBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumMsgBatchesRcvd(long)public static final int getNumMsgsEnqueuedFieldId()
public final void setNumMsgsEnqueued(long val)
ISrvMonAppBusBindingStatssetNumMsgsEnqueued in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumMsgsEnqueuedAsObject(Long val)
ISrvMonAppBusBindingStatssetNumMsgsEnqueuedAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumMsgsEnqueued()
ISrvMonAppBusBindingStatsgetNumMsgsEnqueued in interface ISrvMonAppBusBindingStatspublic final Long getNumMsgsEnqueuedAsObject()
ISrvMonAppBusBindingStatsgetNumMsgsEnqueuedAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumMsgsEnqueuedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMsgsEnqueuedField()
public final boolean hasNumMsgsEnqueued()
ISrvMonAppBusBindingStatshasNumMsgsEnqueued in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumMsgsEnqueued()public final void clearNumMsgsEnqueued()
ISrvMonAppBusBindingStatsclearNumMsgsEnqueued in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumMsgsEnqueued(long)public static final int getNumMsgsSentFieldId()
public final void setNumMsgsSent(long val)
ISrvMonAppBusBindingStatssetNumMsgsSent in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumMsgsSentAsObject(Long val)
ISrvMonAppBusBindingStatssetNumMsgsSentAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumMsgsSent()
ISrvMonAppBusBindingStatsgetNumMsgsSent in interface ISrvMonAppBusBindingStatspublic final Long getNumMsgsSentAsObject()
ISrvMonAppBusBindingStatsgetNumMsgsSentAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumMsgsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMsgsSentField()
public final boolean hasNumMsgsSent()
ISrvMonAppBusBindingStatshasNumMsgsSent in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumMsgsSent()public final void clearNumMsgsSent()
ISrvMonAppBusBindingStatsclearNumMsgsSent in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumMsgsSent(long)public static final int getNumFlushesSyncFieldId()
public final void setNumFlushesSync(long val)
ISrvMonAppBusBindingStatssetNumFlushesSync in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumFlushesSyncAsObject(Long val)
ISrvMonAppBusBindingStatssetNumFlushesSyncAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumFlushesSync()
ISrvMonAppBusBindingStatsgetNumFlushesSync in interface ISrvMonAppBusBindingStatspublic final Long getNumFlushesSyncAsObject()
ISrvMonAppBusBindingStatsgetNumFlushesSyncAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumFlushesSyncFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumFlushesSyncField()
public final boolean hasNumFlushesSync()
ISrvMonAppBusBindingStatshasNumFlushesSync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumFlushesSync()public final void clearNumFlushesSync()
ISrvMonAppBusBindingStatsclearNumFlushesSync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumFlushesSync(long)public static final int getNumMsgsFlushedSyncFieldId()
public final void setNumMsgsFlushedSync(long val)
ISrvMonAppBusBindingStatssetNumMsgsFlushedSync in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumMsgsFlushedSyncAsObject(Long val)
ISrvMonAppBusBindingStatssetNumMsgsFlushedSyncAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumMsgsFlushedSync()
ISrvMonAppBusBindingStatsgetNumMsgsFlushedSync in interface ISrvMonAppBusBindingStatspublic final Long getNumMsgsFlushedSyncAsObject()
ISrvMonAppBusBindingStatsgetNumMsgsFlushedSyncAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumMsgsFlushedSyncFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMsgsFlushedSyncField()
public final boolean hasNumMsgsFlushedSync()
ISrvMonAppBusBindingStatshasNumMsgsFlushedSync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumMsgsFlushedSync()public final void clearNumMsgsFlushedSync()
ISrvMonAppBusBindingStatsclearNumMsgsFlushedSync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumMsgsFlushedSync(long)public static final int getNumFlushesAsyncFieldId()
public final void setNumFlushesAsync(long val)
ISrvMonAppBusBindingStatssetNumFlushesAsync in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumFlushesAsyncAsObject(Long val)
ISrvMonAppBusBindingStatssetNumFlushesAsyncAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumFlushesAsync()
ISrvMonAppBusBindingStatsgetNumFlushesAsync in interface ISrvMonAppBusBindingStatspublic final Long getNumFlushesAsyncAsObject()
ISrvMonAppBusBindingStatsgetNumFlushesAsyncAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumFlushesAsyncFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumFlushesAsyncField()
public final boolean hasNumFlushesAsync()
ISrvMonAppBusBindingStatshasNumFlushesAsync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumFlushesAsync()public final void clearNumFlushesAsync()
ISrvMonAppBusBindingStatsclearNumFlushesAsync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumFlushesAsync(long)public static final int getNumAsyncFlushCompletionsFieldId()
public final void setNumAsyncFlushCompletions(long val)
ISrvMonAppBusBindingStatssetNumAsyncFlushCompletions in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumAsyncFlushCompletionsAsObject(Long val)
ISrvMonAppBusBindingStatssetNumAsyncFlushCompletionsAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumAsyncFlushCompletions()
ISrvMonAppBusBindingStatsgetNumAsyncFlushCompletions in interface ISrvMonAppBusBindingStatspublic final Long getNumAsyncFlushCompletionsAsObject()
ISrvMonAppBusBindingStatsgetNumAsyncFlushCompletionsAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumAsyncFlushCompletionsFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumAsyncFlushCompletionsField()
public final boolean hasNumAsyncFlushCompletions()
ISrvMonAppBusBindingStatshasNumAsyncFlushCompletions in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumAsyncFlushCompletions()public final void clearNumAsyncFlushCompletions()
ISrvMonAppBusBindingStatsclearNumAsyncFlushCompletions in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumAsyncFlushCompletions(long)public static final int getNumMsgsFlushedAsyncFieldId()
public final void setNumMsgsFlushedAsync(long val)
ISrvMonAppBusBindingStatssetNumMsgsFlushedAsync in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumMsgsFlushedAsyncAsObject(Long val)
ISrvMonAppBusBindingStatssetNumMsgsFlushedAsyncAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumMsgsFlushedAsync()
ISrvMonAppBusBindingStatsgetNumMsgsFlushedAsync in interface ISrvMonAppBusBindingStatspublic final Long getNumMsgsFlushedAsyncAsObject()
ISrvMonAppBusBindingStatsgetNumMsgsFlushedAsyncAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumMsgsFlushedAsyncFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumMsgsFlushedAsyncField()
public final boolean hasNumMsgsFlushedAsync()
ISrvMonAppBusBindingStatshasNumMsgsFlushedAsync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumMsgsFlushedAsync()public final void clearNumMsgsFlushedAsync()
ISrvMonAppBusBindingStatsclearNumMsgsFlushedAsync in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumMsgsFlushedAsync(long)public static final int getNumStabilityRcvdFieldId()
public final void setNumStabilityRcvd(long val)
ISrvMonAppBusBindingStatssetNumStabilityRcvd in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumStabilityRcvdAsObject(Long val)
ISrvMonAppBusBindingStatssetNumStabilityRcvdAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumStabilityRcvd()
ISrvMonAppBusBindingStatsgetNumStabilityRcvd in interface ISrvMonAppBusBindingStatspublic final Long getNumStabilityRcvdAsObject()
ISrvMonAppBusBindingStatsgetNumStabilityRcvdAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumStabilityRcvdFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumStabilityRcvdField()
public final boolean hasNumStabilityRcvd()
ISrvMonAppBusBindingStatshasNumStabilityRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumStabilityRcvd()public final void clearNumStabilityRcvd()
ISrvMonAppBusBindingStatsclearNumStabilityRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumStabilityRcvd(long)public static final int getNumStabilityInBatchesRcvdFieldId()
public final void setNumStabilityInBatchesRcvd(long val)
ISrvMonAppBusBindingStatssetNumStabilityInBatchesRcvd in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumStabilityInBatchesRcvdAsObject(Long val)
ISrvMonAppBusBindingStatssetNumStabilityInBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumStabilityInBatchesRcvd()
ISrvMonAppBusBindingStatsgetNumStabilityInBatchesRcvd in interface ISrvMonAppBusBindingStatspublic final Long getNumStabilityInBatchesRcvdAsObject()
ISrvMonAppBusBindingStatsgetNumStabilityInBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumStabilityInBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumStabilityInBatchesRcvdField()
public final boolean hasNumStabilityInBatchesRcvd()
ISrvMonAppBusBindingStatshasNumStabilityInBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumStabilityInBatchesRcvd()public final void clearNumStabilityInBatchesRcvd()
ISrvMonAppBusBindingStatsclearNumStabilityInBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumStabilityInBatchesRcvd(long)public static final int getNumStabilityBatchesRcvdFieldId()
public final void setNumStabilityBatchesRcvd(long val)
ISrvMonAppBusBindingStatssetNumStabilityBatchesRcvd in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumStabilityBatchesRcvdAsObject(Long val)
ISrvMonAppBusBindingStatssetNumStabilityBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumStabilityBatchesRcvd()
ISrvMonAppBusBindingStatsgetNumStabilityBatchesRcvd in interface ISrvMonAppBusBindingStatspublic final Long getNumStabilityBatchesRcvdAsObject()
ISrvMonAppBusBindingStatsgetNumStabilityBatchesRcvdAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumStabilityBatchesRcvdFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumStabilityBatchesRcvdField()
public final boolean hasNumStabilityBatchesRcvd()
ISrvMonAppBusBindingStatshasNumStabilityBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumStabilityBatchesRcvd()public final void clearNumStabilityBatchesRcvd()
ISrvMonAppBusBindingStatsclearNumStabilityBatchesRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumStabilityBatchesRcvd(long)public static final int getNumPacketsRcvdFieldId()
public final void setNumPacketsRcvd(long val)
ISrvMonAppBusBindingStatssetNumPacketsRcvd in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumPacketsRcvdAsObject(Long val)
ISrvMonAppBusBindingStatssetNumPacketsRcvdAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumPacketsRcvd()
ISrvMonAppBusBindingStatsgetNumPacketsRcvd in interface ISrvMonAppBusBindingStatspublic final Long getNumPacketsRcvdAsObject()
ISrvMonAppBusBindingStatsgetNumPacketsRcvdAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumPacketsRcvdFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumPacketsRcvdField()
public final boolean hasNumPacketsRcvd()
ISrvMonAppBusBindingStatshasNumPacketsRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumPacketsRcvd()public final void clearNumPacketsRcvd()
ISrvMonAppBusBindingStatsclearNumPacketsRcvd in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumPacketsRcvd(long)public static final int getNumCommitsFieldId()
public final void setNumCommits(long val)
ISrvMonAppBusBindingStatssetNumCommits in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumCommitsAsObject(Long val)
ISrvMonAppBusBindingStatssetNumCommitsAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumCommits()
ISrvMonAppBusBindingStatsgetNumCommits in interface ISrvMonAppBusBindingStatspublic final Long getNumCommitsAsObject()
ISrvMonAppBusBindingStatsgetNumCommitsAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumCommitsFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsField()
public final boolean hasNumCommits()
ISrvMonAppBusBindingStatshasNumCommits in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumCommits()public final void clearNumCommits()
ISrvMonAppBusBindingStatsclearNumCommits in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumCommits(long)public static final int getNumRollbacksFieldId()
public final void setNumRollbacks(long val)
ISrvMonAppBusBindingStatssetNumRollbacks in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumRollbacksAsObject(Long val)
ISrvMonAppBusBindingStatssetNumRollbacksAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumRollbacks()
ISrvMonAppBusBindingStatsgetNumRollbacks in interface ISrvMonAppBusBindingStatspublic final Long getNumRollbacksAsObject()
ISrvMonAppBusBindingStatsgetNumRollbacksAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumRollbacksFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumRollbacksField()
public final boolean hasNumRollbacks()
ISrvMonAppBusBindingStatshasNumRollbacks in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumRollbacks()public final void clearNumRollbacks()
ISrvMonAppBusBindingStatsclearNumRollbacks in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumRollbacks(long)public static final int getNumClientsFieldId()
public final void setNumClients(int val)
ISrvMonAppBusBindingStatssetNumClients in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumClientsAsObject(Integer val)
ISrvMonAppBusBindingStatssetNumClientsAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final int getNumClients()
ISrvMonAppBusBindingStatsgetNumClients in interface ISrvMonAppBusBindingStatspublic final Integer getNumClientsAsObject()
ISrvMonAppBusBindingStatsgetNumClientsAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumClientsFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getNumClientsField()
public final boolean hasNumClients()
ISrvMonAppBusBindingStatshasNumClients in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumClients()public final void clearNumClients()
ISrvMonAppBusBindingStatsclearNumClients in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumClients(int)public static final int getNumChannelsUpFieldId()
public final void setNumChannelsUp(int val)
ISrvMonAppBusBindingStatssetNumChannelsUp in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumChannelsUpAsObject(Integer val)
ISrvMonAppBusBindingStatssetNumChannelsUpAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final int getNumChannelsUp()
ISrvMonAppBusBindingStatsgetNumChannelsUp in interface ISrvMonAppBusBindingStatspublic final Integer getNumChannelsUpAsObject()
ISrvMonAppBusBindingStatsgetNumChannelsUpAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumChannelsUpFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getNumChannelsUpField()
public final boolean hasNumChannelsUp()
ISrvMonAppBusBindingStatshasNumChannelsUp in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumChannelsUp()public final void clearNumChannelsUp()
ISrvMonAppBusBindingStatsclearNumChannelsUp in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumChannelsUp(int)public static final int getNumBindingFailuresFieldId()
public final void setNumBindingFailures(int val)
ISrvMonAppBusBindingStatssetNumBindingFailures in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumBindingFailuresAsObject(Integer val)
ISrvMonAppBusBindingStatssetNumBindingFailuresAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final int getNumBindingFailures()
ISrvMonAppBusBindingStatsgetNumBindingFailures in interface ISrvMonAppBusBindingStatspublic final Integer getNumBindingFailuresAsObject()
ISrvMonAppBusBindingStatsgetNumBindingFailuresAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumBindingFailuresFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getNumBindingFailuresField()
public final boolean hasNumBindingFailures()
ISrvMonAppBusBindingStatshasNumBindingFailures in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumBindingFailures()public final void clearNumBindingFailures()
ISrvMonAppBusBindingStatsclearNumBindingFailures in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumBindingFailures(int)public static final int getDetachedCommitFieldId()
public final void setDetachedCommit(boolean val)
ISrvMonAppBusBindingStatssetDetachedCommit in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setDetachedCommitAsObject(Boolean val)
ISrvMonAppBusBindingStatssetDetachedCommitAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final boolean getDetachedCommit()
ISrvMonAppBusBindingStatsgetDetachedCommit in interface ISrvMonAppBusBindingStatspublic final Boolean getDetachedCommitAsObject()
ISrvMonAppBusBindingStatsgetDetachedCommitAsObject in interface ISrvMonAppBusBindingStatspublic final void setDetachedCommitFrom(com.neeve.xbuf.XbufVariableBooleanField val)
public final com.neeve.xbuf.XbufVariableBooleanField getDetachedCommitField()
public final boolean hasDetachedCommit()
ISrvMonAppBusBindingStatshasDetachedCommit in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getDetachedCommit()public final void clearDetachedCommit()
ISrvMonAppBusBindingStatsclearDetachedCommit in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setDetachedCommit(boolean)public static final int getInternalFieldId()
public final void setInternal(boolean val)
ISrvMonAppBusBindingStatssetInternal in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setInternalAsObject(Boolean val)
ISrvMonAppBusBindingStatssetInternalAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final boolean getInternal()
ISrvMonAppBusBindingStatsgetInternal in interface ISrvMonAppBusBindingStatspublic final Boolean getInternalAsObject()
ISrvMonAppBusBindingStatsgetInternalAsObject in interface ISrvMonAppBusBindingStatspublic final void setInternalFrom(com.neeve.xbuf.XbufVariableBooleanField val)
public final com.neeve.xbuf.XbufVariableBooleanField getInternalField()
public final boolean hasInternal()
ISrvMonAppBusBindingStatshasInternal in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getInternal()public final void clearInternal()
ISrvMonAppBusBindingStatsclearInternal in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setInternal(boolean)public static final int getNumAcksSentFieldId()
public final void setNumAcksSent(long val)
ISrvMonAppBusBindingStatssetNumAcksSent in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumAcksSentAsObject(Long val)
ISrvMonAppBusBindingStatssetNumAcksSentAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumAcksSent()
ISrvMonAppBusBindingStatsgetNumAcksSent in interface ISrvMonAppBusBindingStatspublic final Long getNumAcksSentAsObject()
ISrvMonAppBusBindingStatsgetNumAcksSentAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumAcksSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumAcksSentField()
public final boolean hasNumAcksSent()
ISrvMonAppBusBindingStatshasNumAcksSent in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumAcksSent()public final void clearNumAcksSent()
ISrvMonAppBusBindingStatsclearNumAcksSent in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumAcksSent(long)public static final int getNumPartialRollbacksFieldId()
public final void setNumPartialRollbacks(long val)
ISrvMonAppBusBindingStatssetNumPartialRollbacks in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setNumPartialRollbacksAsObject(Long val)
ISrvMonAppBusBindingStatssetNumPartialRollbacksAsObject in interface ISrvMonAppBusBindingStatsval - The value to set.public final long getNumPartialRollbacks()
ISrvMonAppBusBindingStatsgetNumPartialRollbacks in interface ISrvMonAppBusBindingStatspublic final Long getNumPartialRollbacksAsObject()
ISrvMonAppBusBindingStatsgetNumPartialRollbacksAsObject in interface ISrvMonAppBusBindingStatspublic final void setNumPartialRollbacksFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumPartialRollbacksField()
public final boolean hasNumPartialRollbacks()
ISrvMonAppBusBindingStatshasNumPartialRollbacks in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getNumPartialRollbacks()public final void clearNumPartialRollbacks()
ISrvMonAppBusBindingStatsclearNumPartialRollbacks in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setNumPartialRollbacks(long)public static final int getBusBindingNameFieldId()
public final void setBusBindingName(String val)
ISrvMonAppBusBindingStatssetBusBindingName in interface ISrvMonAppBusBindingStatsval - The value to set.public final String getBusBindingName()
ISrvMonAppBusBindingStatsgetBusBindingName in interface ISrvMonAppBusBindingStatspublic final void lendBusBindingName(XString val)
ISrvMonAppBusBindingStatsThis method is equivalent to setBusBindingName except that it allows this object to defer copying the value until this object is next serialized. This means that the caller must not modify or dispose the value being passed in to this method.
Note, also, that unlike lendXXX methods for embedded entities, this method does not attempt to acquire or dispose of the value passed in even if the value is poolable.
lendBusBindingName in interface ISrvMonAppBusBindingStatsval - The value to set.public final void setBusBindingNameFrom(long val)
ISrvMonAppBusBindingStats
NOTE:
This is the same as calling ISrvMonAppBusBindingStats.setBusBindingName(String).
with Long.valueOf(val).toString(), except that using this method is a zero garbage
operation for Xbuf encoding.
setBusBindingNameFrom in interface ISrvMonAppBusBindingStatspublic final <T extends XString> T getBusBindingNameTo(XString.Factory<T> factory)
ISrvMonAppBusBindingStats
If the value of this field is not null this method creates an XString from
the provided Factory, copies this field's value into the type, and returns the new
XString.);
This is a zero garbage operation if the provided factory is backed by a pool and the pool; has available instances;
getBusBindingNameTo in interface ISrvMonAppBusBindingStatsfactory - The factory from which to get the XString to copy into and returnnull.public final void setBusBindingNameFrom(XString val)
ISrvMonAppBusBindingStats
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this setter
can be more efficient than ISrvMonAppBusBindingStats.setBusBindingName(String)
because it avoids encoding the value into a String if the given XString is already encoded.
setBusBindingNameFrom in interface ISrvMonAppBusBindingStatspublic final void getBusBindingNameTo(XString val)
ISrvMonAppBusBindingStats
NOTE:
This is a Zero Garbage operation for XBuf encoded objects. Additionally, this getter
can be more efficient than ISrvMonAppBusBindingStats.getBusBindingName() bec
because it can avoid decoding the value into an String.
getBusBindingNameTo in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getBusBindingName()public final XString getBusBindingNameUnsafe()
ISrvMonAppBusBindingStats
NOTE:
This method retrieves the raw value backed by this object's buffer. This is a useful operation
when copying this field value to another object because it avoids copying the data into an intermediate
XString and instead allows direct byte transfer from the raw value to the target object.
However, this accessor is inherently unsafe because the buffer backing this object can be changed which would consequently invalidate the XString returned by this method. Consequently, the caller must not retain the returned raw value beyond the scope of this object's lifespan and access to the raw value follows the same threading rules as access to this object.
Additionally, the caller must not in any way mutate or modify the returned value as doing so could corrupt this object's backing buffer.
getBusBindingNameUnsafe in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getBusBindingName()public final void setBusBindingNameFrom(com.neeve.xbuf.XbufStringField val)
public final com.neeve.xbuf.XbufStringField getBusBindingNameField()
public final boolean hasBusBindingName()
ISrvMonAppBusBindingStatshasBusBindingName in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getBusBindingName()public final void clearBusBindingName()
ISrvMonAppBusBindingStatsclearBusBindingName in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setBusBindingName(String)public static final int getCreateToSendLatenciesFieldId()
public final void setCreateToSendLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatssetCreateToSendLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendCreateToSendLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStats
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.
lendCreateToSendLatencies in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getCreateToSendLatencies()
ISrvMonAppBusBindingStatsgetCreateToSendLatencies in interface ISrvMonAppBusBindingStatspublic final void getCreateToSendLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getCreateToSendLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeCreateToSendLatencies()
ISrvMonAppBusBindingStats
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.
takeCreateToSendLatencies in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasCreateToSendLatencies()
ISrvMonAppBusBindingStatshasCreateToSendLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getCreateToSendLatencies()public final void clearCreateToSendLatencies()
ISrvMonAppBusBindingStatsclearCreateToSendLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setCreateToSendLatencies(SrvMonIntSeries)public static final int getSendToSerializeLatenciesFieldId()
public final void setSendToSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsNote that this time excludes o2p for the case where the binding is operating in detached mode.
setSendToSerializeLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendSendToSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsNote that this time excludes o2p for the case where the binding is operating in detached mode.
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.
lendSendToSerializeLatencies in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getSendToSerializeLatencies()
ISrvMonAppBusBindingStatsNote that this time excludes o2p for the case where the binding is operating in detached mode.
getSendToSerializeLatencies in interface ISrvMonAppBusBindingStatspublic final void getSendToSerializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSendToSerializeLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeSendToSerializeLatencies()
ISrvMonAppBusBindingStatsNote that this time excludes o2p for the case where the binding is operating in detached mode.
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.
takeSendToSerializeLatencies in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasSendToSerializeLatencies()
ISrvMonAppBusBindingStatsNote that this time excludes o2p for the case where the binding is operating in detached mode.
hasSendToSerializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getSendToSerializeLatencies()public final void clearSendToSerializeLatencies()
ISrvMonAppBusBindingStatsNote that this time excludes o2p for the case where the binding is operating in detached mode.
clearSendToSerializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setSendToSerializeLatencies(SrvMonIntSeries)public static final int getSerializeLatenciesFieldId()
public final void setSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatssetSerializeLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getSerializeLatencies()
ISrvMonAppBusBindingStatsgetSerializeLatencies in interface ISrvMonAppBusBindingStatspublic final void getSerializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeSerializeLatencies()
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasSerializeLatencies()
ISrvMonAppBusBindingStatshasSerializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getSerializeLatencies()public final void clearSerializeLatencies()
ISrvMonAppBusBindingStatsclearSerializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setSerializeLatencies(SrvMonIntSeries)public static final int getSerializeToWireLatenciesFieldId()
public final void setSerializeToWireLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatssetSerializeToWireLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendSerializeToWireLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getSerializeToWireLatencies()
ISrvMonAppBusBindingStatsgetSerializeToWireLatencies in interface ISrvMonAppBusBindingStatspublic final void getSerializeToWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeToWireLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeSerializeToWireLatencies()
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasSerializeToWireLatencies()
ISrvMonAppBusBindingStatshasSerializeToWireLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getSerializeToWireLatencies()public final void clearSerializeToWireLatencies()
ISrvMonAppBusBindingStatsclearSerializeToWireLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setSerializeToWireLatencies(SrvMonIntSeries)public static final int getWireLatenciesFieldId()
public final void setWireLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThe time spent on the wire from when the message was written to the wire by the sender to the time it was received off the wire by the receiver. Note: that this metric is subject to clock skew when the sending and receivin sides are on different hosts.
setWireLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendWireLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThe time spent on the wire from when the message was written to the wire by the sender to the time it was received off the wire by the receiver. Note: that this metric is subject to clock skew when the sending and receivin sides are on different hosts.
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 ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getWireLatencies()
ISrvMonAppBusBindingStatsThe time spent on the wire from when the message was written to the wire by the sender to the time it was received off the wire by the receiver. Note: that this metric is subject to clock skew when the sending and receivin sides are on different hosts.
getWireLatencies in interface ISrvMonAppBusBindingStatspublic final void getWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeWireLatencies()
ISrvMonAppBusBindingStatsThe time spent on the wire from when the message was written to the wire by the sender to the time it was received off the wire by the receiver. Note: that this metric is subject to clock skew when the sending and receivin sides are on different hosts.
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 ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasWireLatencies()
ISrvMonAppBusBindingStatsThe time spent on the wire from when the message was written to the wire by the sender to the time it was received off the wire by the receiver. Note: that this metric is subject to clock skew when the sending and receivin sides are on different hosts.
hasWireLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getWireLatencies()public final void clearWireLatencies()
ISrvMonAppBusBindingStatsThe time spent on the wire from when the message was written to the wire by the sender to the time it was received off the wire by the receiver. Note: that this metric is subject to clock skew when the sending and receivin sides are on different hosts.
clearWireLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setWireLatencies(SrvMonIntSeries)public static final int getWireToDeserializeLatenciesFieldId()
public final void setWireToDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatssetWireToDeserializeLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendWireToDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getWireToDeserializeLatencies()
ISrvMonAppBusBindingStatsgetWireToDeserializeLatencies in interface ISrvMonAppBusBindingStatspublic final void getWireToDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireToDeserializeLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeWireToDeserializeLatencies()
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasWireToDeserializeLatencies()
ISrvMonAppBusBindingStatshasWireToDeserializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getWireToDeserializeLatencies()public final void clearWireToDeserializeLatencies()
ISrvMonAppBusBindingStatsclearWireToDeserializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setWireToDeserializeLatencies(SrvMonIntSeries)public static final int getDeserializeLatenciesFieldId()
public final void setDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatssetDeserializeLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getDeserializeLatencies()
ISrvMonAppBusBindingStatsgetDeserializeLatencies in interface ISrvMonAppBusBindingStatspublic final void getDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getDeserializeLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeDeserializeLatencies()
ISrvMonAppBusBindingStats
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 ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasDeserializeLatencies()
ISrvMonAppBusBindingStatshasDeserializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getDeserializeLatencies()public final void clearDeserializeLatencies()
ISrvMonAppBusBindingStatsclearDeserializeLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setDeserializeLatencies(SrvMonIntSeries)public static final int getDeserializeToReceiveLatenciesFieldId()
public final void setDeserializeToReceiveLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThis measure the time from when the bus has deserialized by the bus to when the app's engine picks it up from it's input queue (before it dispatches it to an application) handler (it includes the o2p time of the engine's disruptor). Additional time spent by the engine dispatching the message to the application handler is covered by msgPreProcLatencies (mpproc).
setDeserializeToReceiveLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendDeserializeToReceiveLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThis measure the time from when the bus has deserialized by the bus to when the app's engine picks it up from it's input queue (before it dispatches it to an application) handler (it includes the o2p time of the engine's disruptor). Additional time spent by the engine dispatching the message to the application handler is covered by msgPreProcLatencies (mpproc).
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.
lendDeserializeToReceiveLatencies in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getDeserializeToReceiveLatencies()
ISrvMonAppBusBindingStatsThis measure the time from when the bus has deserialized by the bus to when the app's engine picks it up from it's input queue (before it dispatches it to an application) handler (it includes the o2p time of the engine's disruptor). Additional time spent by the engine dispatching the message to the application handler is covered by msgPreProcLatencies (mpproc).
getDeserializeToReceiveLatencies in interface ISrvMonAppBusBindingStatspublic final void getDeserializeToReceiveLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getDeserializeToReceiveLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeDeserializeToReceiveLatencies()
ISrvMonAppBusBindingStatsThis measure the time from when the bus has deserialized by the bus to when the app's engine picks it up from it's input queue (before it dispatches it to an application) handler (it includes the o2p time of the engine's disruptor). Additional time spent by the engine dispatching the message to the application handler is covered by msgPreProcLatencies (mpproc).
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.
takeDeserializeToReceiveLatencies in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasDeserializeToReceiveLatencies()
ISrvMonAppBusBindingStatsThis measure the time from when the bus has deserialized by the bus to when the app's engine picks it up from it's input queue (before it dispatches it to an application) handler (it includes the o2p time of the engine's disruptor). Additional time spent by the engine dispatching the message to the application handler is covered by msgPreProcLatencies (mpproc).
hasDeserializeToReceiveLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getDeserializeToReceiveLatencies()public final void clearDeserializeToReceiveLatencies()
ISrvMonAppBusBindingStatsThis measure the time from when the bus has deserialized by the bus to when the app's engine picks it up from it's input queue (before it dispatches it to an application) handler (it includes the o2p time of the engine's disruptor). Additional time spent by the engine dispatching the message to the application handler is covered by msgPreProcLatencies (mpproc).
clearDeserializeToReceiveLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setDeserializeToReceiveLatencies(SrvMonIntSeries)public static final int getOriginToReceiveLatenciesFieldId()
public final void setOriginToReceiveLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThe time from when a message was originally created to when it was received by the binding.
setOriginToReceiveLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendOriginToReceiveLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThe time from when a message was originally created to when it was received by the binding.
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.
lendOriginToReceiveLatencies in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getOriginToReceiveLatencies()
ISrvMonAppBusBindingStatsThe time from when a message was originally created to when it was received by the binding.
getOriginToReceiveLatencies in interface ISrvMonAppBusBindingStatspublic final void getOriginToReceiveLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getOriginToReceiveLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeOriginToReceiveLatencies()
ISrvMonAppBusBindingStatsThe time from when a message was originally created to when it was received by the binding.
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.
takeOriginToReceiveLatencies in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasOriginToReceiveLatencies()
ISrvMonAppBusBindingStatsThe time from when a message was originally created to when it was received by the binding.
hasOriginToReceiveLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getOriginToReceiveLatencies()public final void clearOriginToReceiveLatencies()
ISrvMonAppBusBindingStatsThe time from when a message was originally created to when it was received by the binding.
clearOriginToReceiveLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setOriginToReceiveLatencies(SrvMonIntSeries)public static final int getWireToWireLatenciesFieldId()
public final void setWireToWireLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThis measurement is useful for determine how long the process spent from receiving a message to making its effects to the world 'known'.
setWireToWireLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendWireToWireLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThis measurement is useful for determine how long the process spent from receiving a message to making its effects to the world 'known'.
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.
lendWireToWireLatencies in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getWireToWireLatencies()
ISrvMonAppBusBindingStatsThis measurement is useful for determine how long the process spent from receiving a message to making its effects to the world 'known'.
getWireToWireLatencies in interface ISrvMonAppBusBindingStatspublic final void getWireToWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireToWireLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeWireToWireLatencies()
ISrvMonAppBusBindingStatsThis measurement is useful for determine how long the process spent from receiving a message to making its effects to the world 'known'.
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.
takeWireToWireLatencies in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasWireToWireLatencies()
ISrvMonAppBusBindingStatsThis measurement is useful for determine how long the process spent from receiving a message to making its effects to the world 'known'.
hasWireToWireLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getWireToWireLatencies()public final void clearWireToWireLatencies()
ISrvMonAppBusBindingStatsThis measurement is useful for determine how long the process spent from receiving a message to making its effects to the world 'known'.
clearWireToWireLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setWireToWireLatencies(SrvMonIntSeries)public static final int getDisruptorStatsFieldId()
public final void setDisruptorStats(SrvMonDisruptorStats val)
ISrvMonAppBusBindingStatssetDisruptorStats in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendDisruptorStats(SrvMonDisruptorStats val)
ISrvMonAppBusBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendDisruptorStats in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonDisruptorStats getDisruptorStats()
ISrvMonAppBusBindingStatsgetDisruptorStats in interface ISrvMonAppBusBindingStatspublic final void getDisruptorStatsTo(SrvMonDisruptorStats to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonDisruptorStats are cleared.
getDisruptorStatsTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonDisruptorStats.copyInto(SrvMonDisruptorStats)public final SrvMonDisruptorStats takeDisruptorStats()
ISrvMonAppBusBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeDisruptorStats in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasDisruptorStats()
ISrvMonAppBusBindingStatshasDisruptorStats in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getDisruptorStats()public final void clearDisruptorStats()
ISrvMonAppBusBindingStatsclearDisruptorStats in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setDisruptorStats(SrvMonDisruptorStats)public static final int getSendToPollLatenciesFieldId()
public final void setSendToPollLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatssetSendToPollLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendSendToPollLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStats
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.
lendSendToPollLatencies in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getSendToPollLatencies()
ISrvMonAppBusBindingStatsgetSendToPollLatencies in interface ISrvMonAppBusBindingStatspublic final void getSendToPollLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSendToPollLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeSendToPollLatencies()
ISrvMonAppBusBindingStats
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.
takeSendToPollLatencies in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasSendToPollLatencies()
ISrvMonAppBusBindingStatshasSendToPollLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getSendToPollLatencies()public final void clearSendToPollLatencies()
ISrvMonAppBusBindingStatsclearSendToPollLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setSendToPollLatencies(SrvMonIntSeries)public static final int getWireSendLatenciesFieldId()
public final void setWireSendLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThis time covers an time spent blocked in the provider due to flow control and time in the provider implementation's send api.
setWireSendLatencies in interface ISrvMonAppBusBindingStatsval - The value to set.public final void lendWireSendLatencies(SrvMonIntSeries val)
ISrvMonAppBusBindingStatsThis time covers an time spent blocked in the provider due to flow control and time in the provider implementation's send api.
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.
lendWireSendLatencies in interface ISrvMonAppBusBindingStatsval - the value to 'lend' to lend.public final SrvMonIntSeries getWireSendLatencies()
ISrvMonAppBusBindingStatsThis time covers an time spent blocked in the provider due to flow control and time in the provider implementation's send api.
getWireSendLatencies in interface ISrvMonAppBusBindingStatspublic final void getWireSendLatenciesTo(SrvMonIntSeries to)
ISrvMonAppBusBindingStatsIF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireSendLatenciesTo in interface ISrvMonAppBusBindingStatsto - the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)public final SrvMonIntSeries takeWireSendLatencies()
ISrvMonAppBusBindingStatsThis time covers an time spent blocked in the provider due to flow control and time in the provider implementation's send api.
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.
takeWireSendLatencies in interface ISrvMonAppBusBindingStatsnull if the field is not set.public final boolean hasWireSendLatencies()
ISrvMonAppBusBindingStatsThis time covers an time spent blocked in the provider due to flow control and time in the provider implementation's send api.
hasWireSendLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.getWireSendLatencies()public final void clearWireSendLatencies()
ISrvMonAppBusBindingStatsThis time covers an time spent blocked in the provider due to flow control and time in the provider implementation's send api.
clearWireSendLatencies in interface ISrvMonAppBusBindingStatsISrvMonAppBusBindingStats.setWireSendLatencies(SrvMonIntSeries)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 SrvMonAppBusBindingStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppBusBindingStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonAppBusBindingStats deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppBusBindingStats deserializeFromByteArray(byte[] array)
public final SrvMonAppBusBindingStats deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppBusBindingStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonAppBusBindingStats deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppBusBindingStats 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 SrvMonAppBusBindingStats 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<SrvMonAppBusBindingStats>public final SrvMonAppBusBindingStats setPool(UtlPool<SrvMonAppBusBindingStats> 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<SrvMonAppBusBindingStats>public final UtlPool<SrvMonAppBusBindingStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)
getPool in interface UtlPool.Item<SrvMonAppBusBindingStats>UtlPool.Item.setPool(com.neeve.util.UtlPool<T>)public final boolean isReferenceCounted()
public final SrvMonAppBusBindingStats acquire()
public final int getOwnerCount()
public final void dispose()
public final Object clone()
This method differs from the copy() method in that:
public final SrvMonAppBusBindingStats 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 SrvMonAppBusBindingStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppBusBindingStats is read only.
public final void copyInto(SrvMonAppBusBindingStats 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 SrvMonAppBusBindingStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppBusBindingStats 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.