public class GetTaskAttemptCompletionEventsRequestPBImpl extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto> implements GetTaskAttemptCompletionEventsRequest
Constructor and Description |
---|
GetTaskAttemptCompletionEventsRequestPBImpl() |
GetTaskAttemptCompletionEventsRequestPBImpl(MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto proto) |
Modifier and Type | Method and Description |
---|---|
int |
getFromEventId() |
JobId |
getJobId() |
int |
getMaxEvents() |
MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto |
getProto() |
void |
setFromEventId(int fromEventId) |
void |
setJobId(JobId jobId) |
void |
setMaxEvents(int maxEvents) |
public GetTaskAttemptCompletionEventsRequestPBImpl()
public GetTaskAttemptCompletionEventsRequestPBImpl(MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto proto)
public MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto getProto()
getProto
in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto>
public JobId getJobId()
getJobId
in interface GetTaskAttemptCompletionEventsRequest
public void setJobId(JobId jobId)
setJobId
in interface GetTaskAttemptCompletionEventsRequest
public int getFromEventId()
getFromEventId
in interface GetTaskAttemptCompletionEventsRequest
public void setFromEventId(int fromEventId)
setFromEventId
in interface GetTaskAttemptCompletionEventsRequest
public int getMaxEvents()
getMaxEvents
in interface GetTaskAttemptCompletionEventsRequest
public void setMaxEvents(int maxEvents)
setMaxEvents
in interface GetTaskAttemptCompletionEventsRequest
Copyright © 2022 Apache Software Foundation. All rights reserved.