public interface EventBeanCollatedWriter
Modifier and Type | Method and Description |
---|---|
void |
writeCollatedEvent(EventBean event,
DataOutput dataOutput,
byte[] pageFullKey)
Write event collated.
|
void |
writeCollatedOID(long id,
DataOutput output,
byte[] pageFullKey)
Write event id collated.
|
void writeCollatedEvent(EventBean event, DataOutput dataOutput, byte[] pageFullKey) throws IOException
event
- to writedataOutput
- destinationpageFullKey
- page keyIOException
- for io exceptionsvoid writeCollatedOID(long id, DataOutput output, byte[] pageFullKey) throws IOException
id
- to writeoutput
- destinationpageFullKey
- page keyIOException
- for io exceptionsCopyright © 2005–2018. All rights reserved.