com.neeve.server.mon
Interface ISrvMonAppStoreBindingStats

All Superinterfaces:
IRogValidatable
All Known Implementing Classes:
SrvMonAppStoreBindingStats

@Generated(value="com.neeve.adm.AdmGenerator",
           date="Wed Mar 28 10:54:31 EDT 2018")
@AdmGenerated(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)")
public interface ISrvMonAppStoreBindingStats
extends IRogValidatable

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.


Method Summary
 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 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').
 SrvMonIntSeries getCommitLatencies()
          Gets the value of 'commitLatencies' Field Description Latencies statistics for transaction commit (aka 'c').
 void getCommitLatenciesTo(SrvMonIntSeries val)
          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').
 void getCommitQueueSizeTo(SrvMonIntSeries val)
          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').
 void getDeserializeLatenciesTo(SrvMonIntSeries val)
          Copies the value of SrvMonIntSeries into the provided value.
 SrvMonAppStoreICRRole getICRRole()
          Gets the value of 'ICRRole' Field Description The store's ICR Role.
 SrvMonAppStoreBindingICRSenderStats getICRSenderStats()
          Gets the value of 'ICRSenderStats' Field Description When configured with an ICR Sender, the ICR sender stats.
 void getICRSenderStatsTo(SrvMonAppStoreBindingICRSenderStats val)
          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').
 void getIcrSendLatenciesTo(SrvMonIntSeries val)
          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').
 void getIndexLatenciesTo(SrvMonIntSeries val)
          Copies the value of SrvMonIntSeries into the provided value.
 long getNumCommitCompletionsReceived()
          Gets the value of 'numCommitCompletionsReceived' Field Description The number of commit acknowledgements received by this store member from followers.
 long getNumCommitCompletionsSent()
          Gets the value of 'numCommitCompletionsSent' Field Description The number of commit acknowledgements sent by this store member to the leader.
 long getNumCommitEntriesReceived()
          Gets the value of 'numCommitEntriesReceived' Field Description The number of committed entries replicated to this store.
 long getNumCommitEntriesSent()
          Gets the value of 'numCommitEntriesSent' Field Description The number of committed entries replicated by the store.
 long getNumCommitsReceived()
          Gets the value of 'numCommitsReceived' Field Description The number of committed transactions replicated to this store.
 long getNumCommitsSent()
          Gets the value of 'numCommitsSent' Field Description The number of committed transactions replicated by the store.
 SrvMonAppStoreBindingPersisterStats getPersisterStats()
          Gets the value of 'persisterStats' Field Description When configured with a persister, the persister stats.
 void getPersisterStatsTo(SrvMonAppStoreBindingPersisterStats val)
          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').
 void getPersistLatenciesTo(SrvMonIntSeries val)
          Copies the value of SrvMonIntSeries into the provided value.
 SrvMonAppStoreBindingRole getRole()
          Gets the value of 'role' Field Description The current HA Role for the Store
 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').
 void getSerializeLatenciesTo(SrvMonIntSeries val)
          Copies the value of SrvMonIntSeries into the provided value.
 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').
 void getSerializeToPersistLatenciesTo(SrvMonIntSeries val)
          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').
 void getSerializeToWireLatenciesTo(SrvMonIntSeries val)
          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.
 SrvMonAppStoreBindingState getState()
          Gets the value of 'state' Field Description The current state for the Store
 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.
 void getWireLatenciesTo(SrvMonIntSeries val)
          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').
 void getWireToDeserializeLatenciesTo(SrvMonIntSeries val)
          Copies the value of SrvMonIntSeries into the provided value.
 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').
 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.
 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').
 void setICRRole(SrvMonAppStoreICRRole val)
          Sets the value of 'ICRRole' Field Description The store's ICR Role.
 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 setNumCommitCompletionsSent(long val)
          Sets the value of 'numCommitCompletionsSent' Field Description The number of commit acknowledgements sent by this store member to the leader.
 void setNumCommitEntriesReceived(long val)
          Sets the value of 'numCommitEntriesReceived' Field Description The number of committed entries replicated to this store.
 void setNumCommitEntriesSent(long val)
          Sets the value of 'numCommitEntriesSent' Field Description The number of committed entries replicated by the store.
 void setNumCommitsReceived(long val)
          Sets the value of 'numCommitsReceived' Field Description The number of committed transactions replicated to this store.
 void setNumCommitsSent(long val)
          Sets the value of 'numCommitsSent' Field Description The number of committed transactions replicated by the store.
 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').
 void setRole(SrvMonAppStoreBindingRole val)
          Sets the value of 'role' Field Description The current HA Role for the Store
 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 setState(SrvMonAppStoreBindingState val)
          Sets the value of 'state' Field Description The current state for the Store
 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').
 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.
 
