|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.neeve.server.mon.SrvMonAppStoreBindingStats
@Generated(value="com.neeve.adm.AdmXbufGenerator", date="Wed Mar 28 10:54:31 EDT 2018") @AdmGenerated(encoding="Xbuf", compatLevel="3.8.0", admVersion="nvx-adm v3.7.265 (build 0)", date="3/28/18 10:54 AM", buildInfo="nvx-talon-3.7.265 (nvx-codegen-plugin)") @AdmFactoryInfo(factoryClass=SrvMonFactory.class, vfid=32, ofid=32, typeId=205) public final class SrvMonAppStoreBindingStats
Holds statistics related to the application's store
An applications store provides an application with HA and fault tolerance by using a combination or replication and persistence.
Nested Class Summary | |
---|---|
static class |
SrvMonAppStoreBindingStats.Field
The SrvMonAppStoreBindingStats xbuf field (used internally when this entity is used as a field of another entity). |
static class |
SrvMonAppStoreBindingStats.ListField
The SrvMonAppStoreBindingStats list field (used internally when this entity is used as an array field of another entity). |
Field Summary | |
---|---|
static SrvMonAppStoreBindingStats[] |
EMPTY_ARRAY
A preallocated empty array used to avoid garbage when returning empty arrays of this type. |
Constructor Summary | |
---|---|
SrvMonAppStoreBindingStats()
|
|
SrvMonAppStoreBindingStats(int initialBackingBufferSize)
|
Method Summary | |
---|---|
SrvMonAppStoreBindingStats |
acquire()
|
void |
clearCommitLatencies()
Clears the value of 'commitLatencies' Field Description Latencies statistics for transaction commit (aka 'c'). |
void |
clearCommitQueueSize()
Clears the value of 'commitQueueSize' Field Description The number of entries commited per commit (aka 'cqs'). |
void |
clearContent()
|
void |
clearDeserializeLatencies()
Clears the value of 'deserializeLatencies' Field Description The time spent deserializing a transactions entries (by a backup store member) (aka 'd'). |
void |
clearICRRole()
Clears the value of 'ICRRole' Field Description The store's ICR Role. |
void |
clearICRSenderStats()
Clears the value of 'ICRSenderStats' Field Description When configured with an ICR Sender, the ICR sender stats. |
void |
clearIcrSendLatencies()
Clears the value of 'icrSendLatencies' Field Description The amount of time spent sending transaction entries through an ICR receiver (aka 'icr'). |
void |
clearIndexLatencies()
Clears the value of 'indexLatencies' Field Description Latencies statistics for store object indexing (if enabled) (aka 'idx'). |
void |
clearNumCommitCompletionsReceived()
Clears the value of 'numCommitCompletionsReceived' Field Description The number of commit acknowledgements received by this store member from followers. |
void |
clearNumCommitCompletionsSent()
Clears the value of 'numCommitCompletionsSent' Field Description The number of commit acknowledgements sent by this store member to the leader. |
void |
clearNumCommitEntriesReceived()
Clears the value of 'numCommitEntriesReceived' Field Description The number of committed entries replicated to this store. |
void |
clearNumCommitEntriesSent()
Clears the value of 'numCommitEntriesSent' Field Description The number of committed entries replicated by the store. |
void |
clearNumCommitsReceived()
Clears the value of 'numCommitsReceived' Field Description The number of committed transactions replicated to this store. |
void |
clearNumCommitsSent()
Clears the value of 'numCommitsSent' Field Description The number of committed transactions replicated by the store. |
void |
clearPersisterStats()
Clears the value of 'persisterStats' Field Description When configured with a persister, the persister stats. |
void |
clearPersistLatencies()
Clears the value of 'persistLatencies' Field Description The amount of time spent persisting transaction entries to disk (aka 'per'). |
void |
clearRole()
Clears the value of 'role' Field Description The current HA Role for the Store |
void |
clearSerializeLatencies()
Clears the value of 'serializeLatencies' Field Description The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's'). |
void |
clearSerializeToPersistLatencies()
Clears the value of 'serializeToPersistLatencies' Field Description The time between serializing transaction entries to the time that entries have been passed to the persister for write to disk (but not yet synced) (aka 's2p'). |
void |
clearSerializeToWireLatencies()
Clears the value of 'serializeToWireLatencies' Field Description The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w'). |
void |
clearSize()
Clears the value of 'size' Field Description The number of objects in the store. |
void |
clearState()
Clears the value of 'state' Field Description The current state for the Store |
void |
clearWireLatencies()
Clears the value of 'wireLatencies' Field Description The round trip time on the wire from when the last commit entry is written to the last commit entry be read from the wire (aka 'w') For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. |
void |
clearWireToDeserializeLatencies()
Clears the value of 'wireToDeserializeLatencies' Field Description The time between receipt of a commit packet to the point at which deserialization of the entries has started (by a backup store member) (aka 'w2d'). |
void |
clearXRogType()
|
Object |
clone()
Creates a clone of this object. |
SrvMonAppStoreBindingStats |
copy()
Creates a copy of this SrvMonAppStoreBindingStats. |
void |
copyInto(SrvMonAppStoreBindingStats copy)
Copies the contents of this SrvMonAppStoreBindingStats into the target. |
static SrvMonAppStoreBindingStats |
create()
|
static SrvMonAppStoreBindingStats |
createFrom(byte[] serializedContainer)
|
static SrvMonAppStoreBindingStats |
createFrom(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static SrvMonAppStoreBindingStats |
createFromSerializedXbufContainer(byte[] serializedContainer)
|
static SrvMonAppStoreBindingStats |
createFromSerializedXbufContainer(byte[] serializedContainer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
static com.neeve.xbuf.XbufSchema |
createSchema()
|
SrvMonAppStoreBindingStats |
deserializeFromByteArray(byte[] array)
|
SrvMonAppStoreBindingStats |
deserializeFromByteArray(byte[] array,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonAppStoreBindingStats |
deserializeFromByteBuffer(ByteBuffer buffer)
|
SrvMonAppStoreBindingStats |
deserializeFromByteBuffer(ByteBuffer buffer,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonAppStoreBindingStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length)
|
SrvMonAppStoreBindingStats |
deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
SrvMonAppStoreBindingStats |
deserializeFromNative(long address,
int offset,
int length)
|
SrvMonAppStoreBindingStats |
deserializeFromNative(long address,
int offset,
int length,
com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
|
int |
desync(PktBuffer buffer,
int pos,
boolean frameOnly)
|
void |
desyncFieldBitmask()
|
void |
dispose()
|
PktBuffer |
getBackingBuffer()
|
SrvMonIntSeries |
getCommitLatencies()
Gets the value of 'commitLatencies' Field Description Latencies statistics for transaction commit (aka 'c'). |
static int |
getCommitLatenciesFieldId()
Get the field id for 'commitLatencies' This method can be used to set field interests. |
void |
getCommitLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
SrvMonIntSeries |
getCommitQueueSize()
Gets the value of 'commitQueueSize' Field Description The number of entries commited per commit (aka 'cqs'). |
static int |
getCommitQueueSizeFieldId()
Get the field id for 'commitQueueSize' This method can be used to set field interests. |
void |
getCommitQueueSizeTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
SrvMonIntSeries |
getDeserializeLatencies()
Gets the value of 'deserializeLatencies' Field Description The time spent deserializing a transactions entries (by a backup store member) (aka 'd'). |
static int |
getDeserializeLatenciesFieldId()
Get the field id for 'deserializeLatencies' This method can be used to set field interests. |
void |
getDeserializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
static com.neeve.xbuf.XbufDesyncPolicy |
getDesyncPolicy()
|
SrvMonAppStoreICRRole |
getICRRole()
Gets the value of 'ICRRole' Field Description The store's ICR Role. |
com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> |
getICRRoleField()
|
static int |
getICRRoleFieldId()
Get the field id for 'ICRRole' This method can be used to set field interests. |
SrvMonAppStoreBindingICRSenderStats |
getICRSenderStats()
Gets the value of 'ICRSenderStats' Field Description When configured with an ICR Sender, the ICR sender stats. |
static int |
getICRSenderStatsFieldId()
Get the field id for 'ICRSenderStats' This method can be used to set field interests. |
void |
getICRSenderStatsTo(SrvMonAppStoreBindingICRSenderStats to)
Copies the value of SrvMonAppStoreBindingICRSenderStats into the provided value. |
SrvMonIntSeries |
getIcrSendLatencies()
Gets the value of 'icrSendLatencies' Field Description The amount of time spent sending transaction entries through an ICR receiver (aka 'icr'). |
static int |
getIcrSendLatenciesFieldId()
Get the field id for 'icrSendLatencies' This method can be used to set field interests. |
void |
getIcrSendLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
SrvMonIntSeries |
getIndexLatencies()
Gets the value of 'indexLatencies' Field Description Latencies statistics for store object indexing (if enabled) (aka 'idx'). |
static int |
getIndexLatenciesFieldId()
Get the field id for 'indexLatencies' This method can be used to set field interests. |
void |
getIndexLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
boolean |
getIsReadOnly()
|
long |
getNumCommitCompletionsReceived()
Gets the value of 'numCommitCompletionsReceived' Field Description The number of commit acknowledgements received by this store member from followers. |
com.neeve.xbuf.XbufVariableLongField |
getNumCommitCompletionsReceivedField()
|
static int |
getNumCommitCompletionsReceivedFieldId()
Get the field id for 'numCommitCompletionsReceived' This method can be used to set field interests. |
long |
getNumCommitCompletionsSent()
Gets the value of 'numCommitCompletionsSent' Field Description The number of commit acknowledgements sent by this store member to the leader. |
com.neeve.xbuf.XbufVariableLongField |
getNumCommitCompletionsSentField()
|
static int |
getNumCommitCompletionsSentFieldId()
Get the field id for 'numCommitCompletionsSent' This method can be used to set field interests. |
long |
getNumCommitEntriesReceived()
Gets the value of 'numCommitEntriesReceived' Field Description The number of committed entries replicated to this store. |
com.neeve.xbuf.XbufVariableLongField |
getNumCommitEntriesReceivedField()
|
static int |
getNumCommitEntriesReceivedFieldId()
Get the field id for 'numCommitEntriesReceived' This method can be used to set field interests. |
long |
getNumCommitEntriesSent()
Gets the value of 'numCommitEntriesSent' Field Description The number of committed entries replicated by the store. |
com.neeve.xbuf.XbufVariableLongField |
getNumCommitEntriesSentField()
|
static int |
getNumCommitEntriesSentFieldId()
Get the field id for 'numCommitEntriesSent' This method can be used to set field interests. |
long |
getNumCommitsReceived()
Gets the value of 'numCommitsReceived' Field Description The number of committed transactions replicated to this store. |
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsReceivedField()
|
static int |
getNumCommitsReceivedFieldId()
Get the field id for 'numCommitsReceived' This method can be used to set field interests. |
long |
getNumCommitsSent()
Gets the value of 'numCommitsSent' Field Description The number of committed transactions replicated by the store. |
com.neeve.xbuf.XbufVariableLongField |
getNumCommitsSentField()
|
static int |
getNumCommitsSentFieldId()
Get the field id for 'numCommitsSent' This method can be used to set field interests. |
int |
getOwnerCount()
|
SrvMonAppStoreBindingPersisterStats |
getPersisterStats()
Gets the value of 'persisterStats' Field Description When configured with a persister, the persister stats. |
static int |
getPersisterStatsFieldId()
Get the field id for 'persisterStats' This method can be used to set field interests. |
void |
getPersisterStatsTo(SrvMonAppStoreBindingPersisterStats to)
Copies the value of SrvMonAppStoreBindingPersisterStats into the provided value. |
SrvMonIntSeries |
getPersistLatencies()
Gets the value of 'persistLatencies' Field Description The amount of time spent persisting transaction entries to disk (aka 'per'). |
static int |
getPersistLatenciesFieldId()
Get the field id for 'persistLatencies' This method can be used to set field interests. |
void |
getPersistLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
UtlPool<SrvMonAppStoreBindingStats> |
getPool()
Get a pool item's pool. |
SrvMonAppStoreBindingRole |
getRole()
Gets the value of 'role' Field Description The current HA Role for the Store |
com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> |
getRoleField()
|
static int |
getRoleFieldId()
Get the field id for 'role' This method can be used to set field interests. |
SrvMonIntSeries |
getSerializeLatencies()
Gets the value of 'serializeLatencies' Field Description The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's'). |
static int |
getSerializeLatenciesFieldId()
Get the field id for 'serializeLatencies' This method can be used to set field interests. |
void |
getSerializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
int |
getSerializeToNativeLength()
|
SrvMonIntSeries |
getSerializeToPersistLatencies()
Gets the value of 'serializeToPersistLatencies' Field Description The time between serializing transaction entries to the time that entries have been passed to the persister for write to disk (but not yet synced) (aka 's2p'). |
static int |
getSerializeToPersistLatenciesFieldId()
Get the field id for 'serializeToPersistLatencies' This method can be used to set field interests. |
void |
getSerializeToPersistLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
SrvMonIntSeries |
getSerializeToWireLatencies()
Gets the value of 'serializeToWireLatencies' Field Description The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w'). |
static int |
getSerializeToWireLatenciesFieldId()
Get the field id for 'serializeToWireLatencies' This method can be used to set field interests. |
void |
getSerializeToWireLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
int |
getSize()
Gets the value of 'size' Field Description The number of objects in the store. |
com.neeve.xbuf.XbufVariableIntField |
getSizeField()
|
static int |
getSizeFieldId()
Get the field id for 'size' This method can be used to set field interests. |
SrvMonAppStoreBindingState |
getState()
Gets the value of 'state' Field Description The current state for the Store |
com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> |
getStateField()
|
static int |
getStateFieldId()
Get the field id for 'state' This method can be used to set field interests. |
void |
getValidationErrors(List<XString> results,
String errorPrefix)
Collects validation errors into the provided list. |
SrvMonIntSeries |
getWireLatencies()
Gets the value of 'wireLatencies' Field Description The round trip time on the wire from when the last commit entry is written to the last commit entry be read from the wire (aka 'w') For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. |
static int |
getWireLatenciesFieldId()
Get the field id for 'wireLatencies' This method can be used to set field interests. |
void |
getWireLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
SrvMonIntSeries |
getWireToDeserializeLatencies()
Gets the value of 'wireToDeserializeLatencies' Field Description The time between receipt of a commit packet to the point at which deserialization of the entries has started (by a backup store member) (aka 'w2d'). |
static int |
getWireToDeserializeLatenciesFieldId()
Get the field id for 'wireToDeserializeLatencies' This method can be used to set field interests. |
void |
getWireToDeserializeLatenciesTo(SrvMonIntSeries to)
Copies the value of SrvMonIntSeries into the provided value. |
short |
getXRogType()
|
com.neeve.xbuf.XbufVariableShortField |
getXRogTypeField()
|
static int |
getXRogTypeFieldId()
Get the field id for 'xRogType' This method can be used to set field interests. |
boolean |
hasCommitLatencies()
Checks for the presence of 'commitLatencies' Field Description Latencies statistics for transaction commit (aka 'c'). |
boolean |
hasCommitQueueSize()
Checks for the presence of 'commitQueueSize' Field Description The number of entries commited per commit (aka 'cqs'). |
boolean |
hasDeserializeLatencies()
Checks for the presence of 'deserializeLatencies' Field Description The time spent deserializing a transactions entries (by a backup store member) (aka 'd'). |
boolean |
hasICRRole()
Checks for the presence of 'ICRRole' Field Description The store's ICR Role. |
boolean |
hasICRSenderStats()
Checks for the presence of 'ICRSenderStats' Field Description When configured with an ICR Sender, the ICR sender stats. |
boolean |
hasIcrSendLatencies()
Checks for the presence of 'icrSendLatencies' Field Description The amount of time spent sending transaction entries through an ICR receiver (aka 'icr'). |
boolean |
hasIndexLatencies()
Checks for the presence of 'indexLatencies' Field Description Latencies statistics for store object indexing (if enabled) (aka 'idx'). |
boolean |
hasNumCommitCompletionsReceived()
Checks for the presence of 'numCommitCompletionsReceived' Field Description The number of commit acknowledgements received by this store member from followers. |
boolean |
hasNumCommitCompletionsSent()
Checks for the presence of 'numCommitCompletionsSent' Field Description The number of commit acknowledgements sent by this store member to the leader. |
boolean |
hasNumCommitEntriesReceived()
Checks for the presence of 'numCommitEntriesReceived' Field Description The number of committed entries replicated to this store. |
boolean |
hasNumCommitEntriesSent()
Checks for the presence of 'numCommitEntriesSent' Field Description The number of committed entries replicated by the store. |
boolean |
hasNumCommitsReceived()
Checks for the presence of 'numCommitsReceived' Field Description The number of committed transactions replicated to this store. |
boolean |
hasNumCommitsSent()
Checks for the presence of 'numCommitsSent' Field Description The number of committed transactions replicated by the store. |
boolean |
hasPersisterStats()
Checks for the presence of 'persisterStats' Field Description When configured with a persister, the persister stats. |
boolean |
hasPersistLatencies()
Checks for the presence of 'persistLatencies' Field Description The amount of time spent persisting transaction entries to disk (aka 'per'). |
boolean |
hasRole()
Checks for the presence of 'role' Field Description The current HA Role for the Store |
boolean |
hasSerializeLatencies()
Checks for the presence of 'serializeLatencies' Field Description The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's'). |
boolean |
hasSerializeToPersistLatencies()
Checks for the presence of 'serializeToPersistLatencies' Field Description The time between serializing transaction entries to the time that entries have been passed to the persister for write to disk (but not yet synced) (aka 's2p'). |
boolean |
hasSerializeToWireLatencies()
Checks for the presence of 'serializeToWireLatencies' Field Description The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w'). |
boolean |
hasSize()
Checks for the presence of 'size' Field Description The number of objects in the store. |
boolean |
hasState()
Checks for the presence of 'state' Field Description The current state for the Store |
boolean |
hasWireLatencies()
Checks for the presence of 'wireLatencies' Field Description The round trip time on the wire from when the last commit entry is written to the last commit entry be read from the wire (aka 'w') For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. |
boolean |
hasWireToDeserializeLatencies()
Checks for the presence of 'wireToDeserializeLatencies' Field Description The time between receipt of a commit packet to the point at which deserialization of the entries has started (by a backup store member) (aka 'w2d'). |
boolean |
hasXRogType()
|
SrvMonAppStoreBindingStats |
init()
Initialize an item. |
boolean |
isBufferBacked()
|
boolean |
isDirty()
|
boolean |
isReferenceCounted()
|
boolean |
isValid()
Tests if this object has any validation errors. |
void |
lendCommitLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendCommitQueueSize(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendDeserializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
'Lends' a reference of the SrvMonAppStoreBindingICRSenderStats to the message for this field. |
void |
lendIcrSendLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendIndexLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendPersisterStats(SrvMonAppStoreBindingPersisterStats val)
'Lends' a reference of the SrvMonAppStoreBindingPersisterStats to the message for this field. |
void |
lendPersistLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendSerializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendSerializeToPersistLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendSerializeToWireLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendWireLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
void |
lendWireToDeserializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field. |
static void |
optimizeFor(int val)
|
byte[] |
serializeToByteArray()
|
ByteBuffer |
serializeToByteBuffer()
|
com.neeve.io.IOBuffer |
serializeToIOBuffer(boolean useNative)
|
int |
serializeToNative(long address,
int addressOffset)
|
void |
setAsReadOnly()
|
void |
setCommitLatencies(SrvMonIntSeries val)
Sets the value of 'commitLatencies' Field Description Latencies statistics for transaction commit (aka 'c'). |
void |
setCommitQueueSize(SrvMonIntSeries val)
Sets the value of 'commitQueueSize' Field Description The number of entries commited per commit (aka 'cqs'). |
void |
setDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'deserializeLatencies' Field Description The time spent deserializing a transactions entries (by a backup store member) (aka 'd'). |
static void |
setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
|
static void |
setFieldInterest(List<Integer> fieldIds)
|
void |
setICRRole(SrvMonAppStoreICRRole val)
Sets the value of 'ICRRole' Field Description The store's ICR Role. |
void |
setICRRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> val)
|
void |
setICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
Sets the value of 'ICRSenderStats' Field Description When configured with an ICR Sender, the ICR sender stats. |
void |
setIcrSendLatencies(SrvMonIntSeries val)
Sets the value of 'icrSendLatencies' Field Description The amount of time spent sending transaction entries through an ICR receiver (aka 'icr'). |
void |
setIndexLatencies(SrvMonIntSeries val)
Sets the value of 'indexLatencies' Field Description Latencies statistics for store object indexing (if enabled) (aka 'idx'). |
void |
setNumCommitCompletionsReceived(long val)
Sets the value of 'numCommitCompletionsReceived' Field Description The number of commit acknowledgements received by this store member from followers. |
void |
setNumCommitCompletionsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumCommitCompletionsSent(long val)
Sets the value of 'numCommitCompletionsSent' Field Description The number of commit acknowledgements sent by this store member to the leader. |
void |
setNumCommitCompletionsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumCommitEntriesReceived(long val)
Sets the value of 'numCommitEntriesReceived' Field Description The number of committed entries replicated to this store. |
void |
setNumCommitEntriesReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumCommitEntriesSent(long val)
Sets the value of 'numCommitEntriesSent' Field Description The number of committed entries replicated by the store. |
void |
setNumCommitEntriesSentFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumCommitsReceived(long val)
Sets the value of 'numCommitsReceived' Field Description The number of committed transactions replicated to this store. |
void |
setNumCommitsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setNumCommitsSent(long val)
Sets the value of 'numCommitsSent' Field Description The number of committed transactions replicated by the store. |
void |
setNumCommitsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
|
void |
setPersisterStats(SrvMonAppStoreBindingPersisterStats val)
Sets the value of 'persisterStats' Field Description When configured with a persister, the persister stats. |
void |
setPersistLatencies(SrvMonIntSeries val)
Sets the value of 'persistLatencies' Field Description The amount of time spent persisting transaction entries to disk (aka 'per'). |
SrvMonAppStoreBindingStats |
setPool(UtlPool<SrvMonAppStoreBindingStats> pool)
Set a pool item's pool. |
void |
setRole(SrvMonAppStoreBindingRole val)
Sets the value of 'role' Field Description The current HA Role for the Store |
void |
setRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> val)
|
void |
setSerializeLatencies(SrvMonIntSeries val)
Sets the value of 'serializeLatencies' Field Description The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's'). |
void |
setSerializeToPersistLatencies(SrvMonIntSeries val)
Sets the value of 'serializeToPersistLatencies' Field Description The time between serializing transaction entries to the time that entries have been passed to the persister for write to disk (but not yet synced) (aka 's2p'). |
void |
setSerializeToWireLatencies(SrvMonIntSeries val)
Sets the value of 'serializeToWireLatencies' Field Description The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w'). |
void |
setSize(int val)
Sets the value of 'size' Field Description The number of objects in the store. |
void |
setSizeFrom(com.neeve.xbuf.XbufVariableIntField val)
|
void |
setState(SrvMonAppStoreBindingState val)
Sets the value of 'state' Field Description The current state for the Store |
void |
setStateFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> val)
|
void |
setWireLatencies(SrvMonIntSeries val)
Sets the value of 'wireLatencies' Field Description The round trip time on the wire from when the last commit entry is written to the last commit entry be read from the wire (aka 'w') For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. |
void |
setWireToDeserializeLatencies(SrvMonIntSeries val)
Sets the value of 'wireToDeserializeLatencies' Field Description The time between receipt of a commit packet to the point at which deserialization of the entries has started (by a backup store member) (aka 'w2d'). |
void |
setXRogType(short val)
|
void |
setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
|
void |
sync()
|
void |
syncFieldBitmask()
|
SrvMonIntSeries |
takeCommitLatencies()
'Takes' a reference to the commitLatencies field from the message. |
SrvMonIntSeries |
takeCommitQueueSize()
'Takes' a reference to the commitQueueSize field from the message. |
SrvMonIntSeries |
takeDeserializeLatencies()
'Takes' a reference to the deserializeLatencies field from the message. |
SrvMonAppStoreBindingICRSenderStats |
takeICRSenderStats()
'Takes' a reference to the ICRSenderStats field from the message. |
SrvMonIntSeries |
takeIcrSendLatencies()
'Takes' a reference to the icrSendLatencies field from the message. |
SrvMonIntSeries |
takeIndexLatencies()
'Takes' a reference to the indexLatencies field from the message. |
SrvMonAppStoreBindingPersisterStats |
takePersisterStats()
'Takes' a reference to the persisterStats field from the message. |
SrvMonIntSeries |
takePersistLatencies()
'Takes' a reference to the persistLatencies field from the message. |
SrvMonIntSeries |
takeSerializeLatencies()
'Takes' a reference to the serializeLatencies field from the message. |
SrvMonIntSeries |
takeSerializeToPersistLatencies()
'Takes' a reference to the serializeToPersistLatencies field from the message. |
SrvMonIntSeries |
takeSerializeToWireLatencies()
'Takes' a reference to the serializeToWireLatencies field from the message. |
SrvMonIntSeries |
takeWireLatencies()
'Takes' a reference to the wireLatencies field from the message. |
SrvMonIntSeries |
takeWireToDeserializeLatencies()
'Takes' a reference to the wireToDeserializeLatencies field from the message. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SrvMonAppStoreBindingStats[] EMPTY_ARRAY
Constructor Detail |
---|
public SrvMonAppStoreBindingStats()
public SrvMonAppStoreBindingStats(int initialBackingBufferSize)
Method Detail |
---|
public static SrvMonAppStoreBindingStats create()
public static SrvMonAppStoreBindingStats createFromSerializedXbufContainer(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppStoreBindingStats createFromSerializedXbufContainer(byte[] serializedContainer)
public static SrvMonAppStoreBindingStats createFrom(byte[] serializedContainer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public static SrvMonAppStoreBindingStats createFrom(byte[] serializedContainer)
public static final void setDesyncPolicy(com.neeve.xbuf.XbufDesyncPolicy val)
public static final com.neeve.xbuf.XbufDesyncPolicy getDesyncPolicy()
public static final void setFieldInterest(List<Integer> fieldIds)
public final void clearContent()
public final void syncFieldBitmask()
public final void desyncFieldBitmask()
public final PktBuffer getBackingBuffer()
public static final void optimizeFor(int val)
public final void setAsReadOnly()
public final boolean getIsReadOnly()
public static final int getXRogTypeFieldId()
This method can be used to set field interests.
getXRogType()
public final void setXRogType(short val)
public final short getXRogType()
public final void setXRogTypeFrom(com.neeve.xbuf.XbufVariableShortField val)
public final com.neeve.xbuf.XbufVariableShortField getXRogTypeField()
public final boolean hasXRogType()
public final void clearXRogType()
public static final int getRoleFieldId()
This method can be used to set field interests.
getRole()
public final void setRole(SrvMonAppStoreBindingRole val)
ISrvMonAppStoreBindingStats
setRole
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void setRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> val)
public final com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingRole> getRoleField()
public final SrvMonAppStoreBindingRole getRole()
ISrvMonAppStoreBindingStats
getRole
in interface ISrvMonAppStoreBindingStats
public final boolean hasRole()
ISrvMonAppStoreBindingStats
hasRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getRole()
public final void clearRole()
ISrvMonAppStoreBindingStats
clearRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setRole(SrvMonAppStoreBindingRole)
public static final int getStateFieldId()
This method can be used to set field interests.
getState()
public final void setState(SrvMonAppStoreBindingState val)
ISrvMonAppStoreBindingStats
setState
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void setStateFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> val)
public final com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreBindingState> getStateField()
public final SrvMonAppStoreBindingState getState()
ISrvMonAppStoreBindingStats
getState
in interface ISrvMonAppStoreBindingStats
public final boolean hasState()
ISrvMonAppStoreBindingStats
hasState
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getState()
public final void clearState()
ISrvMonAppStoreBindingStats
clearState
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setState(SrvMonAppStoreBindingState)
public static final int getSizeFieldId()
This method can be used to set field interests.
getSize()
public final void setSize(int val)
ISrvMonAppStoreBindingStats
setSize
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final int getSize()
ISrvMonAppStoreBindingStats
getSize
in interface ISrvMonAppStoreBindingStats
public final void setSizeFrom(com.neeve.xbuf.XbufVariableIntField val)
public final com.neeve.xbuf.XbufVariableIntField getSizeField()
public final boolean hasSize()
ISrvMonAppStoreBindingStats
hasSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSize()
public final void clearSize()
ISrvMonAppStoreBindingStats
clearSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSize(int)
public static final int getNumCommitsSentFieldId()
This method can be used to set field interests.
getNumCommitsSent()
public final void setNumCommitsSent(long val)
ISrvMonAppStoreBindingStats
setNumCommitsSent
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitsSent()
ISrvMonAppStoreBindingStats
getNumCommitsSent
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsSentField()
public final boolean hasNumCommitsSent()
ISrvMonAppStoreBindingStats
hasNumCommitsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitsSent()
public final void clearNumCommitsSent()
ISrvMonAppStoreBindingStats
clearNumCommitsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitsSent(long)
public static final int getNumCommitEntriesSentFieldId()
This method can be used to set field interests.
getNumCommitEntriesSent()
public final void setNumCommitEntriesSent(long val)
ISrvMonAppStoreBindingStats
setNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitEntriesSent()
ISrvMonAppStoreBindingStats
getNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitEntriesSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitEntriesSentField()
public final boolean hasNumCommitEntriesSent()
ISrvMonAppStoreBindingStats
hasNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitEntriesSent()
public final void clearNumCommitEntriesSent()
ISrvMonAppStoreBindingStats
clearNumCommitEntriesSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitEntriesSent(long)
public static final int getNumCommitsReceivedFieldId()
This method can be used to set field interests.
getNumCommitsReceived()
public final void setNumCommitsReceived(long val)
ISrvMonAppStoreBindingStats
setNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitsReceived()
ISrvMonAppStoreBindingStats
getNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitsReceivedField()
public final boolean hasNumCommitsReceived()
ISrvMonAppStoreBindingStats
hasNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitsReceived()
public final void clearNumCommitsReceived()
ISrvMonAppStoreBindingStats
clearNumCommitsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitsReceived(long)
public static final int getNumCommitEntriesReceivedFieldId()
This method can be used to set field interests.
getNumCommitEntriesReceived()
public final void setNumCommitEntriesReceived(long val)
ISrvMonAppStoreBindingStats
setNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitEntriesReceived()
ISrvMonAppStoreBindingStats
getNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitEntriesReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitEntriesReceivedField()
public final boolean hasNumCommitEntriesReceived()
ISrvMonAppStoreBindingStats
hasNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitEntriesReceived()
public final void clearNumCommitEntriesReceived()
ISrvMonAppStoreBindingStats
clearNumCommitEntriesReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitEntriesReceived(long)
public static final int getNumCommitCompletionsSentFieldId()
This method can be used to set field interests.
getNumCommitCompletionsSent()
public final void setNumCommitCompletionsSent(long val)
ISrvMonAppStoreBindingStats
setNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitCompletionsSent()
ISrvMonAppStoreBindingStats
getNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitCompletionsSentFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitCompletionsSentField()
public final boolean hasNumCommitCompletionsSent()
ISrvMonAppStoreBindingStats
hasNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitCompletionsSent()
public final void clearNumCommitCompletionsSent()
ISrvMonAppStoreBindingStats
clearNumCommitCompletionsSent
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitCompletionsSent(long)
public static final int getNumCommitCompletionsReceivedFieldId()
This method can be used to set field interests.
getNumCommitCompletionsReceived()
public final void setNumCommitCompletionsReceived(long val)
ISrvMonAppStoreBindingStats
setNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final long getNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStats
getNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
public final void setNumCommitCompletionsReceivedFrom(com.neeve.xbuf.XbufVariableLongField val)
public final com.neeve.xbuf.XbufVariableLongField getNumCommitCompletionsReceivedField()
public final boolean hasNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStats
hasNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getNumCommitCompletionsReceived()
public final void clearNumCommitCompletionsReceived()
ISrvMonAppStoreBindingStats
clearNumCommitCompletionsReceived
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setNumCommitCompletionsReceived(long)
public static final int getICRRoleFieldId()
This method can be used to set field interests.
getICRRole()
public final void setICRRole(SrvMonAppStoreICRRole val)
ISrvMonAppStoreBindingStats
setICRRole
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void setICRRoleFrom(com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> val)
public final com.neeve.xbuf.XbufVariableEnumField<SrvMonAppStoreICRRole> getICRRoleField()
public final SrvMonAppStoreICRRole getICRRole()
ISrvMonAppStoreBindingStats
getICRRole
in interface ISrvMonAppStoreBindingStats
public final boolean hasICRRole()
ISrvMonAppStoreBindingStats
hasICRRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getICRRole()
public final void clearICRRole()
ISrvMonAppStoreBindingStats
clearICRRole
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setICRRole(SrvMonAppStoreICRRole)
public static final int getSerializeLatenciesFieldId()
This method can be used to set field interests.
getSerializeLatencies()
public final void setSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setSerializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendSerializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendSerializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getSerializeLatencies()
ISrvMonAppStoreBindingStats
getSerializeLatencies
in interface ISrvMonAppStoreBindingStats
public final void getSerializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeSerializeLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeSerializeLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasSerializeLatencies()
ISrvMonAppStoreBindingStats
hasSerializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSerializeLatencies()
public final void clearSerializeLatencies()
ISrvMonAppStoreBindingStats
clearSerializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSerializeLatencies(SrvMonIntSeries)
public static final int getSerializeToWireLatenciesFieldId()
This method can be used to set field interests.
getSerializeToWireLatencies()
public final void setSerializeToWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendSerializeToWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
getSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
public final void getSerializeToWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeToWireLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
hasSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSerializeToWireLatencies()
public final void clearSerializeToWireLatencies()
ISrvMonAppStoreBindingStats
clearSerializeToWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSerializeToWireLatencies(SrvMonIntSeries)
public static final int getSerializeToPersistLatenciesFieldId()
This method can be used to set field interests.
getSerializeToPersistLatencies()
public final void setSerializeToPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendSerializeToPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
getSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
public final void getSerializeToPersistLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getSerializeToPersistLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
hasSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getSerializeToPersistLatencies()
public final void clearSerializeToPersistLatencies()
ISrvMonAppStoreBindingStats
clearSerializeToPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setSerializeToPersistLatencies(SrvMonIntSeries)
public static final int getWireLatenciesFieldId()
This method can be used to set field interests.
getWireLatencies()
public final void setWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
setWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendWireLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendWireLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
getWireLatencies
in interface ISrvMonAppStoreBindingStats
public final void getWireLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeWireLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
hasWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getWireLatencies()
public final void clearWireLatencies()
ISrvMonAppStoreBindingStats
For a store in the primary role, wire latency captures the time from teh last commit entry being replicated until the last commit ack is received for the transaction. In other words the round trip time. For a store in the backup role wire latency capture the amount of time from when the primary wrote the last commit entry to the wire to the time it was received by the backup. When primary and backup are on different hosts, this statistic is subject to clock skew and could be negative.
clearWireLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setWireLatencies(SrvMonIntSeries)
public static final int getWireToDeserializeLatenciesFieldId()
This method can be used to set field interests.
getWireToDeserializeLatencies()
public final void setWireToDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendWireToDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
getWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
public final void getWireToDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getWireToDeserializeLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
hasWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getWireToDeserializeLatencies()
public final void clearWireToDeserializeLatencies()
ISrvMonAppStoreBindingStats
clearWireToDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setWireToDeserializeLatencies(SrvMonIntSeries)
public static final int getDeserializeLatenciesFieldId()
This method can be used to set field interests.
getDeserializeLatencies()
public final void setDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendDeserializeLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getDeserializeLatencies()
ISrvMonAppStoreBindingStats
getDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
public final void getDeserializeLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getDeserializeLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeDeserializeLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasDeserializeLatencies()
ISrvMonAppStoreBindingStats
hasDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getDeserializeLatencies()
public final void clearDeserializeLatencies()
ISrvMonAppStoreBindingStats
clearDeserializeLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setDeserializeLatencies(SrvMonIntSeries)
public static final int getPersistLatenciesFieldId()
This method can be used to set field interests.
getPersistLatencies()
public final void setPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendPersistLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendPersistLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getPersistLatencies()
ISrvMonAppStoreBindingStats
getPersistLatencies
in interface ISrvMonAppStoreBindingStats
public final void getPersistLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getPersistLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takePersistLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takePersistLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasPersistLatencies()
ISrvMonAppStoreBindingStats
hasPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getPersistLatencies()
public final void clearPersistLatencies()
ISrvMonAppStoreBindingStats
clearPersistLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setPersistLatencies(SrvMonIntSeries)
public static final int getIcrSendLatenciesFieldId()
This method can be used to set field interests.
getIcrSendLatencies()
public final void setIcrSendLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendIcrSendLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getIcrSendLatencies()
ISrvMonAppStoreBindingStats
getIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
public final void getIcrSendLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getIcrSendLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeIcrSendLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasIcrSendLatencies()
ISrvMonAppStoreBindingStats
hasIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getIcrSendLatencies()
public final void clearIcrSendLatencies()
ISrvMonAppStoreBindingStats
clearIcrSendLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setIcrSendLatencies(SrvMonIntSeries)
public static final int getIndexLatenciesFieldId()
This method can be used to set field interests.
getIndexLatencies()
public final void setIndexLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setIndexLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendIndexLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendIndexLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getIndexLatencies()
ISrvMonAppStoreBindingStats
getIndexLatencies
in interface ISrvMonAppStoreBindingStats
public final void getIndexLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getIndexLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeIndexLatencies()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeIndexLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasIndexLatencies()
ISrvMonAppStoreBindingStats
hasIndexLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getIndexLatencies()
public final void clearIndexLatencies()
ISrvMonAppStoreBindingStats
clearIndexLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setIndexLatencies(SrvMonIntSeries)
public static final int getCommitLatenciesFieldId()
This method can be used to set field interests.
getCommitLatencies()
public final void setCommitLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
setCommitLatencies
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendCommitLatencies(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendCommitLatencies
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
getCommitLatencies
in interface ISrvMonAppStoreBindingStats
public final void getCommitLatenciesTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getCommitLatenciesTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeCommitLatencies
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
hasCommitLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getCommitLatencies()
public final void clearCommitLatencies()
ISrvMonAppStoreBindingStats
The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.
clearCommitLatencies
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setCommitLatencies(SrvMonIntSeries)
public static final int getCommitQueueSizeFieldId()
This method can be used to set field interests.
getCommitQueueSize()
public final void setCommitQueueSize(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
setCommitQueueSize
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendCommitQueueSize(SrvMonIntSeries val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendCommitQueueSize
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonIntSeries getCommitQueueSize()
ISrvMonAppStoreBindingStats
getCommitQueueSize
in interface ISrvMonAppStoreBindingStats
public final void getCommitQueueSizeTo(SrvMonIntSeries to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.
getCommitQueueSizeTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonIntSeries.copyInto(SrvMonIntSeries)
public final SrvMonIntSeries takeCommitQueueSize()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeCommitQueueSize
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasCommitQueueSize()
ISrvMonAppStoreBindingStats
hasCommitQueueSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getCommitQueueSize()
public final void clearCommitQueueSize()
ISrvMonAppStoreBindingStats
clearCommitQueueSize
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setCommitQueueSize(SrvMonIntSeries)
public static final int getPersisterStatsFieldId()
This method can be used to set field interests.
getPersisterStats()
public final void setPersisterStats(SrvMonAppStoreBindingPersisterStats val)
ISrvMonAppStoreBindingStats
setPersisterStats
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendPersisterStats(SrvMonAppStoreBindingPersisterStats val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendPersisterStats
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonAppStoreBindingPersisterStats getPersisterStats()
ISrvMonAppStoreBindingStats
getPersisterStats
in interface ISrvMonAppStoreBindingStats
public final void getPersisterStatsTo(SrvMonAppStoreBindingPersisterStats to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonAppStoreBindingPersisterStats are cleared.
getPersisterStatsTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonAppStoreBindingPersisterStats.copyInto(SrvMonAppStoreBindingPersisterStats)
public final SrvMonAppStoreBindingPersisterStats takePersisterStats()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takePersisterStats
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasPersisterStats()
ISrvMonAppStoreBindingStats
hasPersisterStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getPersisterStats()
public final void clearPersisterStats()
ISrvMonAppStoreBindingStats
clearPersisterStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setPersisterStats(SrvMonAppStoreBindingPersisterStats)
public static final int getICRSenderStatsFieldId()
This method can be used to set field interests.
getICRSenderStats()
public final void setICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
ISrvMonAppStoreBindingStats
setICRSenderStats
in interface ISrvMonAppStoreBindingStats
val
- The value to set.public final void lendICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
ISrvMonAppStoreBindingStats
NOTE:
It is illegal to hold onto an entity 'set' on a message post the disposal of the container message.
This is true even if a reference to the entity is explicitly 'acquired' by the application via acquire().
To hold onto the reference of an entity beyond the lifecycle of its container message, an application must own a reference to the entity (via, for example, 'taking' the entity off an inbound message) and then 'lend' the entity to the message for sending. The act of 'lending' an entity to a message implies that the application continues to own the entity even though the message is holding a reference to it for the duration of the send.
lendICRSenderStats
in interface ISrvMonAppStoreBindingStats
val
- the value to 'lend' to lend.public final SrvMonAppStoreBindingICRSenderStats getICRSenderStats()
ISrvMonAppStoreBindingStats
getICRSenderStats
in interface ISrvMonAppStoreBindingStats
public final void getICRSenderStatsTo(SrvMonAppStoreBindingICRSenderStats to)
ISrvMonAppStoreBindingStats
IF the value is not set, then the contents of the provided SrvMonAppStoreBindingICRSenderStats are cleared.
getICRSenderStatsTo
in interface ISrvMonAppStoreBindingStats
to
- the value to copy intoSrvMonAppStoreBindingICRSenderStats.copyInto(SrvMonAppStoreBindingICRSenderStats)
public final SrvMonAppStoreBindingICRSenderStats takeICRSenderStats()
ISrvMonAppStoreBindingStats
NOTE:
A nested entity reference returned by getXXX() is only valid until the entity is disposed
i.e. the act of getting an entity does not transfer ownership of the entity to the application
A message disposes of its reference to its contained entities when it is disposed itself.
An AEP engine disposes a message on return from its message handler. Therefore, applications working with AEP engines that wish to hold onto a nested entity reference post return from its containing message's handler must either acquire a reference to the container message or 'take' the nested entity itself from the container message. The act of 'taking' an entity differs from 'getting' an entity in that 'take' does what is necessary to ensure that the entity contents are not cleared and the entity not disposed when the message itself is disposed. For a taken entity to be disposed, the application must explicitly dispose it when done working with it.
takeICRSenderStats
in interface ISrvMonAppStoreBindingStats
null
if the field is not set.public final boolean hasICRSenderStats()
ISrvMonAppStoreBindingStats
hasICRSenderStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.getICRSenderStats()
public final void clearICRSenderStats()
ISrvMonAppStoreBindingStats
clearICRSenderStats
in interface ISrvMonAppStoreBindingStats
ISrvMonAppStoreBindingStats.setICRSenderStats(SrvMonAppStoreBindingICRSenderStats)
public final boolean isDirty()
public static final com.neeve.xbuf.XbufSchema createSchema()
public final byte[] serializeToByteArray()
public final ByteBuffer serializeToByteBuffer()
public final com.neeve.io.IOBuffer serializeToIOBuffer(boolean useNative)
public final boolean isBufferBacked()
public final int getSerializeToNativeLength()
public final int serializeToNative(long address, int addressOffset)
public final SrvMonAppStoreBindingStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats deserializeFromIOElasticBuffer(com.neeve.io.IOElasticBuffer buffer, int offset, int length)
public final SrvMonAppStoreBindingStats deserializeFromByteArray(byte[] array, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats deserializeFromByteArray(byte[] array)
public final SrvMonAppStoreBindingStats deserializeFromByteBuffer(ByteBuffer buffer, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats deserializeFromByteBuffer(ByteBuffer buffer)
public final SrvMonAppStoreBindingStats deserializeFromNative(long address, int offset, int length, com.neeve.xbuf.XbufDesyncPolicy desyncPolicy)
public final SrvMonAppStoreBindingStats deserializeFromNative(long address, int offset, int length)
public final void sync()
public final int desync(PktBuffer buffer, int pos, boolean frameOnly)
desync
in interface com.neeve.xbuf.IXbufDesyncer
public final SrvMonAppStoreBindingStats init()
UtlPool.Item
This method is invoked by an item pool very time an item is put into the pool. The method should wipe the contents of the item so as to present a fresh instance of the item to the caller when retrieved from the pool.
init
in interface UtlPool.Item<SrvMonAppStoreBindingStats>
public final SrvMonAppStoreBindingStats setPool(UtlPool<SrvMonAppStoreBindingStats> pool)
UtlPool.Item
This method is invoked by an item pool at the time an item is added to the pool. The intent is to record the item's source pool in the item so it can be disposed back into the pool when the user is done working with it.
setPool
in interface UtlPool.Item<SrvMonAppStoreBindingStats>
public final UtlPool<SrvMonAppStoreBindingStats> getPool()
UtlPool.Item
This method should return the pool set using UtlPool.Item.setPool(com.neeve.util.UtlPool
getPool
in interface UtlPool.Item<SrvMonAppStoreBindingStats>
UtlPool.Item.setPool(com.neeve.util.UtlPool)
public final boolean isReferenceCounted()
public final SrvMonAppStoreBindingStats acquire()
public final int getOwnerCount()
public final void dispose()
public final Object clone()
This method differs from the copy()
method in that:
clone
in class Object
public final SrvMonAppStoreBindingStats copy()
The copy copies primitive, enum and embedded entity fields into the returned copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonAppStoreBindingStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppStoreBindingStats is read only.
public final void copyInto(SrvMonAppStoreBindingStats copy)
The copy clears the target's contents and copies primitive, enum and embedded entity fields into the provided copy. Each embedded entity field is cloned so that modifications made to the copy's embedded entity fields do not affect this SrvMonAppStoreBindingStats's embedded entity fields.
The returned copy will be writeable even if this SrvMonAppStoreBindingStats is read only.
copy
- The target into which to copy.public final boolean isValid()
IRogValidatable
isValid
in interface IRogValidatable
public final void getValidationErrors(List<XString> results, String errorPrefix)
IRogValidatable
getValidationErrors
in interface IRogValidatable
results
- A results list into which validation errors will be collected.errorPrefix
- The bean path prefix to use when identifying invalid fields or null if validating a top level entity.public final String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |