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

All Known Implementing Classes:
ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Stub
Enclosing class:
ApplicationHistoryProtocol.ApplicationHistoryProtocolService

public static interface ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Interface


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

Method Detail

getApplicationReport

void getApplicationReport(com.google.protobuf.RpcController controller,
                          YarnServiceProtos.GetApplicationReportRequestProto request,
                          com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationReportResponseProto> done)
rpc getApplicationReport(.hadoop.yarn.GetApplicationReportRequestProto) returns (.hadoop.yarn.GetApplicationReportResponseProto);


getApplications

void getApplications(com.google.protobuf.RpcController controller,
                     YarnServiceProtos.GetApplicationsRequestProto request,
                     com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationsResponseProto> done)
rpc getApplications(.hadoop.yarn.GetApplicationsRequestProto) returns (.hadoop.yarn.GetApplicationsResponseProto);


getApplicationAttemptReport

void getApplicationAttemptReport(com.google.protobuf.RpcController controller,
                                 YarnServiceProtos.GetApplicationAttemptReportRequestProto request,
                                 com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationAttemptReportResponseProto> done)
rpc getApplicationAttemptReport(.hadoop.yarn.GetApplicationAttemptReportRequestProto) returns (.hadoop.yarn.GetApplicationAttemptReportResponseProto);


getApplicationAttempts

void getApplicationAttempts(com.google.protobuf.RpcController controller,
                            YarnServiceProtos.GetApplicationAttemptsRequestProto request,
                            com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationAttemptsResponseProto> done)
rpc getApplicationAttempts(.hadoop.yarn.GetApplicationAttemptsRequestProto) returns (.hadoop.yarn.GetApplicationAttemptsResponseProto);


getContainerReport

void getContainerReport(com.google.protobuf.RpcController controller,
                        YarnServiceProtos.GetContainerReportRequestProto request,
                        com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainerReportResponseProto> done)
rpc getContainerReport(.hadoop.yarn.GetContainerReportRequestProto) returns (.hadoop.yarn.GetContainerReportResponseProto);


getContainers

void getContainers(com.google.protobuf.RpcController controller,
                   YarnServiceProtos.GetContainersRequestProto request,
                   com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
rpc getContainers(.hadoop.yarn.GetContainersRequestProto) returns (.hadoop.yarn.GetContainersResponseProto);


getDelegationToken

void getDelegationToken(com.google.protobuf.RpcController controller,
                        org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenRequestProto request,
                        com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.GetDelegationTokenResponseProto> done)
rpc getDelegationToken(.hadoop.common.GetDelegationTokenRequestProto) returns (.hadoop.common.GetDelegationTokenResponseProto);


renewDelegationToken

void renewDelegationToken(com.google.protobuf.RpcController controller,
                          org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenRequestProto request,
                          com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.RenewDelegationTokenResponseProto> done)
rpc renewDelegationToken(.hadoop.common.RenewDelegationTokenRequestProto) returns (.hadoop.common.RenewDelegationTokenResponseProto);


cancelDelegationToken

void cancelDelegationToken(com.google.protobuf.RpcController controller,
                           org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenRequestProto request,
                           com.google.protobuf.RpcCallback<org.apache.hadoop.security.proto.SecurityProtos.CancelDelegationTokenResponseProto> done)
rpc cancelDelegationToken(.hadoop.common.CancelDelegationTokenRequestProto) returns (.hadoop.common.CancelDelegationTokenResponseProto);



Copyright © 2014 Apache Software Foundation. All Rights Reserved.