public interface HistoryEvent
| Modifier and Type | Method and Description |
|---|---|
void |
fromProtoStream(com.google.protobuf.CodedInputStream inputStream) |
HistoryEventType |
getEventType() |
boolean |
isHistoryEvent() |
boolean |
isRecoveryEvent() |
void |
toProtoStream(com.google.protobuf.CodedOutputStream outputStream) |
HistoryEventType getEventType()
boolean isRecoveryEvent()
boolean isHistoryEvent()
void toProtoStream(com.google.protobuf.CodedOutputStream outputStream)
throws IOException
IOExceptionvoid fromProtoStream(com.google.protobuf.CodedInputStream inputStream)
throws IOException
IOExceptionCopyright © 2019 Apache Software Foundation. All rights reserved.