org.apache.hadoop.yarn.proto
Interface ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface

Enclosing class:
ApplicationHistoryProtocol.ApplicationHistoryProtocolService

public static interface ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface


Method Summary
 org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto cancelDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto request)
           
 YarnServiceProtos.GetApplicationAttemptReportResponseProto getApplicationAttemptReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationAttemptReportRequestProto request)
           
 YarnServiceProtos.GetApplicationAttemptsResponseProto getApplicationAttempts(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationAttemptsRequestProto request)
           
 YarnServiceProtos.GetApplicationReportResponseProto getApplicationReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationReportRequestProto request)
           
 YarnServiceProtos.GetApplicationsResponseProto getApplications(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationsRequestProto request)
           
 YarnServiceProtos.GetContainerReportResponseProto getContainerReport(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainerReportRequestProto request)
           
 YarnServiceProtos.GetContainersResponseProto getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request)
           
 org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto getDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto request)
           
 org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto renewDelegationToken(com.google.protobuf.RpcController controller, org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto request)
           
 

Method Detail

getApplicationReport

YarnServiceProtos.GetApplicationReportResponseProto getApplicationReport(com.google.protobuf.RpcController controller,
                                                                         YarnServiceProtos.GetApplicationReportRequestProto request)
                                                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getApplications

YarnServiceProtos.GetApplicationsResponseProto getApplications(com.google.protobuf.RpcController controller,
                                                               YarnServiceProtos.GetApplicationsRequestProto request)
                                                               throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getApplicationAttemptReport

YarnServiceProtos.GetApplicationAttemptReportResponseProto getApplicationAttemptReport(com.google.protobuf.RpcController controller,
                                                                                       YarnServiceProtos.GetApplicationAttemptReportRequestProto request)
                                                                                       throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getApplicationAttempts

YarnServiceProtos.GetApplicationAttemptsResponseProto getApplicationAttempts(com.google.protobuf.RpcController controller,
                                                                             YarnServiceProtos.GetApplicationAttemptsRequestProto request)
                                                                             throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getContainerReport

YarnServiceProtos.GetContainerReportResponseProto getContainerReport(com.google.protobuf.RpcController controller,
                                                                     YarnServiceProtos.GetContainerReportRequestProto request)
                                                                     throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getContainers

YarnServiceProtos.GetContainersResponseProto getContainers(com.google.protobuf.RpcController controller,
                                                           YarnServiceProtos.GetContainersRequestProto request)
                                                           throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

getDelegationToken

org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto getDelegationToken(com.google.protobuf.RpcController controller,
                                                                                                   org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto request)
                                                                                                   throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

renewDelegationToken

org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto renewDelegationToken(com.google.protobuf.RpcController controller,
                                                                                                       org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto request)
                                                                                                       throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException

cancelDelegationToken

org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto cancelDelegationToken(com.google.protobuf.RpcController controller,
                                                                                                         org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto request)
                                                                                                         throws com.google.protobuf.ServiceException
Throws:
com.google.protobuf.ServiceException


Copyright © 2014 Apache Software Foundation. All Rights Reserved.