public class TestProcedureInMemoryChore extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestProcedureInMemoryChore.TestLatchChore |
private static class |
TestProcedureInMemoryChore.TestProcEnv |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private HBaseCommonTestingUtility |
htu |
private static org.slf4j.Logger |
LOG |
private static int |
PROCEDURE_EXECUTOR_SLOTS |
private TestProcedureInMemoryChore.TestProcEnv |
procEnv |
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestProcedureInMemoryChore.TestProcEnv> |
procExecutor |
private org.apache.hadoop.hbase.procedure2.store.NoopProcedureStore |
procStore |
Constructor and Description |
---|
TestProcedureInMemoryChore() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final int PROCEDURE_EXECUTOR_SLOTS
private TestProcedureInMemoryChore.TestProcEnv procEnv
private org.apache.hadoop.hbase.procedure2.store.NoopProcedureStore procStore
private org.apache.hadoop.hbase.procedure2.ProcedureExecutor<TestProcedureInMemoryChore.TestProcEnv> procExecutor
private HBaseCommonTestingUtility htu
public TestProcedureInMemoryChore()
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void testChoreAddAndRemove() throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.