Class ApplicationHistoryProtocolPBServiceImpl
java.lang.Object
org.apache.hadoop.yarn.api.impl.pb.service.ApplicationHistoryProtocolPBServiceImpl
- All Implemented Interfaces:
ApplicationHistoryProtocolPB,org.apache.hadoop.yarn.proto.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface
@Private
public class ApplicationHistoryProtocolPBServiceImpl
extends Object
implements ApplicationHistoryProtocolPB
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationHistoryProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ApplicationHistoryProtocol impl) -
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.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProtogetApplicationAttemptReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportRequestProto proto) org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProtogetApplicationAttempts(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsRequestProto proto) org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProtogetApplicationReport(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportRequestProto proto) org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsResponseProtogetApplications(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto proto) org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportResponseProtogetContainerReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto proto) org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersResponseProtogetContainers(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto 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.security.proto.SecurityProtos.RenewDelegationTokenResponseProtorenewDelegationToken(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto proto)
-
Constructor Details
-
ApplicationHistoryProtocolPBServiceImpl
public ApplicationHistoryProtocolPBServiceImpl(org.apache.hadoop.yarn.api.ApplicationHistoryProtocol impl)
-
-
Method Details
-
getApplicationReport
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportResponseProto getApplicationReport(org.apache.hadoop.thirdparty.protobuf.RpcController arg0, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationReportRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getApplicationReportin interfaceorg.apache.hadoop.yarn.proto.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getApplications
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsResponseProto getApplications(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationsRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getApplicationsin interfaceorg.apache.hadoop.yarn.proto.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getApplicationAttemptReport
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportResponseProto getApplicationAttemptReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptReportRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getApplicationAttemptReportin interfaceorg.apache.hadoop.yarn.proto.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getApplicationAttempts
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto getApplicationAttempts(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getApplicationAttemptsin interfaceorg.apache.hadoop.yarn.proto.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getContainerReport
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportResponseProto getContainerReport(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainerReportRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getContainerReportin interfaceorg.apache.hadoop.yarn.proto.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-
getContainers
public org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersResponseProto getContainers(org.apache.hadoop.thirdparty.protobuf.RpcController controller, org.apache.hadoop.yarn.proto.YarnServiceProtos.GetContainersRequestProto proto) throws org.apache.hadoop.thirdparty.protobuf.ServiceException - Specified by:
getContainersin interfaceorg.apache.hadoop.yarn.proto.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.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.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.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.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.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.ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface- Throws:
org.apache.hadoop.thirdparty.protobuf.ServiceException
-