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

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

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

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

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

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

Methods in org.apache.hadoop.yarn.proto with parameters of type YarnServiceProtos.GetContainersRequestProto
 YarnServiceProtos.GetContainersResponseProto ApplicationClientProtocol.ApplicationClientProtocolService.BlockingInterface.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request)
           
 YarnServiceProtos.GetContainersResponseProto ApplicationHistoryProtocol.ApplicationHistoryProtocolService.BlockingInterface.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request)
           
abstract  void ApplicationClientProtocol.ApplicationClientProtocolService.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);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Interface.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);
 void ApplicationClientProtocol.ApplicationClientProtocolService.Stub.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
           
abstract  void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.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);
 void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Interface.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);
 void ApplicationHistoryProtocol.ApplicationHistoryProtocolService.Stub.getContainers(com.google.protobuf.RpcController controller, YarnServiceProtos.GetContainersRequestProto request, com.google.protobuf.RpcCallback<YarnServiceProtos.GetContainersResponseProto> done)
           
 YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.Builder.mergeFrom(YarnServiceProtos.GetContainersRequestProto other)
           
static YarnServiceProtos.GetContainersRequestProto.Builder YarnServiceProtos.GetContainersRequestProto.newBuilder(YarnServiceProtos.GetContainersRequestProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.