public class VertexRecoverableEventsGeneratedEvent extends Object implements HistoryEvent
| Constructor and Description |
|---|
VertexRecoverableEventsGeneratedEvent() |
VertexRecoverableEventsGeneratedEvent(org.apache.tez.dag.records.TezVertexID vertexID,
List<org.apache.tez.runtime.api.impl.TezEvent> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromProto(RecoveryProtos.VertexDataMovementEventsGeneratedProto proto) |
void |
fromProtoStream(InputStream inputStream) |
HistoryEventType |
getEventType() |
List<org.apache.tez.runtime.api.impl.TezEvent> |
getTezEvents() |
org.apache.tez.dag.records.TezVertexID |
getVertexID() |
boolean |
isHistoryEvent() |
boolean |
isRecoveryEvent() |
RecoveryProtos.VertexDataMovementEventsGeneratedProto |
toProto() |
void |
toProtoStream(OutputStream outputStream) |
String |
toString() |
public VertexRecoverableEventsGeneratedEvent(org.apache.tez.dag.records.TezVertexID vertexID,
List<org.apache.tez.runtime.api.impl.TezEvent> events)
public VertexRecoverableEventsGeneratedEvent()
public HistoryEventType getEventType()
getEventType in interface HistoryEventpublic boolean isRecoveryEvent()
isRecoveryEvent in interface HistoryEventpublic boolean isHistoryEvent()
isHistoryEvent in interface HistoryEventpublic RecoveryProtos.VertexDataMovementEventsGeneratedProto toProto()
public void fromProto(RecoveryProtos.VertexDataMovementEventsGeneratedProto proto)
public void toProtoStream(OutputStream outputStream) throws IOException
toProtoStream in interface HistoryEventIOExceptionpublic void fromProtoStream(InputStream inputStream) throws IOException
fromProtoStream in interface HistoryEventIOExceptionpublic org.apache.tez.dag.records.TezVertexID getVertexID()
public List<org.apache.tez.runtime.api.impl.TezEvent> getTezEvents()
Copyright © 2014 Apache Software Foundation. All rights reserved.