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

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

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

Methods in org.apache.tez.dag.history.events that return RecoveryProtos.TaskAttemptFinishedProto
 RecoveryProtos.TaskAttemptFinishedProto TaskAttemptFinishedEvent.toProto()
           
 

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.