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

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.