Interface SegmentReaderAccess


public interface SegmentReaderAccess
Access to SegmentReader internals exposed to the test framework.
  • Method Summary

    Modifier and Type
    Method
    Description
    getCore(SegmentReader segmentReader)
     
  • Method Details

    • getCore

      Object getCore(SegmentReader segmentReader)
      Returns:
      Returns the package-private SegmentCoreReaders associated with the segment reader. We don't use the actual type anywhere, so just return it as an object, without type.