Uses of Interface
org.apache.tez.dag.api.records.DAGProtos.VertexStatusProtoOrBuilder

Packages that use DAGProtos.VertexStatusProtoOrBuilder
org.apache.tez.dag.api.client   
org.apache.tez.dag.api.client.rpc   
org.apache.tez.dag.api.records   
 

Uses of DAGProtos.VertexStatusProtoOrBuilder in org.apache.tez.dag.api.client
 

Constructors in org.apache.tez.dag.api.client with parameters of type DAGProtos.VertexStatusProtoOrBuilder
VertexStatus(DAGProtos.VertexStatusProtoOrBuilder proxy)
           
 

Uses of DAGProtos.VertexStatusProtoOrBuilder in org.apache.tez.dag.api.client.rpc
 

Methods in org.apache.tez.dag.api.client.rpc that return DAGProtos.VertexStatusProtoOrBuilder
 DAGProtos.VertexStatusProtoOrBuilder DAGClientAMProtocolRPC.GetVertexStatusResponseProtoOrBuilder.getVertexStatusOrBuilder()
          optional .VertexStatusProto vertexStatus = 1;
 DAGProtos.VertexStatusProtoOrBuilder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.getVertexStatusOrBuilder()
          optional .VertexStatusProto vertexStatus = 1;
 DAGProtos.VertexStatusProtoOrBuilder DAGClientAMProtocolRPC.GetVertexStatusResponseProto.Builder.getVertexStatusOrBuilder()
          optional .VertexStatusProto vertexStatus = 1;
 

Uses of DAGProtos.VertexStatusProtoOrBuilder in org.apache.tez.dag.api.records
 

Classes in org.apache.tez.dag.api.records that implement DAGProtos.VertexStatusProtoOrBuilder
static class DAGProtos.VertexStatusProto
          Protobuf type VertexStatusProto
static class DAGProtos.VertexStatusProto.Builder
          Protobuf type VertexStatusProto
 



Copyright © 2014 Apache Software Foundation. All rights reserved.