Package org.apache.flink.api.java
Class Utils.ChecksumHashCodeHelper<T>
- java.lang.Object
-
- org.apache.flink.api.common.io.RichOutputFormat<T>
-
- org.apache.flink.api.java.Utils.ChecksumHashCodeHelper<T>
-
- Type Parameters:
T-
- All Implemented Interfaces:
Serializable,org.apache.flink.api.common.io.OutputFormat<T>
- Enclosing class:
- Utils
public static class Utils.ChecksumHashCodeHelper<T> extends org.apache.flink.api.common.io.RichOutputFormat<T>RichOutputFormatforUtils.ChecksumHashCode.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChecksumHashCodeHelper(String id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidconfigure(org.apache.flink.configuration.Configuration parameters)voidopen(int taskNumber, int numTasks)voidwriteRecord(T record)-
Methods inherited from class org.apache.flink.api.common.io.RichOutputFormat
getRuntimeContext, setRuntimeContext
-
-
-
-
Constructor Detail
-
ChecksumHashCodeHelper
public ChecksumHashCodeHelper(String id)
-
-
Method Detail
-
configure
public void configure(org.apache.flink.configuration.Configuration parameters)
-
open
public void open(int taskNumber, int numTasks)
-
writeRecord
public void writeRecord(T record) throws IOException
- Throws:
IOException
-
close
public void close() throws IOException- Throws:
IOException
-
-