Module org.apache.arrow.compression
Package org.apache.arrow.compression
Class CommonsCompressionFactory
java.lang.Object
org.apache.arrow.compression.CommonsCompressionFactory
- All Implemented Interfaces:
- CompressionCodec.Factory
Default implementation of factory supported LZ4 and ZSTD compression.
 
// TODO(ARROW-12115): Rename this class.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreateCodec(CompressionUtil.CodecType codecType) Creates the codec based on the codec type.createCodec(CompressionUtil.CodecType codecType, int compressionLevel) Creates the codec based on the codec type and compression level.
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
CommonsCompressionFactorypublic CommonsCompressionFactory()
 
- 
- 
Method Details- 
createCodecDescription copied from interface:CompressionCodec.FactoryCreates the codec based on the codec type.- Specified by:
- createCodecin interface- CompressionCodec.Factory
 
- 
createCodecDescription copied from interface:CompressionCodec.FactoryCreates the codec based on the codec type and compression level.- Specified by:
- createCodecin interface- CompressionCodec.Factory
 
 
-