Package | Description |
---|---|
org.apache.giraph.comm.requests |
Package for requests.
|
Modifier and Type | Class and Description |
---|---|
class |
ByteArrayWithSenderTaskIdRequest
Abstract request which has a byte array and task id of the sender as its
data
|
class |
SendAggregatorsToOwnerRequest
Request to send final aggregatd values from master to worker which owns
the aggregators
|
class |
SendAggregatorsToWorkerRequest
Request to send final aggregated values from worker which owns them to
other workers
|
class |
SendReducedToMasterRequest
Request to send final aggregated values from worker which owns
aggregators to the master
|
class |
SendWorkerAggregatorsRequest
Request to send partial aggregated values for current superstep (values
which were computed by one worker's vertices)
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.