Package org.apache.hadoop.hbase.client
Class TestClientTimeouts
java.lang.Object
org.apache.hadoop.hbase.client.TestClientTimeouts
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static classBlocking rpc channel that goes via hbase rpc.private static classstatic classRpc Channel implementation with RandomTimeoutBlockingRpcChannel -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doublestatic final HBaseClassTestRuleprivate static AtomicIntegerprotected static intprivate static final HBaseTestingUtility -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Connectionstatic voidstatic voidvoidTest that a client that fails an RPC to the master retries properly and doesn't throw any unexpected exceptions.
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
SLAVES
-
CHANCE_OF_TIMEOUT
- See Also:
-
invokations
-
-
Constructor Details
-
TestClientTimeouts
public TestClientTimeouts()
-
-
Method Details