Package | Description |
---|---|
org.apache.giraph.block_app.framework.api |
Interfaces representing full API to the underlying graph processing system.
|
org.apache.giraph.block_app.framework.piece |
Single execution object - Piece, and related classes.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BlockWorkerReceiveApi<I extends org.apache.hadoop.io.WritableComparable>
Block computation API available for worker receive methods.
|
interface |
BlockWorkerSendApi<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M extends org.apache.hadoop.io.Writable>
Block computation API available for worker send methods.
|
Modifier and Type | Method and Description |
---|---|
WV |
PieceWithWorkerContext.getWorkerValue(BlockWorkerApi<I> workerApi)
Get global worker value.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.