T
- The type of the elements accepted by the output format.@Public public class DiscardingOutputFormat<T> extends Object implements org.apache.flink.api.common.io.OutputFormat<T>
构造器和说明 |
---|
DiscardingOutputFormat() |
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–2019 The Apache Software Foundation. All rights reserved.