public class TestReplicationHFileCleaner extends Object
| Constructor and Description |
|---|
TestReplicationHFileCleaner() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup() |
void |
setup() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testForDifferntHFileRefsZnodeVersion() |
void |
testGetDeletableFiles() |
void |
testIsFileDeletable() |
void |
testZooKeeperAbort()
ReplicationHFileCleaner should be able to ride over ZooKeeper errors without aborting.
|
public void setup()
throws ReplicationException,
IOException
ReplicationExceptionIOExceptionpublic void cleanup()
throws ReplicationException
ReplicationExceptionpublic void testIsFileDeletable()
throws IOException,
ReplicationException
IOExceptionReplicationExceptionpublic void testForDifferntHFileRefsZnodeVersion()
throws Exception
Exception