Class MRClientProtocolPBServiceImpl
java.lang.Object
org.apache.hadoop.mapreduce.v2.api.impl.pb.service.MRClientProtocolPBServiceImpl
- All Implemented Interfaces:
MRClientProtocolPB,org.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface
- Direct Known Subclasses:
HSClientProtocolPBServiceImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProtocancelDelegationToken(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.FailTaskAttemptResponseProtofailTaskAttempt(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.FailTaskAttemptRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProtogetCounters(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersRequestProto proto) org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProtogetDelegationToken(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetDiagnosticsResponseProtogetDiagnostics(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetDiagnosticsRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProtogetJobReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptCompletionEventsResponseProtogetTaskAttemptCompletionEvents(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptReportResponseProtogetTaskAttemptReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptReportRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportResponseProtogetTaskReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportsResponseProtogetTaskReports(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportsRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProtokillJob(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskResponseProtokillTask(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskRequestProto proto) org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskAttemptResponseProtokillTaskAttempt(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskAttemptRequestProto proto) org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProtorenewDelegationToken(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
-
Constructor Details
-
MRClientProtocolPBServiceImpl
-
-
Method Details
-
getJobReport
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProto getJobReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getJobReportin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getTaskReport
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportResponseProto getTaskReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getTaskReportin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getTaskAttemptReport
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptReportResponseProto getTaskAttemptReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptReportRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getTaskAttemptReportin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getCounters
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProto getCounters(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getCountersin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getTaskAttemptCompletionEvents
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptCompletionEventsResponseProto getTaskAttemptCompletionEvents(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskAttemptCompletionEventsRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getTaskAttemptCompletionEventsin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getTaskReports
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportsResponseProto getTaskReports(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetTaskReportsRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getTaskReportsin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getDiagnostics
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetDiagnosticsResponseProto getDiagnostics(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetDiagnosticsRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getDiagnosticsin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getDelegationToken
public org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto getDelegationToken(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getDelegationTokenin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
killJob
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobResponseProto killJob(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillJobRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
killJobin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
killTask
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskResponseProto killTask(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
killTaskin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
killTaskAttempt
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskAttemptResponseProto killTaskAttempt(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.KillTaskAttemptRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
killTaskAttemptin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
failTaskAttempt
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.FailTaskAttemptResponseProto failTaskAttempt(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.FailTaskAttemptRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
failTaskAttemptin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
renewDelegationToken
public org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto renewDelegationToken(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
renewDelegationTokenin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
cancelDelegationToken
public org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto cancelDelegationToken(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
cancelDelegationTokenin interfaceorg.apache.hadoop.yarn.proto.MRClientProtocol.MRClientProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-