protected static final class XmlSink.XmlWriteOperation<T> extends FileBasedSink.FileBasedWriteOperation<T>
FileBasedSink.FileBasedWriteOperation.TemporaryFileRetentionbaseTemporaryFilename, sink, TEMPORARY_FILENAME_SEPARATOR, temporaryFileRetention| Constructor and Description |
|---|
XmlSink.XmlWriteOperation(XmlSink.Bound<T> sink) |
| Modifier and Type | Method and Description |
|---|---|
XmlSink.XmlWriter<T> |
createWriter(PipelineOptions options)
Creates a XmlWriter with a marshaller for the type it will write.
|
XmlSink.Bound<T> |
getSink()
Return the XmlSink.Bound for this write operation.
|
buildTemporaryFilename, copyToOutputFiles, finalize, generateDestinationFilenames, getWriterResultCoder, initialize, removeTemporaryFilespublic XmlSink.XmlWriteOperation(XmlSink.Bound<T> sink)
public XmlSink.XmlWriter<T> createWriter(PipelineOptions options) throws java.lang.Exception
createWriter in class FileBasedSink.FileBasedWriteOperation<T>java.lang.Exceptionpublic XmlSink.Bound<T> getSink()
getSink in class FileBasedSink.FileBasedWriteOperation<T>