T
- public static class Utils.ChecksumHashCodeHelper<T> extends RichOutputFormat<T>
OutputFormat.InitializationContext
Constructor and Description |
---|
ChecksumHashCodeHelper(String id) |
Modifier and Type | Method and Description |
---|---|
void |
close()
Method that marks the end of the life-cycle of parallel output instance.
|
void |
configure(Configuration parameters)
Configures this output format.
|
void |
open(OutputFormat.InitializationContext context)
Opens a parallel instance of the output format to store the result of its parallel instance.
|
void |
writeRecord(T record)
Adds a record to the output.
|
getRuntimeContext, setRuntimeContext
public ChecksumHashCodeHelper(String id)
public void configure(Configuration parameters)
OutputFormat
This method is always called first on a newly instantiated output format.
parameters
- The configuration with all parameters.public void open(OutputFormat.InitializationContext context)
OutputFormat
When this method is called, the output format it guaranteed to be configured.
context
- The context to get task parallel infos.public void writeRecord(T record) throws IOException
OutputFormat
When this method is called, the output format it guaranteed to be opened.
record
- The records to add to the output.IOException
- Thrown, if the records could not be added due to an I/O problem.public void close() throws IOException
OutputFormat
When this method is called, the output format it guaranteed to be opened.
IOException
- Thrown, if the input could not be closed properly.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.