@Internal public class LoggerOutputFormat extends Object implements org.apache.flink.api.common.io.OutputFormat<String>
| Constructor and Description |
|---|
LoggerOutputFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(org.apache.flink.configuration.Configuration parameters) |
void |
open(int taskNumber,
int numTasks) |
void |
writeRecord(String record) |
public void configure(org.apache.flink.configuration.Configuration parameters)
configure in interface org.apache.flink.api.common.io.OutputFormat<String>public void open(int taskNumber,
int numTasks)
open in interface org.apache.flink.api.common.io.OutputFormat<String>public void writeRecord(String record)
writeRecord in interface org.apache.flink.api.common.io.OutputFormat<String>public void close()
close in interface org.apache.flink.api.common.io.OutputFormat<String>Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.