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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.