org.apache.hadoop.yarn.proto
Interface ApplicationClientProtocol.ApplicationClientProtocolService.Interface

All Known Implementing Classes:
ApplicationClientProtocol.ApplicationClientProtocolService.Stub
Enclosing class:
ApplicationClientProtocol.ApplicationClientProtocolService

public static interface ApplicationClientProtocol.ApplicationClientProtocolService.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 forceKillApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.KillApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.KillApplicationResponseProto> done)
          rpc forceKillApplication(.hadoop.yarn.KillApplicationRequestProto) returns (.hadoop.yarn.KillApplicationResponseProto);
 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 getClusterMetrics(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterMetricsRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterMetricsResponseProto> done)
          rpc getClusterMetrics(.hadoop.yarn.GetClusterMetricsRequestProto) returns (.hadoop.yarn.GetClusterMetricsResponseProto);
 void getClusterNodes(com.google.protobuf.RpcController controller, YarnServiceProtos.GetClusterNodesRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterNodesResponseProto> done)
          rpc getClusterNodes(.hadoop.yarn.GetClusterNodesRequestProto) returns (.hadoop.yarn.GetClusterNodesResponseProto);
 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 getNewApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.GetNewApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetNewApplicationResponseProto> done)
          rpc getNewApplication(.hadoop.yarn.GetNewApplicationRequestProto) returns (.hadoop.yarn.GetNewApplicationResponseProto);
 void getQueueInfo(com.google.protobuf.RpcController controller, YarnServiceProtos.GetQueueInfoRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueInfoResponseProto> done)
          rpc getQueueInfo(.hadoop.yarn.GetQueueInfoRequestProto) returns (.hadoop.yarn.GetQueueInfoResponseProto);
 void getQueueUserAcls(com.google.protobuf.RpcController controller, YarnServiceProtos.GetQueueUserAclsInfoRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueUserAclsInfoResponseProto> done)
          rpc getQueueUserAcls(.hadoop.yarn.GetQueueUserAclsInfoRequestProto) returns (.hadoop.yarn.GetQueueUserAclsInfoResponseProto);
 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);
 void submitApplication(com.google.protobuf.RpcController controller, YarnServiceProtos.SubmitApplicationRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.SubmitApplicationResponseProto> done)
          rpc submitApplication(.hadoop.yarn.SubmitApplicationRequestProto) returns (.hadoop.yarn.SubmitApplicationResponseProto);
 

Method Detail

getNewApplication

void getNewApplication(com.google.protobuf.RpcController controller,
                       YarnServiceProtos.GetNewApplicationRequestProto request,
                       com.google.protobuf.RpcCallback<YarnServiceProtos.GetNewApplicationResponseProto> done)
rpc getNewApplication(.hadoop.yarn.GetNewApplicationRequestProto) returns (.hadoop.yarn.GetNewApplicationResponseProto);


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);


submitApplication

void submitApplication(com.google.protobuf.RpcController controller,
                       YarnServiceProtos.SubmitApplicationRequestProto request,
                       com.google.protobuf.RpcCallback<YarnServiceProtos.SubmitApplicationResponseProto> done)
rpc submitApplication(.hadoop.yarn.SubmitApplicationRequestProto) returns (.hadoop.yarn.SubmitApplicationResponseProto);


forceKillApplication

void forceKillApplication(com.google.protobuf.RpcController controller,
                          YarnServiceProtos.KillApplicationRequestProto request,
                          com.google.protobuf.RpcCallback<YarnServiceProtos.KillApplicationResponseProto> done)
rpc forceKillApplication(.hadoop.yarn.KillApplicationRequestProto) returns (.hadoop.yarn.KillApplicationResponseProto);


getClusterMetrics

void getClusterMetrics(com.google.protobuf.RpcController controller,
                       YarnServiceProtos.GetClusterMetricsRequestProto request,
                       com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterMetricsResponseProto> done)
rpc getClusterMetrics(.hadoop.yarn.GetClusterMetricsRequestProto) returns (.hadoop.yarn.GetClusterMetricsResponseProto);


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);


getClusterNodes

void getClusterNodes(com.google.protobuf.RpcController controller,
                     YarnServiceProtos.GetClusterNodesRequestProto request,
                     com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterNodesResponseProto> done)
rpc getClusterNodes(.hadoop.yarn.GetClusterNodesRequestProto) returns (.hadoop.yarn.GetClusterNodesResponseProto);


getQueueInfo

void getQueueInfo(com.google.protobuf.RpcController controller,
                  YarnServiceProtos.GetQueueInfoRequestProto request,
                  com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueInfoResponseProto> done)
rpc getQueueInfo(.hadoop.yarn.GetQueueInfoRequestProto) returns (.hadoop.yarn.GetQueueInfoResponseProto);


getQueueUserAcls

void getQueueUserAcls(com.google.protobuf.RpcController controller,
                      YarnServiceProtos.GetQueueUserAclsInfoRequestProto request,
                      com.google.protobuf.RpcCallback<YarnServiceProtos.GetQueueUserAclsInfoResponseProto> done)
rpc getQueueUserAcls(.hadoop.yarn.GetQueueUserAclsInfoRequestProto) returns (.hadoop.yarn.GetQueueUserAclsInfoResponseProto);


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.