Package org.jgroups.tests
Class RoundTrip.Sender
- java.lang.Object
-
- java.lang.Thread
-
- org.jgroups.tests.RoundTrip.Sender
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- RoundTrip
protected class RoundTrip.Sender extends java.lang.Thread
-
-
Field Summary
Fields Modifier and Type Field Description protected shortidprotected java.util.concurrent.CountDownLatchlatchprotected intprintprotected Promise<java.lang.Boolean>promiseprotected AverageMinMaxrttprotected java.util.concurrent.atomic.AtomicIntegersent_msgsprotected java.lang.Objecttarget
-
Constructor Summary
Constructors Constructor Description Sender(short id, java.util.concurrent.CountDownLatch latch, java.util.concurrent.atomic.AtomicInteger sent_msgs, java.lang.Object target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Field Detail
-
id
protected final short id
-
latch
protected final java.util.concurrent.CountDownLatch latch
-
sent_msgs
protected final java.util.concurrent.atomic.AtomicInteger sent_msgs
-
promise
protected final Promise<java.lang.Boolean> promise
-
print
protected final int print
-
target
protected final java.lang.Object target
-
rtt
protected final AverageMinMax rtt
-
-