T
- The type of the elements accepted by the output format.@Deprecated @Public public class DiscardingOutputFormat<T> extends Object implements org.apache.flink.api.common.io.OutputFormat<T>
构造器和说明 |
---|
DiscardingOutputFormat()
已过时。
|
限定符和类型 | 方法和说明 |
---|---|
void |
close()
已过时。
|
void |
configure(org.apache.flink.configuration.Configuration parameters)
已过时。
|
void |
open(int taskNumber,
int numTasks)
已过时。
|
void |
writeRecord(T record)
已过时。
|
public void configure(org.apache.flink.configuration.Configuration parameters)
configure
在接口中 org.apache.flink.api.common.io.OutputFormat<T>
public void open(int taskNumber, int numTasks)
open
在接口中 org.apache.flink.api.common.io.OutputFormat<T>
public void writeRecord(T record)
writeRecord
在接口中 org.apache.flink.api.common.io.OutputFormat<T>
public void close()
close
在接口中 org.apache.flink.api.common.io.OutputFormat<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.