Uses of Class
org.apache.tez.dag.recovery.records.RecoveryProtos.DAGSubmittedProto

Packages that use RecoveryProtos.DAGSubmittedProto
org.apache.tez.dag.history.events   
org.apache.tez.dag.recovery.records   
 

Uses of RecoveryProtos.DAGSubmittedProto in org.apache.tez.dag.history.events
 

Methods in org.apache.tez.dag.history.events that return RecoveryProtos.DAGSubmittedProto
 RecoveryProtos.DAGSubmittedProto DAGSubmittedEvent.toProto()
           
 

Methods in org.apache.tez.dag.history.events with parameters of type RecoveryProtos.DAGSubmittedProto
 void DAGSubmittedEvent.fromProto(RecoveryProtos.DAGSubmittedProto proto)
           
 

Uses of RecoveryProtos.DAGSubmittedProto in org.apache.tez.dag.recovery.records
 

Fields in org.apache.tez.dag.recovery.records with type parameters of type RecoveryProtos.DAGSubmittedProto
static com.google.protobuf.Parser<RecoveryProtos.DAGSubmittedProto> RecoveryProtos.DAGSubmittedProto.PARSER
           
 

Methods in org.apache.tez.dag.recovery.records that return RecoveryProtos.DAGSubmittedProto
 RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.Builder.build()
           
 RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.Builder.buildPartial()
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.getDefaultInstance()
           
 RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.getDefaultInstanceForType()
           
 RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.Builder.getDefaultInstanceForType()
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseDelimitedFrom(InputStream input)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(byte[] data)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(com.google.protobuf.ByteString data)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(InputStream input)
           
static RecoveryProtos.DAGSubmittedProto RecoveryProtos.DAGSubmittedProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.tez.dag.recovery.records with parameters of type RecoveryProtos.DAGSubmittedProto
 RecoveryProtos.DAGSubmittedProto.Builder RecoveryProtos.DAGSubmittedProto.Builder.mergeFrom(RecoveryProtos.DAGSubmittedProto other)
           
static RecoveryProtos.DAGSubmittedProto.Builder RecoveryProtos.DAGSubmittedProto.newBuilder(RecoveryProtos.DAGSubmittedProto prototype)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.