|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.lbm.LBMEventQueueStatistics
public class LBMEventQueueStatistics
UM EventQueue Statistics
| Constructor Summary | |
|---|---|
LBMEventQueueStatistics()
Instantiate an empty object containing no statistics. |
|
LBMEventQueueStatistics(LBMEventQueue evq)
Instantiate an object containing the current set of event queue statistics for a given UM Event Queue. |
|
| Method Summary | |
|---|---|
long |
callbackEvents()
Number of callback events currently in the event queue, i.e., a snapshot. |
long |
callbackEventsMaximumServiceTime()
Maximum service time for callback events (in microseconds). |
long |
callbackEventsMeanServiceTime()
Mean service time for callback events (in microseconds). |
long |
callbackEventsMinimumServiceTime()
Minimum service time for callback events (in microseconds). |
long |
callbackEventsTotal()
Total accumulated number of callback events that have been added to the event queue even if subsequently de-queued) since last reset. |
long |
cancelEvents()
Number of cancel events currently in the event queue, i.e., a snapshot. |
long |
cancelEventsMaximumServiceTime()
Maximum service time for cancel events. |
long |
cancelEventsMeanServiceTime()
Mean service time for cancel events. |
long |
cancelEventsMinimumServiceTime()
Minimum service time for cancel events. |
long |
cancelEventsTotal()
Total accumulated number of cancel events that have been added to the event queue (even if subsequently de-queued) since last reset. |
long |
contextSourceEvents()
Number of context source events currently in the event queue, i.e., a snapshot. |
long |
contextSourceEventsMaximumServiceTime()
Maximum service time for context source events (in microseconds). |
long |
contextSourceEventsMeanServiceTime()
Mean service time for context source events (in microseconds). |
long |
contextSourceEventsMinimumServiceTime()
Minimum service time for context source events (in microseconds). |
long |
contextSourceEventsTotal()
Total accumulated number of context source events that have been added to the event queue (even if subsequently de-queued) since last reset. |
long |
dataMessages()
Number of data messages currently in the event queue, i.e., a snapshot. |
long |
dataMessagesMaximumServiceTime()
Maximum service time for data messages (in microseconds). |
long |
dataMessagesMeanServiceTime()
Mean service time for data messages (in microseconds). |
long |
dataMessagesMinimumServiceTime()
Minimum service time for data messages (in microseconds). |
long |
dataMessagesTotal()
Total accumulated number of data messages that have been added to the event queue (even if subsequently de-queued) since last reset. |
void |
dispose()
Free memory associated with this set of statistics. |
long |
events()
Total number of events (including messages) currently in the event queue, i.e., a snapshot. |
long |
eventsTotal()
Total accumulated number of events (including messages) that have been added to the event queue (even if subsequently de-queued) since last reset. |
protected void |
finalize()
|
java.lang.String |
getApplicationSourceId()
Retrieve the application source identifier associated with this set of statistics. |
long |
getContextId()
Retrieve the sending context ID associated with this set of statistics. |
long |
getProcessId()
Retrieve the sending process ID associated with this set of statistics. |
java.net.InetAddress |
getSender()
Retrieve the IP sender address associated with this set of statistics. |
java.util.Date |
getTimestamp()
Retrieve the timestamp associated with this set of statistics. |
long |
ioEvents()
Number of I/O events currently in the event queue, i.e., a snapshot. |
long |
ioEventsMaximumServiceTime()
Maximum service time for I/O events (in microseconds). |
long |
ioEventsMeanServiceTime()
Mean service time for I/O events (in microseconds). |
long |
ioEventsMinimumServiceTime()
Minimum Service Time for I/O Events (in microseconds). |
long |
ioEventsTotal()
Total accumulated number of I/O events that have been added to the event queue (even if subsequently de-queued) since last reset. |
long |
maximumAge()
Maximum age of event queue entry when dequeued (in microseconds). |
long |
meanAge()
Mean age of event queue entries when dequeued (in microseconds). |
long |
minimumAge()
Minimum age of event queue entry when dequeued (in microseconds). |
void |
refresh(LBMEventQueue evq)
Refresh event queue statistics for a given LBMEventQueue |
long |
responseMessages()
Number of response messages (from receiver objects) currently in the event queue, i.e., a snapshot. |
long |
responseMessagesMaximumServiceTime()
Maximum service time for response messages (in microseconds). |
long |
responseMessagesMeanServiceTime()
Mean service time for response messages (in microseconds). |
long |
responseMessagesMinimumServiceTime()
Minimum service time for response messages (in microseconds). |
long |
responseMessagesTotal()
Total accumulated number of response messages that have been added to the event queue (even if subsequently de-queued) since last reset. |
protected void |
setApplicationSourceId(java.lang.String appid)
|
protected void |
setContextId(long cid)
|
protected void |
setProcessId(long pid)
|
protected void |
setSender(long ip)
|
protected void |
setTimestamp(long ts)
|
long |
sourceEvents()
Number of source events currently in the event queue, i.e., a snapshot. |
long |
sourceEventsMaximumServiceTime()
Maximum service time for source events (in microseconds). |
long |
sourceEventsMeanServiceTime()
Mean service time for source events (in microseconds). |
long |
sourceEventsMinimumServiceTime()
Minimum service time for source events (in microseconds). |
long |
sourceEventsTotal()
Total accumulated number of source events that have been added to the event queue (even if subsequently de-queued) since last reset. |
long |
timerEvents()
Number of timer events currently in the event queue, i.e., a snapshot. |
long |
timerEventsMaximumServiceTime()
Maximum service time for timer events (in microseconds). |
long |
timerEventsMeanServiceTime()
Mean service time for timer events (in microseconds). |
long |
timerEventsMinimumServiceTime()
Minimum service time for timer events (in microseconds). |
long |
timerEventsTotal()
Total accumulated number of timer events that have been added to the event queue (even if subsequently de-queued) since last reset. |
long |
topiclessImmediateMessages()
Number of topic-less Multicast Immediate Messaging (MIM) messages currently in the event queue, i.e., a snapshot. |
long |
topiclessImmediateMessagesMaximumServiceTime()
Maximum service time for topic-less Multicast Immediate Messaging (MIM) messages (in microseconds). |
long |
topiclessImmediateMessagesMeanServiceTime()
Mean service time for topic-less Multicast Immediate Messaging (MIM) messages (in microseconds). |
long |
topiclessImmediateMessagesMinimumServiceTime()
Minimum service time for topic-less Multicast Immediate Messaging (MIM) messages (in microseconds). |
long |
topiclessImmediateMessagesTotal()
Total accumulated number of topic-less Multicast Immediate Messaging (MIM) messages that have been added to the event queue (even if subsequently de-queued) since last reset. |
long |
unblockEvents()
Number of unblock events currently in the event queue, i.e., a snapshot. |
long |
unblockEventsTotal()
Total accumulated number of unblock events that have been added to the event queue (even if subsequently de-queued) since last reset. |
long |
wildcardReceiverMessages()
Number of wildcard receiver messages currently in the event queue, i.e., a snapshot. |
long |
wildcardReceiverMessagesMaximumServiceTime()
Maximum service time for wildcard receiver messages (in microseconds). |
long |
wildcardReceiverMessagesMeanServiceTime()
Mean service time for wildcard receiver messages (in microseconds). |
long |
wildcardReceiverMessagesMinimumServiceTime()
Minimum service time for wildcard receiver messages (in microseconds). |
long |
wildcardReceiverMessagesTotal()
Total accumulated number of wildcard receiver messages that have been added to the event queue (even if subsequently de-queued) since last reset. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LBMEventQueueStatistics()
public LBMEventQueueStatistics(LBMEventQueue evq)
throws LBMException
evq - LBMEventQueue object
LBMException - if any error occurred retrieving event queue statistics.refresh(com.latencybusters.lbm.LBMEventQueue)| Method Detail |
|---|
public void refresh(LBMEventQueue evq)
throws LBMException
evq - LBMEventQueue object
LBMException - if any error occurred retrieving event queue statistics.public void dispose()
protected void finalize()
finalize in class java.lang.Object
public long dataMessages()
throws LBMException
LBMException - if any error occurred retrieving data messages.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long dataMessagesTotal()
throws LBMException
LBMException - if any error occurred retrieving total data messages.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long dataMessagesMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving minimum service time.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long dataMessagesMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving mean service time.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long dataMessagesMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving maximum service time.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long responseMessages()
throws LBMException
LBMException - if any error occurred retrieving response messages.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long responseMessagesTotal()
throws LBMException
LBMException - if any error occurred retrieving total response messages.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long responseMessagesMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving minimum service time.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long responseMessagesMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving mean service time.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long responseMessagesMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving maximum service time.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long topiclessImmediateMessages()
throws LBMException
LBMException - if any error occurred retrieving topicless immediate messagesLBMEventQueueStatistics(LBMEventQueue),
LBM
public long topiclessImmediateMessagesTotal()
throws LBMException
LBMException - if any error occurred retrieving total topicless immediate messagesLBMEventQueueStatistics(LBMEventQueue),
LBM
public long topiclessImmediateMessagesMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving minimum service time.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long topiclessImmediateMessagesMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving mean service timeLBMEventQueueStatistics(LBMEventQueue),
LBM
public long topiclessImmediateMessagesMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving maximum service timeLBMEventQueueStatistics(LBMEventQueue),
LBM
public long wildcardReceiverMessages()
throws LBMException
LBMException - if any error occurred retrieving the number of wildcard messages enqueued.LBMEventQueueStatistics(LBMEventQueue),
LBM
public long wildcardReceiverMessagesTotal()
throws LBMException
LBMException - if any error occurred retrieving the total number of wildcard messagesLBMEventQueueStatistics(LBMEventQueue),
LBM
public long wildcardReceiverMessagesMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the minimum service time of wildcard messagesLBMEventQueueStatistics(LBMEventQueue),
LBM
public long wildcardReceiverMessagesMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the mean service time of wildcard messagesLBMEventQueueStatistics(LBMEventQueue),
LBM
public long wildcardReceiverMessagesMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the maximum service time of wildcard messagesLBMEventQueueStatistics(LBMEventQueue),
LBM
public long ioEvents()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long ioEventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long ioEventsMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long ioEventsMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long ioEventsMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long timerEvents()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long timerEventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long timerEventsMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long timerEventsMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long timerEventsMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long sourceEvents()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long sourceEventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long sourceEventsMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long sourceEventsMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long sourceEventsMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long unblockEvents()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long unblockEventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long cancelEvents()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long cancelEventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long cancelEventsMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long cancelEventsMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long cancelEventsMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long callbackEvents()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long callbackEventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long callbackEventsMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long callbackEventsMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long callbackEventsMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long contextSourceEvents()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long contextSourceEventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long contextSourceEventsMinimumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long contextSourceEventsMeanServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long contextSourceEventsMaximumServiceTime()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long events()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long eventsTotal()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long minimumAge()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long meanAge()
throws LBMException
LBMException - if any error occurred retrieving the statistics.
public long maximumAge()
throws LBMException
LBMException - if any error occurred retrieving the statistics.protected void setSender(long ip)
protected void setTimestamp(long ts)
protected void setApplicationSourceId(java.lang.String appid)
protected void setProcessId(long pid)
protected void setContextId(long cid)
public java.lang.String getApplicationSourceId()
public java.net.InetAddress getSender()
throws java.net.UnknownHostException
java.net.UnknownHostException - if IP address is of illegal length.public java.util.Date getTimestamp()
public long getProcessId()
public long getContextId()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||