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

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

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

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

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

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetApplicationsRequestProto
 YarnServiceProtos.GetApplicationsResponseProto ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface.getApplications(com.google.protobuf.RpcController controller, YarnServiceProtos.GetApplicationsRequestProto request)
           
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)
           
 YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.Builder.mergeFrom(YarnServiceProtos.GetApplicationsRequestProto other)
           
static YarnServiceProtos.GetApplicationsRequestProto.Builder YarnServiceProtos.GetApplicationsRequestProto.newBuilder(YarnServiceProtos.GetApplicationsRequestProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.