public class Lz4BlockCompressionFactory extends Object implements BlockCompressionFactory
BlockCompressionFactory for Lz4 codec.| Constructor and Description |
|---|
Lz4BlockCompressionFactory() |
| Modifier and Type | Method and Description |
|---|---|
BlockCompressionType |
getCompressionType() |
BlockCompressor |
getCompressor() |
BlockDecompressor |
getDecompressor() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreate, createpublic BlockCompressionType getCompressionType()
getCompressionType in interface BlockCompressionFactorypublic BlockCompressor getCompressor()
getCompressor in interface BlockCompressionFactorypublic BlockDecompressor getDecompressor()
getDecompressor in interface BlockCompressionFactoryCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.