|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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 ISrvMonAppStoreBindingICRSenderStats
Holds stats for a store's Inter Cluster Replication sender.
Method Summary | |
---|---|
void |
clearDetachedSend()
Clears the value of 'detachedSend' Field Description Indicates if the ICR sender is operating in detached mode. |
void |
clearDisruptorStats()
Clears the value of 'disruptorStats' Field Description The disruptor stats for an ICR sender operating in detached mode. |
void |
clearNumCommits()
Clears the value of 'numCommits' Field Description The number of commits recorded by the sender. |
void |
clearNumForks()
Clears the value of 'numForks' Field Description The number of forked packets persisted. |
void |
clearNumPutsRecorded()
Clears the value of 'numPutsRecorded' Field Description The number of puts recorded by the sender. |
void |
clearNumRemovesRecorded()
Clears the value of 'numRemovesRecorded' Field Description The number of removes recorded by the sender. |
void |
clearNumSendsRecorded()
Clears the value of 'numSendsRecorded' Field Description The number of sends recorded by the sender. |
void |
clearNumUpdatesRecorded()
Clears the value of 'numUpdatesRecorded' Field Description The number of updates recorded by the sender. |
boolean |
getDetachedSend()
Gets the value of 'detachedSend' Field Description Indicates if the ICR sender is operating in detached mode. |
SrvMonDisruptorStats |
getDisruptorStats()
Gets the value of 'disruptorStats' Field Description The disruptor stats for an ICR sender operating in detached mode. |
void |
getDisruptorStatsTo(SrvMonDisruptorStats val)
Copies the value of SrvMonDisruptorStats into the provided value. |
long |
getNumCommits()
Gets the value of 'numCommits' Field Description The number of commits recorded by the sender. |
long |
getNumForks()
Gets the value of 'numForks' Field Description The number of forked packets persisted. |
long |
getNumPutsRecorded()
Gets the value of 'numPutsRecorded' Field Description The number of puts recorded by the sender. |
long |
getNumRemovesRecorded()
Gets the value of 'numRemovesRecorded' Field Description The number of removes recorded by the sender. |
long |
getNumSendsRecorded()
Gets the value of 'numSendsRecorded' Field Description The number of sends recorded by the sender. |
long |
getNumUpdatesRecorded()
Gets the value of 'numUpdatesRecorded' Field Description The number of updates recorded by the sender. |
boolean |
hasDetachedSend()
Checks for the presence of 'detachedSend' Field Description Indicates if the ICR sender is operating in detached mode. |
boolean |
hasDisruptorStats()
Checks for the presence of 'disruptorStats' Field Description The disruptor stats for an ICR sender operating in detached mode. |
boolean |
hasNumCommits()
Checks for the presence of 'numCommits' Field Description The number of commits recorded by the sender. |
boolean |
hasNumForks()
Checks for the presence of 'numForks' Field Description The number of forked packets persisted. |
boolean |
hasNumPutsRecorded()
Checks for the presence of 'numPutsRecorded' Field Description The number of puts recorded by the sender. |
boolean |
hasNumRemovesRecorded()
Checks for the presence of 'numRemovesRecorded' Field Description The number of removes recorded by the sender. |
boolean |
hasNumSendsRecorded()
Checks for the presence of 'numSendsRecorded' Field Description The number of sends recorded by the sender. |
boolean |
hasNumUpdatesRecorded()
Checks for the presence of 'numUpdatesRecorded' Field Description The number of updates recorded by the sender. |
void |
lendDisruptorStats(SrvMonDisruptorStats val)
'Lends' a reference of the SrvMonDisruptorStats to the message for this field. |
void |
setDetachedSend(boolean val)
Sets the value of 'detachedSend' Field Description Indicates if the ICR sender is operating in detached mode. |
void |
setDisruptorStats(SrvMonDisruptorStats val)
Sets the value of 'disruptorStats' Field Description The disruptor stats for an ICR sender operating in detached mode. |
void |
setNumCommits(long val)
Sets the value of 'numCommits' Field Description The number of commits recorded by the sender. |
void |
setNumForks(long val)
Sets the value of 'numForks' Field Description The number of forked packets persisted. |
void |
setNumPutsRecorded(long val)
Sets the value of 'numPutsRecorded' Field Description The number of puts recorded by the sender. |
void |
setNumRemovesRecorded(long val)
Sets the value of 'numRemovesRecorded' Field Description The number of removes recorded by the sender. |
void |
setNumSendsRecorded(long val)
Sets the value of 'numSendsRecorded' Field Description The number of sends recorded by the sender. |
void |
setNumUpdatesRecorded(long val)
Sets the value of 'numUpdatesRecorded' Field Description The number of updates recorded by the sender. |
SrvMonDisruptorStats |
takeDisruptorStats()
'Takes' a reference to the disruptorStats field from the message. |
Methods inherited from interface com.neeve.rog.IRogValidatable |
---|
getValidationErrors, isValid |
Method Detail |
---|
void setNumPutsRecorded(long val)
val
- The value to set.long getNumPutsRecorded()
void clearNumPutsRecorded()
setNumPutsRecorded(long)
boolean hasNumPutsRecorded()
getNumPutsRecorded()
void setNumUpdatesRecorded(long val)
val
- The value to set.long getNumUpdatesRecorded()
void clearNumUpdatesRecorded()
setNumUpdatesRecorded(long)
boolean hasNumUpdatesRecorded()
getNumUpdatesRecorded()
void setNumRemovesRecorded(long val)
val
- The value to set.long getNumRemovesRecorded()
void clearNumRemovesRecorded()
setNumRemovesRecorded(long)
boolean hasNumRemovesRecorded()
getNumRemovesRecorded()
void setNumSendsRecorded(long val)
val
- The value to set.long getNumSendsRecorded()
void clearNumSendsRecorded()
setNumSendsRecorded(long)
boolean hasNumSendsRecorded()
getNumSendsRecorded()
void setNumCommits(long val)
val
- The value to set.long getNumCommits()
void clearNumCommits()
setNumCommits(long)
boolean hasNumCommits()
getNumCommits()
void setDetachedSend(boolean val)
val
- The value to set.boolean getDetachedSend()
void clearDetachedSend()
setDetachedSend(boolean)
boolean hasDetachedSend()
getDetachedSend()
void setNumForks(long val)
val
- The value to set.long getNumForks()
void clearNumForks()
setNumForks(long)
boolean hasNumForks()
getNumForks()
void setDisruptorStats(SrvMonDisruptorStats val)
val
- The value to set.void lendDisruptorStats(SrvMonDisruptorStats val)
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.
val
- the value to 'lend' to lend.SrvMonDisruptorStats getDisruptorStats()
void getDisruptorStatsTo(SrvMonDisruptorStats val)
IF the value is not set, then the contents of the provided SrvMonDisruptorStats are cleared.
val
- the value to copy intoSrvMonDisruptorStats.copyInto(SrvMonDisruptorStats)
SrvMonDisruptorStats takeDisruptorStats()
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.
null
if the field is not set.boolean hasDisruptorStats()
getDisruptorStats()
void clearDisruptorStats()
setDisruptorStats(SrvMonDisruptorStats)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |