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 Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020