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
Exception
private org.apache.hadoop.fs.Path writeWAL(org.apache.hadoop.hbase.wal.WALFactory wals, String tblName, boolean offheap) throws IOException
IOException
public void testWALReaderOnSecureWALWithKeyValues() throws Exception
Exception
public void testWALReaderOnSecureWALWithOffheapKeyValues() throws Exception
Exception
private void testSecureWALInternal(boolean offheap) throws IOException, FileNotFoundException
IOException
FileNotFoundException
public void testSecureWALReaderOnWAL() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.