Package | Description |
---|---|
org.apache.giraph.block_app.library |
Core library of Pieces and Suppliers, providing most common usages.
|
org.apache.giraph.block_app.reducers.array |
Reducers for collecting arrays of objects.
|
Modifier and Type | Method and Description |
---|---|
static <I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
VertexSuppliers.vertexNeighborsSupplierWithIndex(PairPredicate<PrimitiveRefs.IntRef,I> toSupply)
Supplier which gives Iterator over neighbor IDs that return true for given
predicate over (index, target)
Note - iterator returns reused object, so you need to "use" them,
before calling next() again.
|
Modifier and Type | Method and Description |
---|---|
ArrayWritable<R> |
ArrayReduce.reduce(ArrayWritable<R> curValue,
org.apache.commons.lang3.tuple.Pair<PrimitiveRefs.IntRef,S> valueToReduce) |
WArrayList<R> |
BasicArrayReduce.reduce(WArrayList<R> curValue,
org.apache.commons.lang3.tuple.Pair<PrimitiveRefs.IntRef,S> valueToReduce) |
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.