static class IntegrationTestRpcClient.SimpleClient extends Thread
Thread.State, Thread.UncaughtExceptionHandler
Modifier and Type | Field and Description |
---|---|
(package private) IntegrationTestRpcClient.Cluster |
cluster |
(package private) AtomicReference<Throwable> |
exception |
(package private) String |
id |
(package private) long |
numCalls |
(package private) Random |
random |
(package private) org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> |
rpcClient |
(package private) AtomicBoolean |
running |
(package private) AtomicBoolean |
sending |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
SimpleClient(IntegrationTestRpcClient.Cluster cluster,
org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> rpcClient,
String id) |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
isSending() |
(package private) void |
rethrowException() |
void |
run() |
(package private) void |
stopRunning() |
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
org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> rpcClient
AtomicBoolean running
AtomicBoolean sending
AtomicReference<Throwable> exception
long numCalls
public SimpleClient(IntegrationTestRpcClient.Cluster cluster, org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> rpcClient, String id)
void stopRunning()
boolean isSending()
void rethrowException() throws Throwable
Throwable
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.