Class FSDirectory.FSIndexInput.Descriptor

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    FSDirectory.FSIndexInput

    protected static class FSDirectory.FSIndexInput.Descriptor
    extends java.lang.Object
    implements java.lang.Cloneable
    • Constructor Summary

      Constructors 
      Constructor Description
      Descriptor​(java.io.File file, java.lang.String mode)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      protected void finalize()  
      • Methods inherited from class java.lang.Object

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

      • Descriptor

        public Descriptor​(java.io.File file,
                          java.lang.String mode)
                   throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable