Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
protected AverageMinMax |
avg |
protected short |
id |
protected CountDownLatch |
latch |
protected int |
print |
protected Promise<Boolean> |
promise |
protected byte[] |
req_buf |
protected AtomicInteger |
sent_msgs |
protected Address |
target |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
Sender(short id,
CountDownLatch latch,
AtomicInteger sent_msgs,
Address target) |
Modifier and Type | Method and Description |
---|---|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
protected final short id
protected final byte[] req_buf
protected final CountDownLatch latch
protected final AtomicInteger sent_msgs
protected final int print
protected final Address target
protected final AverageMinMax avg
public Sender(short id, CountDownLatch latch, AtomicInteger sent_msgs, Address target)
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.