Uses of Class
org.apache.tinkerpop.gremlin.process.computer.KeyValue
-
-
Uses of KeyValue in org.apache.tinkerpop.gremlin.process.computer
Method parameters in org.apache.tinkerpop.gremlin.process.computer with type arguments of type KeyValue Modifier and Type Method Description default void
MapReduce. addResultToMemory(Memory.Admin memory, Iterator<KeyValue<RK,RV>> keyValues)
The final result can be generated and added toMemory
and accessible viaDefaultComputerResult
.List<Integer>
GraphComputerTest.MapReduceB. generateFinalResult(Iterator<KeyValue<Integer,Integer>> keyValues)
List<Integer>
GraphComputerTest.MapReduceBB. generateFinalResult(Iterator<KeyValue<Integer,Integer>> keyValues)
MapReduce.NullObject
GraphComputerTest.MapReduceC. generateFinalResult(Iterator<KeyValue<MapReduce.NullObject,MapReduce.NullObject>> keyValues)
R
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 KeyValue Modifier and Type Method Description Integer
ClusterCountMapReduce. generateFinalResult(Iterator<KeyValue<MapReduce.NullObject,Integer>> keyValues)
Map<Serializable,Long>
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 KeyValue Modifier and Type Method Description Iterator<KeyValue<Object,Double>>
PageRankMapReduce. generateFinalResult(Iterator<KeyValue<Object,Double>> keyValues)
Method parameters in org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank with type arguments of type KeyValue Modifier and Type Method Description Iterator<KeyValue<Object,Double>>
PageRankMapReduce. generateFinalResult(Iterator<KeyValue<Object,Double>> keyValues)
-
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 Modifier and Type Method Description default <K,V>
Iterator<KeyValue<K,V>>Storage. head(String location, String memoryKey, Class readerClass)
Get theKeyValue
data at the specified memory location.<K,V>
Iterator<KeyValue<K,V>>Storage. head(String location, String memoryKey, Class readerClass, int totalLines)
Get theKeyValue
data at the specified memory location. -
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 Modifier and Type Field Description Queue<KeyValue<K,V>>
TinkerMapEmitter. mapQueue
protected Queue<KeyValue<OK,OV>>
TinkerReduceEmitter. reduceQueue
-