Package org.apache.hadoop.hbase.client
Class TestDropTimeoutRequest
java.lang.Object
org.apache.hadoop.hbase.client.TestDropTimeoutRequest
Test a drop timeout request. This test used to be in TestHCM but it has particulare requirements
-- i.e. one handler only -- so run it apart from the rest of TestHCM.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Coprocessor that sleeps a while the first time you do a Get -
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final byte[]
private static final org.slf4j.Logger
org.junit.rules.TestName
private static final int
private static final HBaseTestingUtil
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
void
-
Field Details
-
CLASS_RULE
-
name
-
LOG
-
TEST_UTIL
-
FAM_NAM
-
RPC_RETRY
- See Also:
-
-
Constructor Details
-
TestDropTimeoutRequest
public TestDropTimeoutRequest()
-
-
Method Details