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

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

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

Methods in org.apache.tez.dag.history.events that return RecoveryProtos.DAGStartedProto
 RecoveryProtos.DAGStartedProto DAGStartedEvent.toProto()
           
 

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.