Class NoCompressionCodec.Factory
java.lang.Object
org.apache.arrow.vector.compression.NoCompressionCodec.Factory
- All Implemented Interfaces:
CompressionCodec.Factory
- Enclosing class:
NoCompressionCodec
The default factory that creates a
NoCompressionCodec.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
Factory
public Factory()
-
-
Method Details
-
createCodec
Description copied from interface:CompressionCodec.FactoryCreates the codec based on the codec type.- Specified by:
createCodecin interfaceCompressionCodec.Factory
-
createCodec
Description copied from interface:CompressionCodec.FactoryCreates the codec based on the codec type and compression level.- Specified by:
createCodecin interfaceCompressionCodec.Factory
-