public interface HadoopTaskInput extends AutoCloseable
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes input.
|
Object |
key()
Gets current key.
|
boolean |
next()
Moves cursor to the next element.
|
Iterator<?> |
values()
Gets values for current key.
|
boolean next()
false If input is exceeded.Object key()
Iterator<?> values()
void close()
throws IgniteCheckedException
close in interface AutoCloseableIgniteCheckedException - If failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020