Package | Description |
---|---|
org.apache.giraph.comm.netty.handler |
Package for classes which handle requests and responses.
|
org.apache.giraph.comm.requests |
Package for requests.
|
Modifier and Type | Method and Description |
---|---|
void |
MasterRequestServerHandler.processRequest(MasterRequest request) |
Modifier and Type | Class and Description |
---|---|
class |
AskForInputSplitRequest
A request which workers will send to master to ask it to give them splits
|
class |
PartitionStatsRequest
Request for sending partition stats from workers to master
|
class |
SendReducedToMasterRequest
Request to send final aggregated values from worker which owns
aggregators to the master
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.