Package org.apache.hadoop.hbase.ipc
Class IntegrationTestRpcClient.SimpleClient
java.lang.Object
java.lang.Thread
org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient.SimpleClient
- All Implemented Interfaces:
- Runnable
- Enclosing class:
- IntegrationTestRpcClient
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.ThreadThread.State, Thread.UncaughtExceptionHandler
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) IntegrationTestRpcClient.Cluster(package private) AtomicReference<Throwable>(package private) String(package private) long(package private) org.apache.hadoop.hbase.ipc.AbstractRpcClient<?>(package private) AtomicBoolean(package private) AtomicBooleanFields inherited from class java.lang.ThreadMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
- 
Constructor SummaryConstructorsConstructorDescriptionSimpleClient(IntegrationTestRpcClient.Cluster cluster, org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> rpcClient, String id) 
- 
Method SummaryModifier and TypeMethodDescription(package private) boolean(package private) voidvoidrun()(package private) voidMethods inherited from class java.lang.ThreadactiveCount, 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
- 
Field Details
- 
Constructor Details- 
SimpleClientpublic SimpleClient(IntegrationTestRpcClient.Cluster cluster, org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> rpcClient, String id) 
 
- 
- 
Method Details