Uses of Class
org.apache.tez.dag.api.records.DAGProtos.VertexPlan

Packages that use DAGProtos.VertexPlan
org.apache.tez.dag.api.records   
 

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

Fields in org.apache.tez.dag.api.records with type parameters of type DAGProtos.VertexPlan
static com.google.protobuf.Parser<DAGProtos.VertexPlan> DAGProtos.VertexPlan.PARSER
           
 

Methods in org.apache.tez.dag.api.records that return DAGProtos.VertexPlan
 DAGProtos.VertexPlan DAGProtos.VertexPlan.Builder.build()
           
 DAGProtos.VertexPlan DAGProtos.VertexPlan.Builder.buildPartial()
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.getDefaultInstance()
           
 DAGProtos.VertexPlan DAGProtos.VertexPlan.getDefaultInstanceForType()
           
 DAGProtos.VertexPlan DAGProtos.VertexPlan.Builder.getDefaultInstanceForType()
           
 DAGProtos.VertexPlan DAGProtos.DAGPlanOrBuilder.getVertex(int index)
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlan DAGProtos.DAGPlan.getVertex(int index)
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlan DAGProtos.DAGPlan.Builder.getVertex(int index)
          repeated .VertexPlan vertex = 2;
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseDelimitedFrom(InputStream input)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(byte[] data)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(com.google.protobuf.ByteString data)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(com.google.protobuf.CodedInputStream input)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(InputStream input)
           
static DAGProtos.VertexPlan DAGProtos.VertexPlan.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.tez.dag.api.records that return types with arguments of type DAGProtos.VertexPlan
 com.google.protobuf.Parser<DAGProtos.VertexPlan> DAGProtos.VertexPlan.getParserForType()
           
 List<DAGProtos.VertexPlan> DAGProtos.DAGPlanOrBuilder.getVertexList()
          repeated .VertexPlan vertex = 2;
 List<DAGProtos.VertexPlan> DAGProtos.DAGPlan.getVertexList()
          repeated .VertexPlan vertex = 2;
 List<DAGProtos.VertexPlan> DAGProtos.DAGPlan.Builder.getVertexList()
          repeated .VertexPlan vertex = 2;
 

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.VertexPlan
 DAGProtos.DAGPlan.Builder DAGProtos.DAGPlan.Builder.addVertex(DAGProtos.VertexPlan value)
          repeated .VertexPlan vertex = 2;
 DAGProtos.DAGPlan.Builder DAGProtos.DAGPlan.Builder.addVertex(int index, DAGProtos.VertexPlan value)
          repeated .VertexPlan vertex = 2;
 DAGProtos.VertexPlan.Builder DAGProtos.VertexPlan.Builder.mergeFrom(DAGProtos.VertexPlan other)
           
static DAGProtos.VertexPlan.Builder DAGProtos.VertexPlan.newBuilder(DAGProtos.VertexPlan prototype)
           
 DAGProtos.DAGPlan.Builder DAGProtos.DAGPlan.Builder.setVertex(int index, DAGProtos.VertexPlan value)
          repeated .VertexPlan vertex = 2;
 

Method parameters in org.apache.tez.dag.api.records with type arguments of type DAGProtos.VertexPlan
 DAGProtos.DAGPlan.Builder DAGProtos.DAGPlan.Builder.addAllVertex(Iterable<? extends DAGProtos.VertexPlan> values)
          repeated .VertexPlan vertex = 2;
 



Copyright © 2014 Apache Software Foundation. All rights reserved.