Methods inherited from interface com.neeve.rog.IRogValidatable
getValidationErrors, isValid
 

Method Detail

setRole

void setRole(SrvMonAppStoreBindingRole val)
Sets the value of 'role'

Field Description

The current HA Role for the Store

Parameters:
val - The value to set.

getRole

SrvMonAppStoreBindingRole getRole()
Gets the value of 'role'

Field Description

The current HA Role for the Store

Returns:
The current HA Role for the Store

clearRole

void clearRole()
Clears the value of 'role'

Field Description

The current HA Role for the Store

See Also:
setRole(SrvMonAppStoreBindingRole)

hasRole

boolean hasRole()
Checks for the presence of 'role'

Field Description

The current HA Role for the Store

See Also:
getRole()

setState

void setState(SrvMonAppStoreBindingState val)
Sets the value of 'state'

Field Description

The current state for the Store

Parameters:
val - The value to set.

getState

SrvMonAppStoreBindingState getState()
Gets the value of 'state'

Field Description

The current state for the Store

Returns:
The current state for the Store

clearState

void clearState()
Clears the value of 'state'

Field Description

The current state for the Store

See Also:
setState(SrvMonAppStoreBindingState)

hasState

boolean hasState()
Checks for the presence of 'state'

Field Description

The current state for the Store

See Also:
getState()

setSize

void setSize(int val)
Sets the value of 'size'

Field Description

The number of objects in the store.

Parameters:
val - The value to set.

getSize

int getSize()
Gets the value of 'size'

Field Description

The number of objects in the store.

Returns:
The number of objects in the store.

clearSize

void clearSize()
Clears the value of 'size'

Field Description

The number of objects in the store.

See Also:
setSize(int)

hasSize

boolean hasSize()
Checks for the presence of 'size'

Field Description

The number of objects in the store.

See Also:
getSize()

setNumCommitsSent

void setNumCommitsSent(long val)
Sets the value of 'numCommitsSent'

Field Description

The number of committed transactions replicated by the store.

Parameters:
val - The value to set.

getNumCommitsSent

long getNumCommitsSent()
Gets the value of 'numCommitsSent'

Field Description

The number of committed transactions replicated by the store.

Returns:
The number of committed transactions replicated by the store.

clearNumCommitsSent

void clearNumCommitsSent()
Clears the value of 'numCommitsSent'

Field Description

The number of committed transactions replicated by the store.

See Also:
setNumCommitsSent(long)

hasNumCommitsSent

boolean hasNumCommitsSent()
Checks for the presence of 'numCommitsSent'

Field Description

The number of committed transactions replicated by the store.

See Also:
getNumCommitsSent()

setNumCommitEntriesSent

void setNumCommitEntriesSent(long val)
Sets the value of 'numCommitEntriesSent'

Field Description

The number of committed entries replicated by the store.

Parameters:
val - The value to set.

getNumCommitEntriesSent

long getNumCommitEntriesSent()
Gets the value of 'numCommitEntriesSent'

Field Description

The number of committed entries replicated by the store.

Returns:
The number of committed entries replicated by the store.

clearNumCommitEntriesSent

void clearNumCommitEntriesSent()
Clears the value of 'numCommitEntriesSent'

Field Description

The number of committed entries replicated by the store.

See Also:
setNumCommitEntriesSent(long)

hasNumCommitEntriesSent

boolean hasNumCommitEntriesSent()
Checks for the presence of 'numCommitEntriesSent'

Field Description

The number of committed entries replicated by the store.

See Also:
getNumCommitEntriesSent()

