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

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

Uses of DAGProtos.TezEntityDescriptorProto in org.apache.tez.dag.api
 

Methods in org.apache.tez.dag.api that return DAGProtos.TezEntityDescriptorProto
static DAGProtos.TezEntityDescriptorProto DagTypeConverters.convertToDAGPlan(TezEntityDescriptor descriptor)
           
 

Methods in org.apache.tez.dag.api with parameters of type DAGProtos.TezEntityDescriptorProto
static EdgeManagerDescriptor DagTypeConverters.convertEdgeManagerDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
static InputDescriptor DagTypeConverters.convertInputDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
static OutputDescriptor DagTypeConverters.convertOutputDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
static ProcessorDescriptor DagTypeConverters.convertProcessorDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
static VertexManagerPluginDescriptor DagTypeConverters.convertVertexManagerPluginDescriptorFromDAGPlan(DAGProtos.TezEntityDescriptorProto proto)
           
 

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

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

Methods in org.apache.tez.dag.api.records that return DAGProtos.TezEntityDescriptorProto
 DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.Builder.build()
           
 DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.Builder.buildPartial()
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.getDefaultInstance()
           
 DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.getDefaultInstanceForType()
           
 DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.Builder.getDefaultInstanceForType()
           
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlanOrBuilder.getEdgeDestination()
          optional .TezEntityDescriptorProto edge_destination = 8;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlan.getEdgeDestination()
          optional .TezEntityDescriptorProto edge_destination = 8;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlan.Builder.getEdgeDestination()
          optional .TezEntityDescriptorProto edge_destination = 8;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlanOrBuilder.getEdgeManager()
          optional .TezEntityDescriptorProto edge_manager = 9;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlan.getEdgeManager()
          optional .TezEntityDescriptorProto edge_manager = 9;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlan.Builder.getEdgeManager()
          optional .TezEntityDescriptorProto edge_manager = 9;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlanOrBuilder.getEdgeSource()
          optional .TezEntityDescriptorProto edge_source = 7;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlan.getEdgeSource()
          optional .TezEntityDescriptorProto edge_source = 7;
 DAGProtos.TezEntityDescriptorProto DAGProtos.EdgePlan.Builder.getEdgeSource()
          optional .TezEntityDescriptorProto edge_source = 7;
 DAGProtos.TezEntityDescriptorProto DAGProtos.RootInputLeafOutputProtoOrBuilder.getEntityDescriptor()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.TezEntityDescriptorProto DAGProtos.RootInputLeafOutputProto.getEntityDescriptor()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.TezEntityDescriptorProto DAGProtos.RootInputLeafOutputProto.Builder.getEntityDescriptor()
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.TezEntityDescriptorProto DAGProtos.PlanGroupInputEdgeInfoOrBuilder.getMergedInput()
          required .TezEntityDescriptorProto merged_input = 2;
 DAGProtos.TezEntityDescriptorProto DAGProtos.PlanGroupInputEdgeInfo.getMergedInput()
          required .TezEntityDescriptorProto merged_input = 2;
 DAGProtos.TezEntityDescriptorProto DAGProtos.PlanGroupInputEdgeInfo.Builder.getMergedInput()
          required .TezEntityDescriptorProto merged_input = 2;
 DAGProtos.TezEntityDescriptorProto DAGProtos.VertexPlanOrBuilder.getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.TezEntityDescriptorProto DAGProtos.VertexPlan.getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.TezEntityDescriptorProto DAGProtos.VertexPlan.Builder.getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.TezEntityDescriptorProto DAGProtos.PreWarmContextProtoOrBuilder.getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.TezEntityDescriptorProto DAGProtos.PreWarmContextProto.getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.TezEntityDescriptorProto DAGProtos.PreWarmContextProto.Builder.getProcessorDescriptor()
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.TezEntityDescriptorProto DAGProtos.VertexPlanOrBuilder.getVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.TezEntityDescriptorProto DAGProtos.VertexPlan.getVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 DAGProtos.TezEntityDescriptorProto DAGProtos.VertexPlan.Builder.getVertexManagerPlugin()
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseDelimitedFrom(InputStream input)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(byte[] data)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(com.google.protobuf.ByteString data)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(InputStream input)
           
static DAGProtos.TezEntityDescriptorProto DAGProtos.TezEntityDescriptorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.tez.dag.api.records that return types with arguments of type DAGProtos.TezEntityDescriptorProto
 com.google.protobuf.Parser<DAGProtos.TezEntityDescriptorProto> DAGProtos.TezEntityDescriptorProto.getParserForType()
           
 

Methods in org.apache.tez.dag.api.records with parameters of type DAGProtos.TezEntityDescriptorProto
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.mergeEdgeDestination(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto edge_destination = 8;
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.mergeEdgeManager(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto edge_manager = 9;
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.mergeEdgeSource(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto edge_source = 7;
 DAGProtos.RootInputLeafOutputProto.Builder DAGProtos.RootInputLeafOutputProto.Builder.mergeEntityDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.TezEntityDescriptorProto.Builder DAGProtos.TezEntityDescriptorProto.Builder.mergeFrom(DAGProtos.TezEntityDescriptorProto other)
           
 DAGProtos.PlanGroupInputEdgeInfo.Builder DAGProtos.PlanGroupInputEdgeInfo.Builder.mergeMergedInput(DAGProtos.TezEntityDescriptorProto value)
          required .TezEntityDescriptorProto merged_input = 2;
 DAGProtos.VertexPlan.Builder DAGProtos.VertexPlan.Builder.mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.PreWarmContextProto.Builder DAGProtos.PreWarmContextProto.Builder.mergeProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.VertexPlan.Builder DAGProtos.VertexPlan.Builder.mergeVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
static DAGProtos.TezEntityDescriptorProto.Builder DAGProtos.TezEntityDescriptorProto.newBuilder(DAGProtos.TezEntityDescriptorProto prototype)
           
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.setEdgeDestination(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto edge_destination = 8;
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.setEdgeManager(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto edge_manager = 9;
 DAGProtos.EdgePlan.Builder DAGProtos.EdgePlan.Builder.setEdgeSource(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto edge_source = 7;
 DAGProtos.RootInputLeafOutputProto.Builder DAGProtos.RootInputLeafOutputProto.Builder.setEntityDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto entity_descriptor = 2;
 DAGProtos.PlanGroupInputEdgeInfo.Builder DAGProtos.PlanGroupInputEdgeInfo.Builder.setMergedInput(DAGProtos.TezEntityDescriptorProto value)
          required .TezEntityDescriptorProto merged_input = 2;
 DAGProtos.VertexPlan.Builder DAGProtos.VertexPlan.Builder.setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 3;
 DAGProtos.PreWarmContextProto.Builder DAGProtos.PreWarmContextProto.Builder.setProcessorDescriptor(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto processor_descriptor = 1;
 DAGProtos.VertexPlan.Builder DAGProtos.VertexPlan.Builder.setVertexManagerPlugin(DAGProtos.TezEntityDescriptorProto value)
          optional .TezEntityDescriptorProto vertex_manager_plugin = 10;
 



Copyright © 2014 Apache Software Foundation. All rights reserved.