Uses of Class
org.apache.tinkerpop.gremlin.process.computer.KeyValue
Packages that use KeyValue
Package
Description
-
Uses of KeyValue in org.apache.tinkerpop.gremlin.process.computer
Method parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type KeyValueModifier and TypeMethodDescriptiondefault voidMapReduce.addResultToMemory(Memory.Admin memory, Iterator<KeyValue<RK, RV>> keyValues) The final result can be generated and added toMemoryand accessible viaDefaultComputerResult.GraphComputerTest.MapReduceB.generateFinalResult(Iterator<KeyValue<Integer, Integer>> keyValues) GraphComputerTest.MapReduceBB.generateFinalResult(Iterator<KeyValue<Integer, Integer>> keyValues) GraphComputerTest.MapReduceC.generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, MapReduce.NullObject>> keyValues) MapReduce.generateFinalResult(Iterator<KeyValue<RK, RV>> keyValues) The key/value pairs emitted by reduce() (or map() in a map-only job) can be iterated to generate a local JVM Java object. -
Uses of KeyValue in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure
Method parameters in org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressure with type arguments of type KeyValueModifier and TypeMethodDescriptionClusterCountMapReduce.generateFinalResult(Iterator<KeyValue<MapReduce.NullObject, Integer>> keyValues) ClusterPopulationMapReduce.generateFinalResult(Iterator<KeyValue<Serializable, Long>> keyValues) -
Uses of KeyValue in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank
Methods in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank that return types with arguments of type KeyValueModifier and TypeMethodDescriptionPageRankMapReduce.generateFinalResult(Iterator<KeyValue<Object, Double>> keyValues) Method parameters in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with type arguments of type KeyValue -
Uses of KeyValue in org.apache.tinkerpop.gremlin.structure.io
Methods in org.apache.tinkerpop.gremlin.structure.io that return types with arguments of type KeyValue -
Uses of KeyValue in org.apache.tinkerpop.gremlin.tinkergraph.process.computer
Fields in org.apache.tinkerpop.gremlin.tinkergraph.process.computer with type parameters of type KeyValue