Package | Description |
---|---|
org.apache.giraph.block_app.test_setup |
Utilities for unit tests.
|
org.apache.giraph.conf |
Package of Giraph configuration related things.
|
Modifier and Type | Method and Description |
---|---|
static BulkConfigurator |
TestGraphUtils.chainConfigurators(BulkConfigurator... configurators)
Chain execution of multiple BulkConfigurators into one.
|
Modifier and Type | Method and Description |
---|---|
static BulkConfigurator |
TestGraphUtils.chainConfigurators(BulkConfigurator... configurators)
Chain execution of multiple BulkConfigurators into one.
|
static <I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
TestGraphUtils.runTest(TestGraphModifier<? super I,? super V,? super E> graphInitializer,
TestGraphChecker<? super I,? super V,? super E> graphChecker,
BulkConfigurator configurator)
Creates configuration using configurator, initializes the graph using
graphInitializer, and checks it via graphChecker.
|
Modifier and Type | Class and Description |
---|---|
class |
FacebookConfiguration
Default configuration used in Facebook
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.