Class EntriesUtil


  • public final class EntriesUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EntriesUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.apache.hugegraph.computer.core.io.BytesInput inputFromOutput​(org.apache.hugegraph.computer.core.io.BytesOutput output)  
      static KvEntry kvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input, boolean useInlinePointer, boolean valueWithSubKv)  
      static KvEntry kvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input, org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput, boolean useInlinePointer, boolean valueWithSubKv)  
      static KvEntryWithFirstSubKv kvEntryWithFirstSubKv​(KvEntry entry)  
      static KvEntry subKvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input, boolean useInlinePointer)  
      static KvEntry subKvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input, org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput, boolean useInlinePointer)  
      static EntryIterator subKvIterFromEntry​(KvEntry entry)  
      • Methods inherited from class java.lang.Object

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

      • EntriesUtil

        public EntriesUtil()
    • Method Detail

      • kvEntryFromInput

        public static KvEntry kvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input,
                                               org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput,
                                               boolean useInlinePointer,
                                               boolean valueWithSubKv)
      • kvEntryFromInput

        public static KvEntry kvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input,
                                               boolean useInlinePointer,
                                               boolean valueWithSubKv)
      • subKvEntryFromInput

        public static KvEntry subKvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input,
                                                  org.apache.hugegraph.computer.core.io.RandomAccessInput userAccessInput,
                                                  boolean useInlinePointer)
      • subKvEntryFromInput

        public static KvEntry subKvEntryFromInput​(org.apache.hugegraph.computer.core.io.RandomAccessInput input,
                                                  boolean useInlinePointer)
      • inputFromOutput

        public static org.apache.hugegraph.computer.core.io.BytesInput inputFromOutput​(org.apache.hugegraph.computer.core.io.BytesOutput output)