Class IndexReaderImpl

  • Direct Known Subclasses:
    IndexReaderV1, IndexReaderV2

    abstract class IndexReaderImpl
    extends java.lang.Object
    A common base class for index reader implementations.
    • Constructor Summary

      Constructors 
      Constructor Description
      IndexReaderImpl()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      (package private) abstract Index read​(int version)  
      (package private) abstract int toDataVersion​(int version)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IndexReaderImpl

        IndexReaderImpl()
    • Method Detail

      • read

        abstract Index read​(int version)
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • toDataVersion

        abstract int toDataVersion​(int version)