Interface | Description |
---|---|
BulkConfigurator |
Function that modifies configuration.
|
ContextSettable |
Worker/Master/Mapper observer can implement this to get context set, to allow
them to access job counters
|
GiraphConfigurationSettable<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Can be instantiated with ImmutableClassesGiraphConfiguration
|
GiraphConstants |
Constants used all over Giraph for configuration.
|
ImmutableClassesGiraphConfigurable<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Can be instantiated with ImmutableClassesGiraphConfiguration
|
MessageClasses<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable> |
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
TypesHolder<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable,M1 extends org.apache.hadoop.io.Writable,M2 extends org.apache.hadoop.io.Writable> |
Interface for classes that are parameterized by all of the Giraph types.
|
Class | Description |
---|---|
AbstractConfOption |
Abstract base class of configuration options
|
AllOptions |
Tracks all of the Giraph options
|
BooleanConfOption |
Boolean configuration option
|
ClassConfOption<C> |
Class configuration option
|
DefaultImmutableClassesGiraphConfigurable<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Default implementation of ImmutableClassesGiraphConfigurable
|
DefaultMessageClasses<I extends org.apache.hadoop.io.WritableComparable,M extends org.apache.hadoop.io.Writable> |
Default implementation of MessageClasses
|
EnumConfOption<T extends Enum<T>> |
Enum Configuration option
|
FacebookConfiguration |
Default configuration used in Facebook
|
FloatConfOption |
Float Configuration option
|
GiraphClasses<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Holder for classes used by Giraph.
|
GiraphConfiguration |
Adds user methods specific to Giraph.
|
GiraphTypes<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
Holder for the generic types that describe user's graph.
|
ImmutableClassesGiraphConfiguration<I extends org.apache.hadoop.io.WritableComparable,V extends org.apache.hadoop.io.Writable,E extends org.apache.hadoop.io.Writable> |
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption |
Integer configuration option
|
JsonStringConfOption |
JSON String configuration option
|
LongConfOption |
Long configuration option
|
PerGraphTypeBoolean |
A boolean stored per user graph type
|
PerGraphTypeBooleanConfOption |
Boolean Configuration option per user graph type (IVEMM)
|
PerGraphTypeEnum<T extends Enum<T>> |
An enum stored per user graph type
|
PerGraphTypeEnumConfOption<T extends Enum<T>> |
Enum Configuration option per user graph type (IVEMM)
|
StrConfOption |
String Configuration option
|
Enum | Description |
---|---|
ConfOptionType |
Type of value for a Configuration option
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.