
com.landoop.avro.codec.CodecFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fast-avro-write Show documentation
Show all versions of fast-avro-write Show documentation
Small utility lib to speed up Avro write
The newest version!
package com.landoop.avro.codec;
import org.apache.avro.AvroRuntimeException;
import org.apache.avro.file.Codec;
import org.tukaani.xz.LZMA2Options;
import java.util.HashMap;
import java.util.Map;
import java.util.zip.Deflater;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy