Class | Description |
---|---|
BspCase |
Extended TestCase for making setting up Bsp testing.
|
TestAutoCheckpoint |
Unit test for automated checkpoint restarting
|
TestBspBasic |
Unit test for many simple BSP applications.
|
TestCheckpointing |
Tests that worker context and master computation
are properly saved and loaded back at checkpoint.
|
TestCheckpointing.CheckpointComputation |
Actual computation.
|
TestCheckpointing.CheckpointVertexMasterCompute |
Master compute
|
TestCheckpointing.CheckpointVertexWorkerContext |
Worker context associated.
|
TestComputationState | |
TestGraphPartitioner |
Unit test for manual checkpoint restarting
|
TestManualCheckpoint |
Unit test for manual checkpoint restarting
|
TestMaxSuperstep |
Unit test for testing max superstep feature of Giraph
|
TestMaxSuperstep.InfiniteLoopComputation |
Simple test vertex class that will run forever (voteToHalt is never
called).
|
TestMutateGraph |
Unit test for graph mutation
|
TestMutateGraph.TestVertexResolver<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Custom vertex resolver
|
TestNotEnoughMapTasks |
Unit test for not enough map tasks
|
TestOutOfCore |
Unit test for out-of-core mechanism
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.