| |
|
| java.lang.Object java.lang.Thread org.jgroups.stack.UpHandler org.jgroups.protocols.PERF_TP
PERF_TP | public class PERF_TP extends Protocol (Code) | | Measures the time for a message to travel from the channel to the transport
author: Bela Ban version: $Id: PERF_TP.java,v 1.12.6.1 2007/04/27 08:03:51 belaban Exp $ |
Constructor Summary | |
public | PERF_TP() |
expected_msgs | long expected_msgs(Code) | | |
stopstart | long stopstart(Code) | | |
done | public boolean done()(Code) | | |
down | public void down(Event evt)(Code) | | Caller by the layer above this layer. Usually we just put this Message
into the send queue and let one or more worker threads handle it. A worker thread
then removes the Message from the send queue, performs a conversion and adds the
modified Message to the send queue of the layer below it, by calling Down).
|
getNumMessages | public long getNumMessages()(Code) | | |
getTotalTime | public long getTotalTime()(Code) | | |
reset | public void reset()(Code) | | |
setExpectedMessages | public void setExpectedMessages(long m)(Code) | | |
Fields inherited from org.jgroups.stack.UpHandler | final protected Log log(Code)(Java Doc)
|
|
|
|