public class GetTaskAttemptCompletionEventsRequestPBImpl extends 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) |
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
public GetTaskAttemptCompletionEventsRequestPBImpl()
public GetTaskAttemptCompletionEventsRequestPBImpl(MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto proto)
public MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto getProto()
getProto
in class 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 © 2013 Apache Software Foundation. All rights reserved.