public class TestFastFail extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestFastFail.CallQueueTooBigPffeInterceptor |
static class |
TestFastFail.MyPreemptiveFastFailInterceptor |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private static byte[] |
QUALIFIER |
private static Random |
random |
private static int |
SLAVES |
private static int |
SLEEPTIME |
private static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
TestFastFail() |
Modifier and Type | Method and Description |
---|---|
private byte[] |
longToByteArrayKey(long rowKey) |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testCallQueueTooBigExceptionDoesntTriggerPffe() |
void |
testFastFail() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private static byte[] FAMILY
private static int SLAVES
private static byte[] QUALIFIER
private static final int SLEEPTIME
public org.junit.rules.TestName name
public TestFastFail()
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
public void testFastFail() throws IOException, InterruptedException
IOException
InterruptedException
public void testCallQueueTooBigExceptionDoesntTriggerPffe() throws Exception
Exception
private byte[] longToByteArrayKey(long rowKey)
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.