public interface EventBeanCollatedWriter
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE
Type class of EventBeanCollatedWriter.class
|
Modifier and Type | Method and Description |
---|---|
void |
writeCollatedEvent(EventBean event,
java.io.DataOutput dataOutput,
byte[] pageFullKey)
Write event collated.
|
void |
writeCollatedOID(long id,
java.io.DataOutput output,
byte[] pageFullKey)
Write event id collated.
|
static final EPTypeClass EPTYPE
void writeCollatedEvent(EventBean event, java.io.DataOutput dataOutput, byte[] pageFullKey) throws java.io.IOException
event
- to writedataOutput
- destinationpageFullKey
- page keyjava.io.IOException
- for io exceptionsvoid writeCollatedOID(long id, java.io.DataOutput output, byte[] pageFullKey) throws java.io.IOException
id
- to writeoutput
- destinationpageFullKey
- page keyjava.io.IOException
- for io exceptions