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

    Fields
    Modifier and Type
    Field
    Description
    static final EPTypeClass
    Type class of EventBeanCollatedWriter.class
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      static final EPTypeClass 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 write
      dataOutput - destination
      pageFullKey - page key
      Throws:
      IOException - for io exceptions
    • writeCollatedOID

      void writeCollatedOID(long id, DataOutput output, byte[] pageFullKey) throws IOException
      Write event id collated.
      Parameters:
      id - to write
      output - destination
      pageFullKey - page key
      Throws:
      IOException - for io exceptions