public class SendReducedToMasterRequest extends ByteArrayRequest implements MasterRequest
conf, UNKNOWN_SIZE
Constructor and Description |
---|
SendReducedToMasterRequest()
Constructor used for reflection only
|
SendReducedToMasterRequest(byte[] data)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
doRequest(MasterGlobalCommHandler commHandler)
Execute the request
|
RequestType |
getType()
Get the type of the request
|
getData, getDataInput, getSerializedSize, getUnsafeByteArrayInput
getClientId, getConf, getRequestId, readFields, setClientId, setConf, setRequestId, write
public SendReducedToMasterRequest(byte[] data)
data
- Serialized aggregator datapublic SendReducedToMasterRequest()
public void doRequest(MasterGlobalCommHandler commHandler)
MasterRequest
doRequest
in interface MasterRequest
commHandler
- Master communication handlerpublic RequestType getType()
WritableRequest
getType
in class WritableRequest
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.