Package org.apache.hadoop.hbase.client
Class TestClientTimeouts
java.lang.Object
org.apache.hadoop.hbase.client.TestClientTimeouts
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static class
Blocking rpc channel that goes via hbase rpc.private static class
static class
Rpc Channel implementation with RandomTimeoutBlockingRpcChannel -
Field Summary
Modifier and TypeFieldDescriptionprivate static final double
static final HBaseClassTestRule
private static AtomicInteger
protected static int
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.client.Connection
static void
static void
void
Test 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
-
invokations
-
CHANCE_OF_TIMEOUT
- See Also:
-
-
Constructor Details
-
TestClientTimeouts
public TestClientTimeouts()
-
-
Method Details