Package org.apache.hadoop.hbase.ipc
Class IntegrationTestRpcClient
java.lang.Object
org.apache.hadoop.hbase.ipc.IntegrationTestRpcClient
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) class(package private) static class(package private) static class(package private) static class
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) static Stringprivate final org.apache.hadoop.conf.Configurationprivate static final org.slf4j.Loggerprivate int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?>createRpcClient(org.apache.hadoop.conf.Configuration conf, boolean isSyncClient) voidtestRpcWithChaosMonkey(boolean isSyncClient) voidvoidvoid
- 
Field Details- 
LOG
- 
conf
- 
numIterations
- 
BIG_PAYLOAD
 
- 
- 
Constructor Details- 
IntegrationTestRpcClientpublic IntegrationTestRpcClient()
 
- 
- 
Method Details- 
createRpcClientprotected org.apache.hadoop.hbase.ipc.AbstractRpcClient<?> createRpcClient(org.apache.hadoop.conf.Configuration conf, boolean isSyncClient) 
- 
testRpcWithWriteThread- Throws:
- IOException
- InterruptedException
 
- 
testRpcWithChaosMonkeyWithSyncClient- Throws:
- Throwable
 
- 
testRpcWithChaosMonkeyWithAsyncClient- Throws:
- Throwable
 
- 
testRpcWithChaosMonkey- Throws:
- Throwable
 
 
-