Uses of Class
org.apache.tez.dag.api.client.rpc.DAGClientAMProtocolRPC.GetAllDAGsResponseProto

Packages that use DAGClientAMProtocolRPC.GetAllDAGsResponseProto
org.apache.tez.dag.api.client.rpc   
 

Uses of DAGClientAMProtocolRPC.GetAllDAGsResponseProto in org.apache.tez.dag.api.client.rpc
 

Fields in org.apache.tez.dag.api.client.rpc with type parameters of type DAGClientAMProtocolRPC.GetAllDAGsResponseProto
static com.google.protobuf.Parser<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> DAGClientAMProtocolRPC.GetAllDAGsResponseProto.PARSER
           
 

Methods in org.apache.tez.dag.api.client.rpc that return DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder.build()
           
 DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder.buildPartial()
           
 DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface.getAllDAGs(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.GetAllDAGsRequestProto request)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.getDefaultInstance()
           
 DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.getDefaultInstanceForType()
           
 DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder.getDefaultInstanceForType()
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseDelimitedFrom(InputStream input)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(byte[] data)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(com.google.protobuf.ByteString data)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(InputStream input)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.GetAllDAGsResponseProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.tez.dag.api.client.rpc that return types with arguments of type DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 com.google.protobuf.Parser<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> DAGClientAMProtocolRPC.GetAllDAGsResponseProto.getParserForType()
           
 

Methods in org.apache.tez.dag.api.client.rpc with parameters of type DAGClientAMProtocolRPC.GetAllDAGsResponseProto
 DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder.mergeFrom(DAGClientAMProtocolRPC.GetAllDAGsResponseProto other)
           
static DAGClientAMProtocolRPC.GetAllDAGsResponseProto.Builder DAGClientAMProtocolRPC.GetAllDAGsResponseProto.newBuilder(DAGClientAMProtocolRPC.GetAllDAGsResponseProto prototype)
           
 

Method parameters in org.apache.tez.dag.api.client.rpc with type arguments of type DAGClientAMProtocolRPC.GetAllDAGsResponseProto
abstract  void DAGClientAMProtocolRPC.DAGClientAMProtocol.getAllDAGs(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.GetAllDAGsRequestProto request, com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
          rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto);
 void DAGClientAMProtocolRPC.DAGClientAMProtocol.Interface.getAllDAGs(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.GetAllDAGsRequestProto request, com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
          rpc getAllDAGs(.GetAllDAGsRequestProto) returns (.GetAllDAGsResponseProto);
 void DAGClientAMProtocolRPC.DAGClientAMProtocol.Stub.getAllDAGs(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.GetAllDAGsRequestProto request, com.google.protobuf.RpcCallback<DAGClientAMProtocolRPC.GetAllDAGsResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.