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, wait
create, create
public BlockCompressionType getCompressionType()
getCompressionType
in interface BlockCompressionFactory
public BlockCompressor getCompressor()
getCompressor
in interface BlockCompressionFactory
public BlockDecompressor getDecompressor()
getDecompressor
in interface BlockCompressionFactory
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.