Uses of Interface
org.apache.hugegraph.computer.core.store.entry.Pointer
-
-
Uses of Pointer in org.apache.hugegraph.computer.core.combiner
Methods in org.apache.hugegraph.computer.core.combiner that return Pointer Modifier and Type Method Description PointerAbstractPointerCombiner. combine(Pointer v1, Pointer v2)PointerPointerCombiner. combine(Pointer v1, Pointer v2)PointerVertexValueCombiner. combine(Pointer v1, Pointer v2)Methods in org.apache.hugegraph.computer.core.combiner with parameters of type Pointer Modifier and Type Method Description PointerAbstractPointerCombiner. combine(Pointer v1, Pointer v2)PointerPointerCombiner. combine(Pointer v1, Pointer v2)PointerVertexValueCombiner. combine(Pointer v1, Pointer v2) -
Uses of Pointer in org.apache.hugegraph.computer.core.compute.input
Classes in org.apache.hugegraph.computer.core.compute.input that implement Pointer Modifier and Type Class Description classReusablePointerMethods in org.apache.hugegraph.computer.core.compute.input with parameters of type Pointer Modifier and Type Method Description intReusablePointer. compareTo(Pointer other) -
Uses of Pointer in org.apache.hugegraph.computer.core.sort.flusher
Methods in org.apache.hugegraph.computer.core.sort.flusher that return types with arguments of type Pointer Modifier and Type Method Description default org.apache.hugegraph.computer.core.combiner.Combiner<Pointer>OuterSortFlusher. combiner()Combiner entries with the same key. -
Uses of Pointer in org.apache.hugegraph.computer.core.store.entry
Classes in org.apache.hugegraph.computer.core.store.entry that implement Pointer Modifier and Type Class Description classCachedPointerclassInlinePointerFields in org.apache.hugegraph.computer.core.store.entry declared as Pointer Modifier and Type Field Description protected PointerAbstractKvEntry. keyprotected PointerAbstractKvEntry. valueMethods in org.apache.hugegraph.computer.core.store.entry that return Pointer Modifier and Type Method Description PointerAbstractKvEntry. key()PointerKvEntry. key()PointerAbstractKvEntry. value()PointerKvEntry. value()Methods in org.apache.hugegraph.computer.core.store.entry with parameters of type Pointer Modifier and Type Method Description intCachedPointer. compareTo(Pointer other)intInlinePointer. compareTo(Pointer other)Constructors in org.apache.hugegraph.computer.core.store.entry with parameters of type Pointer Constructor Description AbstractKvEntry(Pointer key, Pointer value)DefaultKvEntry(Pointer key, Pointer value)DefaultKvEntry(Pointer key, Pointer value, long numSubEntries)KvEntryWithFirstSubKv(Pointer key, Pointer value, KvEntry firstSubKv, long subKvNum)
-