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 Fabric : ver. 2.6.0 Release Date : July 10 2018