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

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

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

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

Methods in org.apache.tez.dag.api.client.rpc that return DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder.build()
           
 DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder.buildPartial()
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.getDefaultInstance()
           
 DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.getDefaultInstanceForType()
           
 DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder.getDefaultInstanceForType()
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseDelimitedFrom(InputStream input)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseFrom(byte[] data)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.parseFrom(InputStream input)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto DAGClientAMProtocolRPC.GetAllDAGsRequestProto.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.GetAllDAGsRequestProto
 com.google.protobuf.Parser<DAGClientAMProtocolRPC.GetAllDAGsRequestProto> DAGClientAMProtocolRPC.GetAllDAGsRequestProto.getParserForType()
           
 

Methods in org.apache.tez.dag.api.client.rpc with parameters of type DAGClientAMProtocolRPC.GetAllDAGsRequestProto
 DAGClientAMProtocolRPC.GetAllDAGsResponseProto DAGClientAMProtocolRPC.DAGClientAMProtocol.BlockingInterface.getAllDAGs(com.google.protobuf.RpcController controller, DAGClientAMProtocolRPC.GetAllDAGsRequestProto request)
           
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)
           
 DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder.mergeFrom(DAGClientAMProtocolRPC.GetAllDAGsRequestProto other)
           
static DAGClientAMProtocolRPC.GetAllDAGsRequestProto.Builder DAGClientAMProtocolRPC.GetAllDAGsRequestProto.newBuilder(DAGClientAMProtocolRPC.GetAllDAGsRequestProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.