public class SendResumeRequest extends WritableRequest implements WorkerRequest
conf, UNKNOWN_SIZE
Constructor and Description |
---|
SendResumeRequest()
Constructor used for reflection only
|
SendResumeRequest(short credit)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
doRequest(ServerData serverData)
Execute the request
|
RequestType |
getType()
Get the type of the request
|
getClientId, getConf, getRequestId, getSerializedSize, readFields, setClientId, setConf, setRequestId, write
public SendResumeRequest()
public SendResumeRequest(short credit)
credit
- credit valuepublic void doRequest(ServerData serverData)
WorkerRequest
doRequest
in interface WorkerRequest
serverData
- Accessible data that can be mutated per the requestpublic RequestType getType()
WritableRequest
getType
in class WritableRequest
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.