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

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

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

Methods in org.apache.tez.dag.history.events that return RecoveryProtos.VertexFinishedProto
 RecoveryProtos.VertexFinishedProto VertexFinishedEvent.toProto()
           
 

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.