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

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

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

Methods in org.apache.tez.dag.history.events that return RecoveryProtos.VertexStartedProto
 RecoveryProtos.VertexStartedProto VertexStartedEvent.toProto()
           
 

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.