@Internal
public interface HadoopPathBasedBulkWriter<T>
extends org.apache.flink.api.common.serialization.BulkWriter<T>
BulkWriter which is expected to write to specified Path.| Modifier and Type | Interface and Description |
|---|---|
static interface |
HadoopPathBasedBulkWriter.Factory<T>
A factory that creates a
HadoopPathBasedBulkWriter. |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the writer on failures.
|
long |
getSize()
Gets the size written by the current writer.
|
long getSize()
throws IOException
IOExceptionvoid dispose()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.