Uses of Package
org.apache.giraph.graph

Packages that use org.apache.giraph.graph
org.apache.giraph.benchmark Package of benchmarks for performance testing and optimization 
org.apache.giraph.bsp Package of generic bulk synchronous processing objects. 
org.apache.giraph.comm Package of communication related objects, IPC service. 
org.apache.giraph.comm.netty Package for netty implementations. 
org.apache.giraph.comm.netty.handler Package for classes which handle requests and responses. 
org.apache.giraph.comm.requests Package for requests. 
org.apache.giraph.conf Package of Giraph configuration related things. 
org.apache.giraph.edge Package of Vertex implementations. 
org.apache.giraph.examples Package of Giraph examples. 
org.apache.giraph.graph Package of all the graph related objects, built on the org.apache.bsp package. 
org.apache.giraph.hive Package of Giraph configuration related things. 
org.apache.giraph.hive.input.vertex Hive vertex input related things. 
org.apache.giraph.hive.output Hive output things. 
org.apache.giraph.hive.output.examples Hive output examples. 
org.apache.giraph.io Input/Output related things. 
org.apache.giraph.io.formats Package of reusable library Giraph objects. 
org.apache.giraph.io.internal Input/Output classes for internal use only. 
org.apache.giraph.io.iterables Iterable wrappers for IO readers/writers 
org.apache.giraph.master Package of all the master related things. 
org.apache.giraph.partition Package of partitioning related objects. 
org.apache.giraph.utils Package of all generic utility classes. 
org.apache.giraph.worker Package of all the worker related things 
 

Classes in org.apache.giraph.graph used by org.apache.giraph.benchmark
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.bsp
FinishedSuperstepStats
          Immutable graph stats after the completion of a superstep
GraphState
          Immutable global state of the graph.
GraphTaskManager
          The Giraph-specific business logic for a single BSP compute node in whatever underlying type of cluster our Giraph job will run on.
InputSplitEvents
          Simple container of input split events.
InputSplitPaths
          Simple container of input split paths for coordination via ZooKeeper.
VertexEdgeCount
          Simple immutable structure for storing a final vertex and edge count.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.comm
GraphState
          Immutable global state of the graph.
Vertex
          Basic abstract class for writing a BSP application for computation.
VertexMutations
          Structure to hold all the possible graph mutations that can occur during a superstep.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.comm.netty
GraphState
          Immutable global state of the graph.
TaskInfo
          Abstract class for information about any task - worker or master.
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.comm.netty.handler
TaskInfo
          Abstract class for information about any task - worker or master.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.comm.requests
VertexMutations
          Structure to hold all the possible graph mutations that can occur during a superstep.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.conf
GraphState
          Immutable global state of the graph.
Vertex
          Basic abstract class for writing a BSP application for computation.
VertexResolver
          Handles all the situations that can arise upon creation/removal of vertices and edges.
VertexValueFactory
          Factory class to create default vertex values.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.edge
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.examples
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.graph
GraphFunctions
          Each compute node running on the underlying cluster is marked with this enum to indicate the worker or master task(s) it must perform during job runs.
GraphState
          Immutable global state of the graph.
GraphStateAware
          Interface specifying that the class can be configured with a GraphState.
GraphTaskManager
          The Giraph-specific business logic for a single BSP compute node in whatever underlying type of cluster our Giraph job will run on.
Vertex
          Basic abstract class for writing a BSP application for computation.
VertexChanges
          Structure to hold all the possible graph mutations that can occur during a superstep.
VertexEdgeCount
          Simple immutable structure for storing a final vertex and edge count.
VertexMutations
          Structure to hold all the possible graph mutations that can occur during a superstep.
VertexResolver
          Handles all the situations that can arise upon creation/removal of vertices and edges.
VertexValueFactory
          Factory class to create default vertex values.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.hive
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.hive.input.vertex
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.hive.output
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.hive.output.examples
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.io
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.io.formats
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.io.internal
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.io.iterables
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.master
GraphTaskManager
          The Giraph-specific business logic for a single BSP compute node in whatever underlying type of cluster our Giraph job will run on.
TaskInfo
          Abstract class for information about any task - worker or master.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.partition
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.utils
Vertex
          Basic abstract class for writing a BSP application for computation.
 

Classes in org.apache.giraph.graph used by org.apache.giraph.worker
FinishedSuperstepStats
          Immutable graph stats after the completion of a superstep
GraphState
          Immutable global state of the graph.
GraphTaskManager
          The Giraph-specific business logic for a single BSP compute node in whatever underlying type of cluster our Giraph job will run on.
TaskInfo
          Abstract class for information about any task - worker or master.
VertexEdgeCount
          Simple immutable structure for storing a final vertex and edge count.
 



Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.