public class ObsWriter extends Writer
Constructor and Description |
---|
ObsWriter(UploadJob uploadJob,
String endpoint,
String ak,
String sk,
String bucketName,
String objectPrefix,
TunnelJob.FileFormat fileFormat) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
boolean |
isClosed() |
void |
write(Row row) |
public void write(Row row) throws DLIException
write
in class Writer
DLIException
public void flush() throws DLIException
flush
in class Writer
DLIException
public void close() throws DLIException
close
in class Writer
DLIException
Copyright © 2023. All rights reserved.