public class TestWALReaderOnSecureWAL extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
currentTest |
(package private) static HBaseTestingUtility |
TEST_UTIL |
(package private) byte[] |
value |
private static String |
WAL_ENCRYPTION |
| Constructor and Description |
|---|
TestWALReaderOnSecureWAL() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
private void |
testSecureWALInternal(boolean offheap) |
void |
testSecureWALReaderOnWAL() |
void |
testWALReaderOnSecureWALWithKeyValues() |
void |
testWALReaderOnSecureWALWithOffheapKeyValues() |
private org.apache.hadoop.fs.Path |
writeWAL(org.apache.hadoop.hbase.wal.WALFactory wals,
String tblName,
boolean offheap) |
public static final HBaseClassTestRule CLASS_RULE
static final HBaseTestingUtility TEST_UTIL
final byte[] value
private static final String WAL_ENCRYPTION
public org.junit.rules.TestName currentTest
public TestWALReaderOnSecureWAL()
public static void setUpBeforeClass() throws Exception
Exceptionprivate org.apache.hadoop.fs.Path writeWAL(org.apache.hadoop.hbase.wal.WALFactory wals, String tblName, boolean offheap) throws IOException
IOExceptionpublic void testWALReaderOnSecureWALWithKeyValues() throws Exception
Exceptionpublic void testWALReaderOnSecureWALWithOffheapKeyValues() throws Exception
Exceptionprivate void testSecureWALInternal(boolean offheap) throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionpublic void testSecureWALReaderOnWAL() throws Exception
ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.