public class TestClientOperationInterrupt extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestClientOperationInterrupt.TestCoprocessor |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
conf |
private static byte[] |
dummy |
private static org.slf4j.Logger |
LOG |
private static byte[] |
row1 |
private static org.apache.hadoop.hbase.TableName |
tableName |
private static byte[] |
test |
private static HBaseTestingUtility |
util |
Constructor and Description |
---|
TestClientOperationInterrupt() |
Modifier and Type | Method and Description |
---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testInterrupt50Percent() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static HBaseTestingUtility util
private static final org.apache.hadoop.hbase.TableName tableName
private static final byte[] dummy
private static final byte[] row1
private static final byte[] test
private static org.apache.hadoop.conf.Configuration conf
public TestClientOperationInterrupt()
public static void setUpBeforeClass() throws Exception
Exception
public void testInterrupt50Percent() throws IOException, InterruptedException
IOException
InterruptedException
public static void tearDownAfterClass() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.