Interface Wal.EntryProcessor

Enclosing interface:
Wal

public static interface Wal.EntryProcessor
Entry processor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(byte[] data, int offset, int length)
    The method invoked by processRecordsBeforeLastCheckpointStart and processRecordsAfterLastCheckpointStart methods.
  • Method Details

    • process

      void process(byte[] data, int offset, int length) throws IgniteCheckedException
      The method invoked by processRecordsBeforeLastCheckpointStart and processRecordsAfterLastCheckpointStart methods.
      Parameters:
      data - A byte array containing the serialized description of the commit, never null.
      offset - The offset within the array where the serialized description is located.
      length - The length of the serialized description.
      Throws:
      IgniteCheckedException