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

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

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

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

Methods in org.apache.hadoop.yarn.proto that return YarnServiceProtos.GetApplicationAttemptsRequestProto
 YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.Builder.build()
           
 YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.Builder.buildPartial()
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.getDefaultInstance()
           
 YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.getDefaultInstanceForType()
           
 YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.Builder.getDefaultInstanceForType()
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseDelimitedFrom(InputStream input)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(byte[] data)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(InputStream input)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto YarnServiceProtos.GetApplicationAttemptsRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetApplicationAttemptsRequestProto
 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)
           
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)
           
 YarnServiceProtos.GetApplicationAttemptsRequestProto.Builder YarnServiceProtos.GetApplicationAttemptsRequestProto.Builder.mergeFrom(YarnServiceProtos.GetApplicationAttemptsRequestProto other)
           
static YarnServiceProtos.GetApplicationAttemptsRequestProto.Builder YarnServiceProtos.GetApplicationAttemptsRequestProto.newBuilder(YarnServiceProtos.GetApplicationAttemptsRequestProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.