public interface HadoopMultimap extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HadoopMultimap.Adder
Adder.
|
static interface |
HadoopMultimap.Key
Key add values to.
|
static interface |
HadoopMultimap.Value
Value.
|
static interface |
HadoopMultimap.Visitor
Key and values visitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
HadoopTaskInput |
input(HadoopTaskContext taskCtx) |
HadoopMultimap.Adder |
startAdding(HadoopTaskContext ctx) |
boolean |
visit(boolean ignoreLastVisited,
HadoopMultimap.Visitor v)
Incrementally visits all the keys and values in the map.
|
boolean visit(boolean ignoreLastVisited,
HadoopMultimap.Visitor v)
throws IgniteCheckedException
ignoreLastVisited - Flag indicating that visiting must be started from the beginning.v - Visitor.false If visiting was impossible.IgniteCheckedExceptionHadoopMultimap.Adder startAdding(HadoopTaskContext ctx) throws IgniteCheckedException
ctx - Task context.IgniteCheckedException - If failed.HadoopTaskInput input(HadoopTaskContext taskCtx) throws IgniteCheckedException
taskCtx - Task context.IgniteCheckedException - If failed.void close()
close in interface AutoCloseable
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.1-p166 Release Date : September 3 2019