org.apache.tez.dag.history
Interface SummaryEvent
- All Known Implementing Classes:
- DAGCommitStartedEvent, DAGFinishedEvent, DAGSubmittedEvent, VertexCommitStartedEvent, VertexFinishedEvent, VertexGroupCommitFinishedEvent, VertexGroupCommitStartedEvent
public interface SummaryEvent
toSummaryProtoStream
void toSummaryProtoStream(OutputStream outputStream)
throws IOException
- Throws:
IOException
fromSummaryProtoStream
void fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto)
throws IOException
- Throws:
IOException
writeToRecoveryImmediately
boolean writeToRecoveryImmediately()
- Whether to write this event immediately to the DAG recovery file
Summary events are always written immediately to summary file.
- Returns:
Copyright © 2014 Apache Software Foundation. All rights reserved.