Package org.apache.hadoop.hbase.client
Class TestFastFail
java.lang.Object
org.apache.hadoop.hbase.client.TestFastFail
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static byte[]
private static final org.slf4j.Logger
org.junit.rules.TestName
private static byte[]
private static final Random
private static int
private static final int
private static final HBaseTestingUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate byte[]
longToByteArrayKey
(long rowKey) void
setUp()
static void
void
tearDown()
static void
void
void
-
Field Details
-
CLASS_RULE
-
LOG
-
TEST_UTIL
-
FAMILY
-
random
-
SLAVES
-
QUALIFIER
-
SLEEPTIME
- See Also:
-
name
-
-
Constructor Details
-
TestFastFail
public TestFastFail()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
setUp
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testFastFail
- Throws:
IOException
InterruptedException
-
testCallQueueTooBigExceptionDoesntTriggerPffe
- Throws:
Exception
-
longToByteArrayKey
-