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

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

Uses of RecoveryProtos.SummaryEventProto in org.apache.tez.dag.history
 

Methods in org.apache.tez.dag.history with parameters of type RecoveryProtos.SummaryEventProto
 void SummaryEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 

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

Methods in org.apache.tez.dag.history.events with parameters of type RecoveryProtos.SummaryEventProto
 void VertexGroupCommitStartedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 void VertexGroupCommitFinishedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 void VertexFinishedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 void VertexCommitStartedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 void DAGSubmittedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 void DAGFinishedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 void DAGCommitStartedEvent.fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
           
 

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

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

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

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

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

Uses of RecoveryProtos.SummaryEventProto in org.apache.tez.dag.utils
 

Methods in org.apache.tez.dag.utils that return RecoveryProtos.SummaryEventProto
static RecoveryProtos.SummaryEventProto ProtoUtils.toSummaryEventProto(org.apache.tez.dag.records.TezDAGID dagID, long timestamp, HistoryEventType historyEventType)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.