Uses of Class
org.apache.giraph.utils.MockUtils.MockedEnvironment

Packages that use MockUtils.MockedEnvironment
org.apache.giraph.utils   
 

Uses of MockUtils.MockedEnvironment in org.apache.giraph.utils
 

Methods in org.apache.giraph.utils that return MockUtils.MockedEnvironment
static
<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M extends org.apache.hadoop.io.Writable>
MockUtils.MockedEnvironment<I,V,E,M>
MockUtils.prepareVertexAndComputation(Vertex<I,V,E> vertex, I vertexId, V vertexValue, boolean isHalted, Computation<I,V,E,M,M> computation, long superstep)
          prepare a vertex and computation for use in a unit test by setting its internal state and injecting mocked dependencies,
 



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