Interface Pointer

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      byte[] bytes()  
      org.apache.hugegraph.computer.core.io.RandomAccessInput input()  
      void write​(org.apache.hugegraph.computer.core.io.RandomAccessOutput output)  
      • Methods inherited from interface java.lang.Comparable

        compareTo
      • Methods inherited from interface org.apache.hugegraph.computer.core.store.entry.Range

        length, offset
    • Method Detail

      • input

        org.apache.hugegraph.computer.core.io.RandomAccessInput input()
      • bytes

        byte[] bytes()
              throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        void write​(org.apache.hugegraph.computer.core.io.RandomAccessOutput output)
            throws java.io.IOException
        Throws:
        java.io.IOException