public interface HadoopTaskOutput extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes output.
|
void |
write(Object key,
Object val)
Writes key and value to the output.
|
void write(Object key, Object val) throws IgniteCheckedException
key - Key.val - Value.IgniteCheckedExceptionvoid close()
throws IgniteCheckedException
close in interface AutoCloseableIgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018