public interface SummaryEvent
| Modifier and Type | Method and Description |
|---|---|
void |
fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) |
void |
toSummaryProtoStream(OutputStream outputStream) |
boolean |
writeToRecoveryImmediately()
Whether to write this event immediately to the DAG recovery file
Summary events are always written immediately to summary file.
|
void toSummaryProtoStream(OutputStream outputStream) throws IOException
IOExceptionvoid fromSummaryProtoStream(RecoveryProtos.SummaryEventProto proto) throws IOException
IOExceptionboolean writeToRecoveryImmediately()
Copyright © 2015 Apache Software Foundation. All rights reserved.