Interface CommitLogSegmentReader


public interface CommitLogSegmentReader
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readCommitLogSegment(File file, long segmentId, int position)
     
  • Method Details

    • readCommitLogSegment

      void readCommitLogSegment(File file, long segmentId, int position) throws IOException
      Throws:
      IOException