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

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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All Rights Reserved.