setNumCommitsReceived

void setNumCommitsReceived(long val)
Sets the value of 'numCommitsReceived'

Field Description

The number of committed transactions replicated to this store.

Parameters:
val - The value to set.

getNumCommitsReceived

long getNumCommitsReceived()
Gets the value of 'numCommitsReceived'

Field Description

The number of committed transactions replicated to this store.

Returns:
The number of committed transactions replicated to this store.

clearNumCommitsReceived

void clearNumCommitsReceived()
Clears the value of 'numCommitsReceived'

Field Description

The number of committed transactions replicated to this store.

See Also:
setNumCommitsReceived(long)

hasNumCommitsReceived

boolean hasNumCommitsReceived()
Checks for the presence of 'numCommitsReceived'

Field Description

The number of committed transactions replicated to this store.

See Also:
getNumCommitsReceived()

setNumCommitEntriesReceived

void setNumCommitEntriesReceived(long val)
Sets the value of 'numCommitEntriesReceived'

Field Description

The number of committed entries replicated to this store.

Parameters:
val - The value to set.

getNumCommitEntriesReceived

long getNumCommitEntriesReceived()
Gets the value of 'numCommitEntriesReceived'

Field Description

The number of committed entries replicated to this store.

Returns:
The number of committed entries replicated to this store.

clearNumCommitEntriesReceived

void clearNumCommitEntriesReceived()
Clears the value of 'numCommitEntriesReceived'

Field Description

The number of committed entries replicated to this store.

See Also:
setNumCommitEntriesReceived(long)

hasNumCommitEntriesReceived

boolean hasNumCommitEntriesReceived()
Checks for the presence of 'numCommitEntriesReceived'

Field Description

The number of committed entries replicated to this store.

See Also:
getNumCommitEntriesReceived()

setNumCommitCompletionsSent

void setNumCommitCompletionsSent(long val)
Sets the value of 'numCommitCompletionsSent'

Field Description

The number of commit acknowledgements sent by this store member to the leader.

Parameters:
val - The value to set.

getNumCommitCompletionsSent

long getNumCommitCompletionsSent()
Gets the value of 'numCommitCompletionsSent'

Field Description

The number of commit acknowledgements sent by this store member to the leader.

Returns:
The number of commit acknowledgements sent by this store member to the leader.

clearNumCommitCompletionsSent

void clearNumCommitCompletionsSent()
Clears the value of 'numCommitCompletionsSent'

Field Description

The number of commit acknowledgements sent by this store member to the leader.

See Also:
setNumCommitCompletionsSent(long)

hasNumCommitCompletionsSent

boolean hasNumCommitCompletionsSent()
Checks for the presence of 'numCommitCompletionsSent'

Field Description

The number of commit acknowledgements sent by this store member to the leader.

See Also:
getNumCommitCompletionsSent()

setNumCommitCompletionsReceived

void setNumCommitCompletionsReceived(long val)
Sets the value of 'numCommitCompletionsReceived'

Field Description

The number of commit acknowledgements received by this store member from followers.

Parameters:
val - The value to set.

getNumCommitCompletionsReceived

long getNumCommitCompletionsReceived()
Gets the value of 'numCommitCompletionsReceived'

Field Description

The number of commit acknowledgements received by this store member from followers.

Returns:
The number of commit acknowledgements received by this store member from followers.

clearNumCommitCompletionsReceived

void clearNumCommitCompletionsReceived()
Clears the value of 'numCommitCompletionsReceived'

Field Description

The number of commit acknowledgements received by this store member from followers.

See Also:
setNumCommitCompletionsReceived(long)

hasNumCommitCompletionsReceived

boolean hasNumCommitCompletionsReceived()
Checks for the presence of 'numCommitCompletionsReceived'

Field Description

The number of commit acknowledgements received by this store member from followers.

See Also:
getNumCommitCompletionsReceived()

setICRRole

void setICRRole(SrvMonAppStoreICRRole val)
Sets the value of 'ICRRole'

Field Description

The store's ICR Role.

Parameters:
val - The value to set.

getICRRole

SrvMonAppStoreICRRole getICRRole()
Gets the value of 'ICRRole'

