public static interface ApplicationClientProtocol.ApplicationClientProtocolService.Interface
Modifier and Type | Method and Description |
---|---|
void |
cancelDelegationToken(com.google.protobuf.RpcController controller,
SecurityProtos.CancelDelegationTokenRequestProto request,
com.google.protobuf.RpcCallback<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,
SecurityProtos.GetDelegationTokenRequestProto request,
com.google.protobuf.RpcCallback<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,
SecurityProtos.RenewDelegationTokenRequestProto request,
com.google.protobuf.RpcCallback<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); |
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 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 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);
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 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 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 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 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 getDelegationToken(com.google.protobuf.RpcController controller, SecurityProtos.GetDelegationTokenRequestProto request, com.google.protobuf.RpcCallback<SecurityProtos.GetDelegationTokenResponseProto> done)
rpc getDelegationToken(.hadoop.common.GetDelegationTokenRequestProto) returns (.hadoop.common.GetDelegationTokenResponseProto);
void renewDelegationToken(com.google.protobuf.RpcController controller, SecurityProtos.RenewDelegationTokenRequestProto request, com.google.protobuf.RpcCallback<SecurityProtos.RenewDelegationTokenResponseProto> done)
rpc renewDelegationToken(.hadoop.common.RenewDelegationTokenRequestProto) returns (.hadoop.common.RenewDelegationTokenResponseProto);
void cancelDelegationToken(com.google.protobuf.RpcController controller, SecurityProtos.CancelDelegationTokenRequestProto request, com.google.protobuf.RpcCallback<SecurityProtos.CancelDelegationTokenResponseProto> done)
rpc cancelDelegationToken(.hadoop.common.CancelDelegationTokenRequestProto) returns (.hadoop.common.CancelDelegationTokenResponseProto);
Copyright © 2013 Apache Software Foundation. All rights reserved.