public class TestWALProcedureTree extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestWALProcedureTree.TestProcedure |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
Constructor and Description |
---|
TestWALProcedureTree() |
Modifier and Type | Method and Description |
---|---|
private TestWALProcedureTree.TestProcedure |
createProc(long procId,
long parentProcId) |
private List<TestWALProcedureTree.TestProcedure> |
getProcs(org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureIterator iter) |
void |
testDuplicatedStackId() |
void |
testMissingStackId() |
void |
testOrphan() |
private List<org.apache.hadoop.hbase.shaded.protobuf.generated.ProcedureProtos.Procedure> |
toProtos(TestWALProcedureTree.TestProcedure... procs) |
public static final HBaseClassTestRule CLASS_RULE
public TestWALProcedureTree()
private TestWALProcedureTree.TestProcedure createProc(long procId, long parentProcId)
private List<org.apache.hadoop.hbase.shaded.protobuf.generated.ProcedureProtos.Procedure> toProtos(TestWALProcedureTree.TestProcedure... procs)
private List<TestWALProcedureTree.TestProcedure> getProcs(org.apache.hadoop.hbase.procedure2.store.ProcedureStore.ProcedureIterator iter) throws IOException
IOException
public void testMissingStackId() throws IOException
IOException
public void testDuplicatedStackId() throws IOException
IOException
public void testOrphan() throws IOException
IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.