Field Description

The store's ICR Role.

Returns:
The store's ICR Role.

clearICRRole

void clearICRRole()
Clears the value of 'ICRRole'

Field Description

The store's ICR Role.

See Also:
setICRRole(SrvMonAppStoreICRRole)

hasICRRole

boolean hasICRRole()
Checks for the presence of 'ICRRole'

Field Description

The store's ICR Role.

See Also:
getICRRole()

setSerializeLatencies

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').

Parameters:
val - The value to set.

lendSerializeLatencies

void lendSerializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's').

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.

Parameters:
val - the value to 'lend' to lend.

getSerializeLatencies

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').

Returns:
The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's').

getSerializeLatenciesTo

void getSerializeLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeSerializeLatencies

SrvMonIntSeries takeSerializeLatencies()
'Takes' a reference to the serializeLatencies field from the message.

Field Description

The amount of time spent serializing transaction entries in preparation of replication / and persistence (aka 's').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasSerializeLatencies

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').

See Also:
getSerializeLatencies()

clearSerializeLatencies

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').

See Also:
setSerializeLatencies(SrvMonIntSeries)

setSerializeToWireLatencies

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').

Parameters:
val - The value to set.

lendSerializeToWireLatencies

void lendSerializeToWireLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w').

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.

Parameters:
val - the value to 'lend' to lend.

getSerializeToWireLatencies

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').

Returns:
The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w').

getSerializeToWireLatenciesTo

void getSerializeToWireLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeSerializeToWireLatencies

SrvMonIntSeries takeSerializeToWireLatencies()
'Takes' a reference to the serializeToWireLatencies field from the message.

Field Description

The time between serializing transaction entries to the last entry being written to the wire (but not stabilized) for replication (aka 's2w').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasSerializeToWireLatencies

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').

See Also:
getSerializeToWireLatencies()

clearSerializeToWireLatencies

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').

See Also:
setSerializeToWireLatencies(SrvMonIntSeries)

setSerializeToPersistLatencies

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').

Parameters:
val - The value to set.

lendSerializeToPersistLatencies

void lendSerializeToPersistLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

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').

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.

Parameters:
val - the value to 'lend' to lend.

getSerializeToPersistLatencies

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').

Returns:
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').

getSerializeToPersistLatenciesTo

void getSerializeToPersistLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeSerializeToPersistLatencies

SrvMonIntSeries takeSerializeToPersistLatencies()
'Takes' a reference to the serializeToPersistLatencies field from the message.

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').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasSerializeToPersistLatencies

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').

See Also:
getSerializeToPersistLatencies()

clearSerializeToPersistLatencies

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').

See Also:
setSerializeToPersistLatencies(SrvMonIntSeries)

setWireLatencies

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. 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.

Parameters:
val - The value to set.

lendWireLatencies

void lendWireLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

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. 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.

Parameters:
val - the value to 'lend' to lend.

getWireLatencies

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. 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.

Returns:
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')

getWireLatenciesTo

void getWireLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeWireLatencies

SrvMonIntSeries takeWireLatencies()
'Takes' a reference to the wireLatencies field from the message.

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. 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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasWireLatencies

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. 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.

See Also:
getWireLatencies()

clearWireLatencies

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. 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.

See Also:
setWireLatencies(SrvMonIntSeries)

setWireToDeserializeLatencies

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').

Parameters:
val - The value to set.

lendWireToDeserializeLatencies

void lendWireToDeserializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

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').

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.

Parameters:
val - the value to 'lend' to lend.

getWireToDeserializeLatencies

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').

Returns:
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').

getWireToDeserializeLatenciesTo

void getWireToDeserializeLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeWireToDeserializeLatencies

SrvMonIntSeries takeWireToDeserializeLatencies()
'Takes' a reference to the wireToDeserializeLatencies field from the message.

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').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasWireToDeserializeLatencies

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').

See Also:
getWireToDeserializeLatencies()

clearWireToDeserializeLatencies

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').

See Also:
setWireToDeserializeLatencies(SrvMonIntSeries)

setDeserializeLatencies

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').

Parameters:
val - The value to set.

lendDeserializeLatencies

void lendDeserializeLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

