Class HgkvFileImpl

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, HgkvFile

    public class HgkvFileImpl
    extends AbstractHgkvFile
    • Constructor Detail

      • HgkvFileImpl

        public HgkvFileImpl​(java.lang.String path)
    • Method Detail

      • create

        public static HgkvFile create​(java.lang.String path)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • open

        public static HgkvFile open​(java.lang.String path)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • open

        public static HgkvFile open​(java.io.File file)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • output

        public org.apache.hugegraph.computer.core.io.RandomAccessOutput output()
                                                                        throws java.io.IOException
        Description copied from interface: HgkvFile
        Output of hgkv file.
        Throws:
        java.io.IOException
      • close

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