public abstract static class ApplicationClientProtocol.ApplicationClientProtocolService extends Object implements com.google.protobuf.Service
hadoop.yarn.ApplicationClientProtocolService| Modifier and Type | Class and Description |
|---|---|
static interface |
ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface |
static interface |
ApplicationClientProtocol.ApplicationClientProtocolService.Interface |
static class |
ApplicationClientProtocol.ApplicationClientProtocolService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationClientProtocolService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
abstract 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); |
abstract void |
deleteReservation(com.google.protobuf.RpcController controller,
YarnServiceProtos.ReservationDeleteRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.ReservationDeleteResponseProto> done)
rpc deleteReservation(.hadoop.yarn.ReservationDeleteRequestProto) returns (.hadoop.yarn.ReservationDeleteResponseProto); |
abstract 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); |
abstract 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); |
abstract 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); |
abstract 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); |
abstract 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); |
abstract 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); |
abstract void |
getClusterNodeLabels(com.google.protobuf.RpcController controller,
YarnServiceProtos.GetClusterNodeLabelsRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterNodeLabelsResponseProto> done)
rpc getClusterNodeLabels(.hadoop.yarn.GetClusterNodeLabelsRequestProto) returns (.hadoop.yarn.GetClusterNodeLabelsResponseProto); |
abstract 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); |
abstract 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); |
abstract 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); |
abstract 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); |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
abstract void |
getLabelsToNodes(com.google.protobuf.RpcController controller,
YarnServiceProtos.GetLabelsToNodesRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.GetLabelsToNodesResponseProto> done)
rpc getLabelsToNodes(.hadoop.yarn.GetLabelsToNodesRequestProto) returns (.hadoop.yarn.GetLabelsToNodesResponseProto); |
abstract 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); |
abstract void |
getNodeToLabels(com.google.protobuf.RpcController controller,
YarnServiceProtos.GetNodesToLabelsRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.GetNodesToLabelsResponseProto> done)
rpc getNodeToLabels(.hadoop.yarn.GetNodesToLabelsRequestProto) returns (.hadoop.yarn.GetNodesToLabelsResponseProto); |
abstract 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); |
abstract 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); |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
abstract void |
moveApplicationAcrossQueues(com.google.protobuf.RpcController controller,
YarnServiceProtos.MoveApplicationAcrossQueuesRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.MoveApplicationAcrossQueuesResponseProto> done)
rpc moveApplicationAcrossQueues(.hadoop.yarn.MoveApplicationAcrossQueuesRequestProto) returns (.hadoop.yarn.MoveApplicationAcrossQueuesResponseProto); |
static ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(ApplicationClientProtocol.ApplicationClientProtocolService.Interface impl) |
static ApplicationClientProtocol.ApplicationClientProtocolService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract 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); |
abstract 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); |
abstract void |
submitReservation(com.google.protobuf.RpcController controller,
YarnServiceProtos.ReservationSubmissionRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.ReservationSubmissionResponseProto> done)
rpc submitReservation(.hadoop.yarn.ReservationSubmissionRequestProto) returns (.hadoop.yarn.ReservationSubmissionResponseProto); |
abstract void |
updateReservation(com.google.protobuf.RpcController controller,
YarnServiceProtos.ReservationUpdateRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.ReservationUpdateResponseProto> done)
rpc updateReservation(.hadoop.yarn.ReservationUpdateRequestProto) returns (.hadoop.yarn.ReservationUpdateResponseProto); |
public static com.google.protobuf.Service newReflectiveService(ApplicationClientProtocol.ApplicationClientProtocolService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface impl)
public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract void moveApplicationAcrossQueues(com.google.protobuf.RpcController controller,
YarnServiceProtos.MoveApplicationAcrossQueuesRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.MoveApplicationAcrossQueuesResponseProto> done)
rpc moveApplicationAcrossQueues(.hadoop.yarn.MoveApplicationAcrossQueuesRequestProto) returns (.hadoop.yarn.MoveApplicationAcrossQueuesResponseProto);public abstract 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);public abstract 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);public abstract 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);public abstract 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);public abstract void submitReservation(com.google.protobuf.RpcController controller,
YarnServiceProtos.ReservationSubmissionRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.ReservationSubmissionResponseProto> done)
rpc submitReservation(.hadoop.yarn.ReservationSubmissionRequestProto) returns (.hadoop.yarn.ReservationSubmissionResponseProto);public abstract void updateReservation(com.google.protobuf.RpcController controller,
YarnServiceProtos.ReservationUpdateRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.ReservationUpdateResponseProto> done)
rpc updateReservation(.hadoop.yarn.ReservationUpdateRequestProto) returns (.hadoop.yarn.ReservationUpdateResponseProto);public abstract void deleteReservation(com.google.protobuf.RpcController controller,
YarnServiceProtos.ReservationDeleteRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.ReservationDeleteResponseProto> done)
rpc deleteReservation(.hadoop.yarn.ReservationDeleteRequestProto) returns (.hadoop.yarn.ReservationDeleteResponseProto);public abstract void getNodeToLabels(com.google.protobuf.RpcController controller,
YarnServiceProtos.GetNodesToLabelsRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.GetNodesToLabelsResponseProto> done)
rpc getNodeToLabels(.hadoop.yarn.GetNodesToLabelsRequestProto) returns (.hadoop.yarn.GetNodesToLabelsResponseProto);public abstract void getLabelsToNodes(com.google.protobuf.RpcController controller,
YarnServiceProtos.GetLabelsToNodesRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.GetLabelsToNodesResponseProto> done)
rpc getLabelsToNodes(.hadoop.yarn.GetLabelsToNodesRequestProto) returns (.hadoop.yarn.GetLabelsToNodesResponseProto);public abstract void getClusterNodeLabels(com.google.protobuf.RpcController controller,
YarnServiceProtos.GetClusterNodeLabelsRequestProto request,
com.google.protobuf.RpcCallback<YarnServiceProtos.GetClusterNodeLabelsResponseProto> done)
rpc getClusterNodeLabels(.hadoop.yarn.GetClusterNodeLabelsRequestProto) returns (.hadoop.yarn.GetClusterNodeLabelsResponseProto);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Servicepublic final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype in interface com.google.protobuf.Servicepublic final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype in interface com.google.protobuf.Servicepublic static ApplicationClientProtocol.ApplicationClientProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2018 CERN. All Rights Reserved.