Interface EventBeanCollatedWriter
public interface EventBeanCollatedWriter
Collated writer for events, intented for passing along as a parameter and not intended to be implemented by an application
-
Field Summary
Modifier and TypeFieldDescriptionstatic final EPTypeClass
Type class of EventBeanCollatedWriter.class -
Method Summary
Modifier and TypeMethodDescriptionvoid
writeCollatedEvent
(EventBean event, DataOutput dataOutput, byte[] pageFullKey) Write event collated.void
writeCollatedOID
(long id, DataOutput output, byte[] pageFullKey) Write event id collated.
-
Field Details
-
EPTYPE
Type class of EventBeanCollatedWriter.class
-
-
Method Details
-
writeCollatedEvent
void writeCollatedEvent(EventBean event, DataOutput dataOutput, byte[] pageFullKey) throws IOException Write event collated.- Parameters:
event
- to writedataOutput
- destinationpageFullKey
- page key- Throws:
IOException
- for io exceptions
-
writeCollatedOID
Write event id collated.- Parameters:
id
- to writeoutput
- destinationpageFullKey
- page key- Throws:
IOException
- for io exceptions
-