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

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

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

Methods in org.apache.tez.dag.history.events that return RecoveryProtos.DAGCommitStartedProto
 RecoveryProtos.DAGCommitStartedProto DAGCommitStartedEvent.toProto()
           
 

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

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

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

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

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

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



Copyright © 2014 Apache Software Foundation. All rights reserved.