public interface HistoryEvent
| Modifier and Type | Method and Description |
|---|---|
void |
fromProtoStream(InputStream inputStream) |
HistoryEventType |
getEventType() |
boolean |
isHistoryEvent() |
boolean |
isRecoveryEvent() |
void |
toProtoStream(OutputStream outputStream) |
HistoryEventType getEventType()
boolean isRecoveryEvent()
boolean isHistoryEvent()
void toProtoStream(OutputStream outputStream) throws IOException
IOExceptionvoid fromProtoStream(InputStream inputStream) throws IOException
IOExceptionCopyright © 2014 Apache Software Foundation. All rights reserved.