Package org.apache.hadoop.hbase.io.hfile
Class TestHFileWriterV3
java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestHFileWriterV3
@Tag("org.apache.hadoop.hbase.testclassification.IOTests") @Tag("org.apache.hadoop.hbase.testclassification.SmallTests")
public class TestHFileWriterV3
extends Object
Testing writing a version 3
HFile.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<org.junit.jupiter.params.provider.Arguments>voidsetUp()voidprivate voidtestHFileFormatV3Internals(boolean useTags) voidprivate voidtestMidKeyInHFileInternals(boolean useTags) private voidwriteDataAndReadFromHFile(org.apache.hadoop.fs.Path hfilePath, org.apache.hadoop.hbase.io.compress.Compression.Algorithm compressAlgo, int entryCount, boolean findMidKey, boolean useTags)
-
Field Details
-
LOG
-
TEST_UTIL
-
RNG
-
conf
-
fs
-
useTags
-
-
Constructor Details
-
TestHFileWriterV3
-
-
Method Details
-
parameters
-
setUp
- Throws:
IOException
-
testHFileFormatV3
- Throws:
IOException
-
testHFileFormatV3Internals
- Throws:
IOException
-
testMidKeyInHFile
- Throws:
IOException
-
testMidKeyInHFileInternals
- Throws:
IOException
-
writeDataAndReadFromHFile
private void writeDataAndReadFromHFile(org.apache.hadoop.fs.Path hfilePath, org.apache.hadoop.hbase.io.compress.Compression.Algorithm compressAlgo, int entryCount, boolean findMidKey, boolean useTags) throws IOException - Throws:
IOException
-