Uses of Class
org.apache.hadoop.yarn.proto.YarnServiceProtos.GetApplicationAttemptsResponseProto

Packages that use YarnServiceProtos.GetApplicationAttemptsResponseProto
org.apache.hadoop.yarn.proto   
 

Uses of YarnServiceProtos.GetApplicationAttemptsResponseProto in org.apache.hadoop.yarn.proto
 

Fields in org.apache.hadoop.yarn.proto with type parameters of type YarnServiceProtos.GetApplicationAttemptsResponseProto
static com.google.protobuf.Parser<YarnServiceProtos.GetApplicationAttemptsResponseProto> YarnServiceProtos.GetApplicationAttemptsResponseProto.PARSER
           
 

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetApplicationAttemptsResponseProto
 YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.Builder.build()
           
 YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.Builder.buildPartial()
           
 YarnServiceProtos.GetApplicationAttemptsResponseProto ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface.getApplicationAttempts(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationAttemptsRequestProto request)
           
 YarnServiceProtos.GetApplicationAttemptsResponseProto ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface.getApplicationAttempts(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationAttemptsRequestProto request)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.getDefaultInstance()
           
 YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.getDefaultInstanceForType()
           
 YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(byte[] data)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(InputStream input)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto YarnServiceProtos.GetApplicationAttemptsResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.yarn.proto that return types with arguments of type YarnServiceProtos.GetApplicationAttemptsResponseProto
 com.google.protobuf.Parser<YarnServiceProtos.GetApplicationAttemptsResponseProto> YarnServiceProtos.GetApplicationAttemptsResponseProto.getParserForType()
           
 

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetApplicationAttemptsResponseProto
 YarnServiceProtos.GetApplicationAttemptsResponseProto.Builder YarnServiceProtos.GetApplicationAttemptsResponseProto.Builder.mergeFrom(YarnServiceProtos.GetApplicationAttemptsResponseProto other)
           
static YarnServiceProtos.GetApplicationAttemptsResponseProto.Builder YarnServiceProtos.GetApplicationAttemptsResponseProto.newBuilder(YarnServiceProtos.GetApplicationAttemptsResponseProto prototype)
           
 

Method parameters in org.apache.hadoop.yarn.proto with type arguments of type YarnServiceProtos.GetApplicationAttemptsResponseProto
abstract  void ApplicationClientProtocol.ApplicationClientProtocolService.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 ApplicationClientProtocol.ApplicationClientProtocolService.Interface.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 ApplicationClientProtocol.ApplicationClientProtocolService.Stub.getApplicationAttempts(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationAttemptsRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationAttemptsResponseProto> done)
           
abstract  void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.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 ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Interface.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 ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Stub.getApplicationAttempts(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationAttemptsRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetApplicationAttemptsResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.