Class PartitionedWriter<T>

java.lang.Object
org.apache.iceberg.io.BaseTaskWriter<T>
org.apache.iceberg.io.PartitionedWriter<T>
All Implemented Interfaces:
Closeable, AutoCloseable, TaskWriter<T>
Direct Known Subclasses:
SparkPartitionedWriter

public abstract class PartitionedWriter<T> extends BaseTaskWriter<T>