The time spent deserializing a transactions entries (by a backup store member) (aka 'd').

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.

Parameters:
val - the value to 'lend' to lend.

getDeserializeLatencies

SrvMonIntSeries getDeserializeLatencies()
Gets the value of 'deserializeLatencies'

Field Description

The time spent deserializing a transactions entries (by a backup store member) (aka 'd').

Returns:
The time spent deserializing a transactions entries (by a backup store member) (aka 'd').

getDeserializeLatenciesTo

void getDeserializeLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeDeserializeLatencies

SrvMonIntSeries takeDeserializeLatencies()
'Takes' a reference to the deserializeLatencies field from the message.

Field Description

The time spent deserializing a transactions entries (by a backup store member) (aka 'd').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasDeserializeLatencies

boolean hasDeserializeLatencies()
Checks for the presence of 'deserializeLatencies'

Field Description

The time spent deserializing a transactions entries (by a backup store member) (aka 'd').

See Also:
getDeserializeLatencies()

clearDeserializeLatencies

void clearDeserializeLatencies()
Clears the value of 'deserializeLatencies'

Field Description

The time spent deserializing a transactions entries (by a backup store member) (aka 'd').

See Also:
setDeserializeLatencies(SrvMonIntSeries)

setPersistLatencies

void setPersistLatencies(SrvMonIntSeries val)
Sets the value of 'persistLatencies'

Field Description

The amount of time spent persisting transaction entries to disk (aka 'per').

Parameters:
val - The value to set.

lendPersistLatencies

void lendPersistLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

The amount of time spent persisting transaction entries to disk (aka 'per').

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.

Parameters:
val - the value to 'lend' to lend.

getPersistLatencies

SrvMonIntSeries getPersistLatencies()
Gets the value of 'persistLatencies'

Field Description

The amount of time spent persisting transaction entries to disk (aka 'per').

Returns:
The amount of time spent persisting transaction entries to disk (aka 'per').

getPersistLatenciesTo

void getPersistLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takePersistLatencies

SrvMonIntSeries takePersistLatencies()
'Takes' a reference to the persistLatencies field from the message.

Field Description

The amount of time spent persisting transaction entries to disk (aka 'per').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasPersistLatencies

boolean hasPersistLatencies()
Checks for the presence of 'persistLatencies'

Field Description

The amount of time spent persisting transaction entries to disk (aka 'per').

See Also:
getPersistLatencies()

clearPersistLatencies

void clearPersistLatencies()
Clears the value of 'persistLatencies'

Field Description

The amount of time spent persisting transaction entries to disk (aka 'per').

See Also:
setPersistLatencies(SrvMonIntSeries)

setIcrSendLatencies

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').

Parameters:
val - The value to set.

lendIcrSendLatencies

void lendIcrSendLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

The amount of time spent sending transaction entries through an ICR receiver (aka 'icr').

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.

Parameters:
val - the value to 'lend' to lend.

getIcrSendLatencies

SrvMonIntSeries getIcrSendLatencies()
Gets the value of 'icrSendLatencies'

Field Description

The amount of time spent sending transaction entries through an ICR receiver (aka 'icr').

Returns:
The amount of time spent sending transaction entries through an ICR receiver (aka 'icr').

getIcrSendLatenciesTo

void getIcrSendLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeIcrSendLatencies

SrvMonIntSeries takeIcrSendLatencies()
'Takes' a reference to the icrSendLatencies field from the message.

Field Description

The amount of time spent sending transaction entries through an ICR receiver (aka 'icr').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasIcrSendLatencies

boolean hasIcrSendLatencies()
Checks for the presence of 'icrSendLatencies'

Field Description

The amount of time spent sending transaction entries through an ICR receiver (aka 'icr').

See Also:
getIcrSendLatencies()

clearIcrSendLatencies

void clearIcrSendLatencies()
Clears the value of 'icrSendLatencies'

Field Description

The amount of time spent sending transaction entries through an ICR receiver (aka 'icr').

See Also:
setIcrSendLatencies(SrvMonIntSeries)

setIndexLatencies

void setIndexLatencies(SrvMonIntSeries val)
Sets the value of 'indexLatencies'

