Hierarchy For Package org.apache.hugegraph.computer.core.store.entry

Package Hierarchies:

Class Hierarchy

  • java.lang.Object
    • org.apache.hugegraph.computer.core.store.entry.AbstractKvEntry (implements org.apache.hugegraph.computer.core.store.entry.KvEntry)
    • org.apache.hugegraph.computer.core.store.entry.CachedPointer (implements org.apache.hugegraph.computer.core.store.entry.Pointer)
    • org.apache.hugegraph.computer.core.store.entry.EntriesUtil
    • org.apache.hugegraph.computer.core.store.entry.EntryInputImpl (implements org.apache.hugegraph.computer.core.store.entry.EntryInput)
    • org.apache.hugegraph.computer.core.store.entry.EntryOutputImpl (implements org.apache.hugegraph.computer.core.store.entry.EntryOutput)
    • org.apache.hugegraph.computer.core.store.entry.InlinePointer (implements org.apache.hugegraph.computer.core.store.entry.Pointer)
    • org.apache.hugegraph.computer.core.store.entry.KvEntryReaderImpl (implements org.apache.hugegraph.computer.core.store.entry.KvEntryReader)
    • org.apache.hugegraph.computer.core.store.entry.KvEntryWriterImpl (implements org.apache.hugegraph.computer.core.store.entry.KvEntryWriter)

Interface Hierarchy

  • java.lang.Comparable<T>
    • org.apache.hugegraph.computer.core.store.entry.KvEntry
    • org.apache.hugegraph.computer.core.store.entry.Pointer (also extends org.apache.hugegraph.computer.core.store.entry.Range)
  • org.apache.hugegraph.computer.core.store.entry.EntryInput
  • org.apache.hugegraph.computer.core.store.entry.EntryOutput
  • org.apache.hugegraph.computer.core.store.entry.KvEntryReader
  • org.apache.hugegraph.computer.core.store.entry.KvEntryWriter
  • org.apache.hugegraph.computer.core.store.entry.Range
    • org.apache.hugegraph.computer.core.store.entry.Pointer (also extends java.lang.Comparable<T>)