Uses of Package
org.apache.tinkerpop.gremlin.process.computer
Packages that use org.apache.tinkerpop.gremlin.process.computer
Package
Description
-
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.computerClassDescriptionThe result of the
GraphComputer's computation.TheGraphComputeris responsible for the execution of aVertexProgramand then a set ofMapReducejobs over the vertices in theGraph.GraphFilter is used byGraphComputerimplementations to prune the source graph data being loaded into the OLAP system.A enum denoting whether a particular result will be allowed or not.A MapReduce is composed of map(), combine(), and reduce() stages.The MapEmitter is used to emit key/value pairs from the map() stage of the MapReduce job.A convenience singleton when a single key is needed so that all emitted values converge to the same combiner/reducer.The ReduceEmitter is used to emit key/value pairs from the combine() and reduce() stages of the MapReduce job.MapReduce is composed of three stages: map, combine, and reduce.The Memory of aGraphComputeris a global data structure where by vertices can communicate information with one another.The Admin interface is used by theGraphComputerto update the Memory.A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.AMessageScoperepresents the range of a message.A Global message is directed at an arbitrary vertex in the graph.A Local message is directed to an adjacent (or "memory adjacent") vertex.TheMessengerserves as the routing system for messages between vertices.AVertexComputeKeyspecifies a property of a vertex that will be used to storeGraphComputerdata.AVertexProgramrepresents one component of a distributed graph computation. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.computer.clustering.connectedClassDescriptionThe Memory of a
GraphComputeris a global data structure where by vertices can communicate information with one another.AMessageScoperepresents the range of a message.TheMessengerserves as the routing system for messages between vertices.AVertexComputeKeyspecifies a property of a vertex that will be used to storeGraphComputerdata.AVertexProgramrepresents one component of a distributed graph computation. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.computer.clustering.peerpressureClassDescriptionThe Memory of a
GraphComputeris a global data structure where by vertices can communicate information with one another.AMessageScoperepresents the range of a message.TheMessengerserves as the routing system for messages between vertices.AVertexComputeKeyspecifies a property of a vertex that will be used to storeGraphComputerdata.AVertexProgramrepresents one component of a distributed graph computation. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.computer.ranking.pagerankClassDescriptionThe Memory of a
GraphComputeris a global data structure where by vertices can communicate information with one another.A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.AMessageScoperepresents the range of a message.TheMessengerserves as the routing system for messages between vertices.AVertexComputeKeyspecifies a property of a vertex that will be used to storeGraphComputerdata.AVertexProgramrepresents one component of a distributed graph computation. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.computer.search.pathClassDescriptionThe Memory of a
GraphComputeris a global data structure where by vertices can communicate information with one another.AMessageScoperepresents the range of a message.TheMessengerserves as the routing system for messages between vertices.AVertexComputeKeyspecifies a property of a vertex that will be used to storeGraphComputerdata.AVertexProgramrepresents one component of a distributed graph computation. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.computer.traversalClassDescriptionA MapReduce is composed of map(), combine(), and reduce() stages.The Memory of a
GraphComputeris a global data structure where by vertices can communicate information with one another.A MessageCombiner allows two messages in route to the same vertex to be aggregated into a single message.AMessageScoperepresents the range of a message.TheMessengerserves as the routing system for messages between vertices.AVertexComputeKeyspecifies a property of a vertex that will be used to storeGraphComputerdata.AVertexProgramrepresents one component of a distributed graph computation. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.computer.util
-
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.traversalClassDescriptionThe
GraphComputeris responsible for the execution of aVertexProgramand then a set ofMapReducejobs over the vertices in theGraph. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.process.traversal.dsl.graphClassDescriptionThe
GraphComputeris responsible for the execution of aVertexProgramand then a set ofMapReducejobs over the vertices in theGraph.AVertexProgramrepresents one component of a distributed graph computation. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.structureClassDescriptionThe
GraphComputeris responsible for the execution of aVertexProgramand then a set ofMapReducejobs over the vertices in theGraph. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.structure.ioClassDescriptionGraphFilter is used by
GraphComputerimplementations to prune the source graph data being loaded into the OLAP system. -
Classes in org.apache.tinkerpop.gremlin.process.computer used by org.apache.tinkerpop.gremlin.structure.io.gryoClassDescriptionGraphFilter is used by
GraphComputerimplementations to prune the source graph data being loaded into the OLAP system.