Class FanoutDataWriter<T>

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, PartitioningWriter<T,​DataWriteResult>

    public class FanoutDataWriter<T>
    extends java.lang.Object
    A data writer capable of writing to multiple specs and partitions that keeps data writers for each seen spec/partition pair open until this writer is closed.