Class AvroArrayWriter<T>

  • All Implemented Interfaces:
    Closeable, Flushable, AutoCloseable, Consumer<T>, org.spf4j.base.ArrayWriter<T>

    @ThreadSafe
    public final class AvroArrayWriter<T>
    extends Object
    implements org.spf4j.base.ArrayWriter<T>
    Author:
    Zoltan Farkas
    • Constructor Detail

      • AvroArrayWriter

        @Deprecated
        public AvroArrayWriter​(org.apache.avro.io.Encoder encoder,
                               org.apache.avro.io.DatumWriter<T> elementWriter,
                               Class<T> type,
                               int bufferSize)
        Deprecated.
        use the other constructor.
      • AvroArrayWriter

        public AvroArrayWriter​(org.apache.avro.io.Encoder encoder,
                               org.apache.avro.io.DatumWriter<T> elementWriter,
                               int bufferSize)