Field Description

Latencies statistics for store object indexing (if enabled) (aka 'idx').

Parameters:
val - The value to set.

lendIndexLatencies

void lendIndexLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

Latencies statistics for store object indexing (if enabled) (aka 'idx').

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.

Parameters:
val - the value to 'lend' to lend.

getIndexLatencies

SrvMonIntSeries getIndexLatencies()
Gets the value of 'indexLatencies'

Field Description

Latencies statistics for store object indexing (if enabled) (aka 'idx').

Returns:
Latencies statistics for store object indexing (if enabled) (aka 'idx').

getIndexLatenciesTo

void getIndexLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeIndexLatencies

SrvMonIntSeries takeIndexLatencies()
'Takes' a reference to the indexLatencies field from the message.

Field Description

Latencies statistics for store object indexing (if enabled) (aka 'idx').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasIndexLatencies

boolean hasIndexLatencies()
Checks for the presence of 'indexLatencies'

Field Description

Latencies statistics for store object indexing (if enabled) (aka 'idx').

See Also:
getIndexLatencies()

clearIndexLatencies

void clearIndexLatencies()
Clears the value of 'indexLatencies'

Field Description

Latencies statistics for store object indexing (if enabled) (aka 'idx').

See Also:
setIndexLatencies(SrvMonIntSeries)

setCommitLatencies

void setCommitLatencies(SrvMonIntSeries val)
Sets the value of 'commitLatencies'

Field Description

Latencies statistics for transaction commit (aka 'c').

The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.

Parameters:
val - The value to set.

lendCommitLatencies

void lendCommitLatencies(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

Latencies statistics for transaction commit (aka 'c').

The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.

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.

Parameters:
val - the value to 'lend' to lend.

getCommitLatencies

SrvMonIntSeries getCommitLatencies()
Gets the value of 'commitLatencies'

Field Description

Latencies statistics for transaction commit (aka 'c').

The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.

Returns:
Latencies statistics for transaction commit (aka 'c').

getCommitLatenciesTo

void getCommitLatenciesTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeCommitLatencies

SrvMonIntSeries takeCommitLatencies()
'Takes' a reference to the commitLatencies field from the message.

Field Description

Latencies statistics for transaction commit (aka 'c').

The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasCommitLatencies

boolean hasCommitLatencies()
Checks for the presence of 'commitLatencies'

Field Description

Latencies statistics for transaction commit (aka 'c').

The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.

See Also:
getCommitLatencies()

clearCommitLatencies

void clearCommitLatencies()
Clears the value of 'commitLatencies'

Field Description

Latencies statistics for transaction commit (aka 'c').

The commit latency records the latency from commit start to the commit being stabilized to follower members and / or to disk.

See Also:
setCommitLatencies(SrvMonIntSeries)

setCommitQueueSize

void setCommitQueueSize(SrvMonIntSeries val)
Sets the value of 'commitQueueSize'

Field Description

The number of entries commited per commit (aka 'cqs').

Parameters:
val - The value to set.

lendCommitQueueSize

void lendCommitQueueSize(SrvMonIntSeries val)
'Lends' a reference of the SrvMonIntSeries to the message for this field.

Field Description

The number of entries commited per commit (aka 'cqs').

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.

Parameters:
val - the value to 'lend' to lend.

getCommitQueueSize

SrvMonIntSeries getCommitQueueSize()
Gets the value of 'commitQueueSize'

Field Description

The number of entries commited per commit (aka 'cqs').

Returns:
The number of entries commited per commit (aka 'cqs').

getCommitQueueSizeTo

void getCommitQueueSizeTo(SrvMonIntSeries val)
Copies the value of SrvMonIntSeries into the provided value.

IF the value is not set, then the contents of the provided SrvMonIntSeries are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonIntSeries.copyInto(SrvMonIntSeries)

takeCommitQueueSize

SrvMonIntSeries takeCommitQueueSize()
'Takes' a reference to the commitQueueSize field from the message.

Field Description

The number of entries commited per commit (aka 'cqs').

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasCommitQueueSize

boolean hasCommitQueueSize()
Checks for the presence of 'commitQueueSize'

Field Description

The number of entries commited per commit (aka 'cqs').

See Also:
getCommitQueueSize()

clearCommitQueueSize

void clearCommitQueueSize()
Clears the value of 'commitQueueSize'

Field Description

The number of entries commited per commit (aka 'cqs').

See Also:
setCommitQueueSize(SrvMonIntSeries)

setPersisterStats

void setPersisterStats(SrvMonAppStoreBindingPersisterStats val)
Sets the value of 'persisterStats'

Field Description

When configured with a persister, the persister stats.

Parameters:
val - The value to set.

lendPersisterStats

void lendPersisterStats(SrvMonAppStoreBindingPersisterStats val)
'Lends' a reference of the SrvMonAppStoreBindingPersisterStats to the message for this field.

Field Description

When configured with a persister, the persister stats.

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.

Parameters:
val - the value to 'lend' to lend.

getPersisterStats

SrvMonAppStoreBindingPersisterStats getPersisterStats()
Gets the value of 'persisterStats'

Field Description

When configured with a persister, the persister stats.

Returns:
When configured with a persister, the persister stats.

getPersisterStatsTo

void getPersisterStatsTo(SrvMonAppStoreBindingPersisterStats val)
Copies the value of SrvMonAppStoreBindingPersisterStats into the provided value.

IF the value is not set, then the contents of the provided SrvMonAppStoreBindingPersisterStats are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonAppStoreBindingPersisterStats.copyInto(SrvMonAppStoreBindingPersisterStats)

takePersisterStats

SrvMonAppStoreBindingPersisterStats takePersisterStats()
'Takes' a reference to the persisterStats field from the message.

Field Description

When configured with a persister, the persister stats.

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasPersisterStats

boolean hasPersisterStats()
Checks for the presence of 'persisterStats'

Field Description

When configured with a persister, the persister stats.

See Also:
getPersisterStats()

clearPersisterStats

void clearPersisterStats()
Clears the value of 'persisterStats'

Field Description

When configured with a persister, the persister stats.

See Also:
setPersisterStats(SrvMonAppStoreBindingPersisterStats)

setICRSenderStats

void setICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
Sets the value of 'ICRSenderStats'

Field Description

When configured with an ICR Sender, the ICR sender stats.

Parameters:
val - The value to set.

lendICRSenderStats

void lendICRSenderStats(SrvMonAppStoreBindingICRSenderStats val)
'Lends' a reference of the SrvMonAppStoreBindingICRSenderStats to the message for this field.

Field Description

When configured with an ICR Sender, the ICR sender stats.

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.

Parameters:
val - the value to 'lend' to lend.

getICRSenderStats

SrvMonAppStoreBindingICRSenderStats getICRSenderStats()
Gets the value of 'ICRSenderStats'

Field Description

When configured with an ICR Sender, the ICR sender stats.

Returns:
When configured with an ICR Sender, the ICR sender stats.

getICRSenderStatsTo

void getICRSenderStatsTo(SrvMonAppStoreBindingICRSenderStats val)
Copies the value of SrvMonAppStoreBindingICRSenderStats into the provided value.

IF the value is not set, then the contents of the provided SrvMonAppStoreBindingICRSenderStats are cleared.

Parameters:
val - the value to copy into
See Also:
SrvMonAppStoreBindingICRSenderStats.copyInto(SrvMonAppStoreBindingICRSenderStats)

takeICRSenderStats

SrvMonAppStoreBindingICRSenderStats takeICRSenderStats()
'Takes' a reference to the ICRSenderStats field from the message.

Field Description

When configured with an ICR Sender, the ICR sender stats.

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.

Returns:
a 'taken' reference to the field or null if the field is not set.

hasICRSenderStats

boolean hasICRSenderStats()
Checks for the presence of 'ICRSenderStats'

Field Description

When configured with an ICR Sender, the ICR sender stats.

See Also:
getICRSenderStats()

clearICRSenderStats

void clearICRSenderStats()
Clears the value of 'ICRSenderStats'

Field Description

When configured with an ICR Sender, the ICR sender stats.

See Also:
setICRSenderStats(SrvMonAppStoreBindingICRSenderStats)


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.