Package | Description |
---|---|
org.apache.giraph.block_app.library |
Core library of Pieces and Suppliers, providing most common usages.
|
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.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.