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