Package | Description |
---|---|
org.apache.giraph.aggregators |
Package of Giraph aggregators.
|
org.apache.giraph.benchmark |
Package of benchmarks for performance testing and optimization
|
org.apache.giraph.block_app.framework |
Block application abstraction package.
|
org.apache.giraph.block_app.framework.api |
Interfaces representing full API to the underlying graph processing system.
|
org.apache.giraph.block_app.framework.api.giraph |
Giraph implementation of graph processing system API used by
Blocks Framework.
|
org.apache.giraph.block_app.framework.api.local |
Local (single machine) implementation of graph processing system API used by
Blocks Framework.
|
org.apache.giraph.block_app.framework.internal |
Implementation of execution logic, guiding internal execution of
Block Application.
|
org.apache.giraph.block_app.framework.output |
Multi-output support for Block Applications
|
org.apache.giraph.block_app.framework.piece |
Single execution object - Piece, and related classes.
|
org.apache.giraph.block_app.framework.piece.delegate |
Pieces that delegate their work to a set of one or multiple other Pieces.
|
org.apache.giraph.block_app.framework.piece.global_comm.internal |
Reducer and Broadcast Handles internal implementation for automatic handling
of global communication within Pieces, hiding a lot of it's complexities.
|
org.apache.giraph.block_app.framework.piece.messages |
Utility classes for handling of messages within Pieces
|
org.apache.giraph.block_app.library.internal |
Internal implementation of Pieces needed for Pieces utility class.
|
org.apache.giraph.block_app.migration |
Migration utility for transforming standard Giraph applications, into
Block Applications.
|
org.apache.giraph.block_app.test_setup |
Utilities for unit tests.
|
org.apache.giraph.block_app.test_setup.graphs |
Common Graphs for unit tests.
|
org.apache.giraph.bsp |
Package of generic bulk synchronous processing objects.
|
org.apache.giraph.bsp.checkpoints |
Package of generic bulk synchronous processing objects.
|
org.apache.giraph.comm |
Package of communication related objects, IPC service.
|
org.apache.giraph.comm.aggregators |
Package for classes which are used to handle aggregators.
|
org.apache.giraph.comm.flow_control |
Package for flow-control policies.
|
org.apache.giraph.comm.messages |
Package of classes for storing messages.
|
org.apache.giraph.comm.messages.primitives |
Package of message stores specialized for a certain type of vertex ids,
messages and combiner.
|
org.apache.giraph.comm.messages.primitives.long_id |
Message store based off of primitives when I = LongWritable
|
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.edge.primitives |
Package of edge stores specialized for certain type of vertex ids.
|
org.apache.giraph.examples |
Package of Giraph examples.
|
org.apache.giraph.examples.block_app |
Package of Giraph examples for Block Applications.
|
org.apache.giraph.examples.io.formats |
IO classes for Giraph examples.
|
org.apache.giraph.examples.scc |
Classes for Strongly Connected Components computation.
|
org.apache.giraph.factories |
Package of factories for creating types, for example the user's graph types.
|
org.apache.giraph.graph |
Package of all the graph related objects, built on the
org.apache.bsp package.
|
org.apache.giraph.io |
Input/Output related things.
|
org.apache.giraph.io.filters |
Input/Output filters.
|
org.apache.giraph.io.formats |
Package of reusable library Giraph objects.
|
org.apache.giraph.io.formats.multi |
Package for Input formats which wrap several input formats and allow
reading data from multiple sources.
|
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.io.superstep_output |
Classes related to output during computation
|
org.apache.giraph.job |
Package of all the classes involved in job launch.
|
org.apache.giraph.jython |
Jython integration.
|
org.apache.giraph.jython.factories |
Jython factories.
|
org.apache.giraph.mapping |
Package contains definition and implementations of MappingStore and
related concepts
|
org.apache.giraph.mapping.translate |
Definitions & sample implementations of edge translation logic
|
org.apache.giraph.master |
Package of all the master related things.
|
org.apache.giraph.master.input |
Input related master classes
|
org.apache.giraph.metrics |
Package of all the Giraph metrics related data.
|
org.apache.giraph.ooc |
Package of out-of-core related classes.
|
org.apache.giraph.ooc.data |
Package of classes related to data structures used for an out-of-core
mechanism
|
org.apache.giraph.ooc.persistence |
Package of classes related to IO abstraction or persistence layer used for
out-of-core mechanism
|
org.apache.giraph.ooc.policy |
Package of classes related to out-of-core policy
|
org.apache.giraph.partition |
Package of partitioning related objects.
|
org.apache.giraph.reducers |
Package of Giraph reducers.
|
org.apache.giraph.scripting |
Scripting with Giraph.
|
org.apache.giraph.utils |
Package of all generic utility classes.
|
org.apache.giraph.utils.io |
Package of utility classes which add the functionality to the ones from
java.io package.
|
org.apache.giraph.worker |
Package of all the worker related things
|
org.apache.giraph.yarn |
Catch all package for YARN-specific code.
|
org.apache.giraph.zk |
Package of
ZooKeeper related objects. |
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
BooleanConfOption
Boolean configuration option
|
ClassConfOption
Class configuration option
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
StrConfOption
String Configuration option
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
BooleanConfOption
Boolean configuration option
|
IntConfOption
Integer configuration option
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
Class and Description |
---|
EnumConfOption
Enum Configuration option
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
BooleanConfOption
Boolean configuration option
|
BulkConfigurator
Function that modifies configuration.
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
FloatConfOption
Float Configuration option
|
IntConfOption
Integer configuration option
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
FloatConfOption
Float Configuration option
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
BooleanConfOption
Boolean configuration option
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
AbstractConfOption
Abstract base class of configuration options
|
BooleanConfOption
Boolean configuration option
|
BulkConfigurator
Function that modifies configuration.
|
ClassConfOption
Class configuration option
|
ConfOptionType
Type of value for a Configuration option
|
EnumConfOption
Enum Configuration option
|
FloatConfOption
Float Configuration option
|
GiraphClasses
Holder for classes used by Giraph.
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
GiraphConstants
Constants used all over Giraph for configuration.
|
GiraphTypes
Holder for the generic types that describe user's graph.
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
LongConfOption
Long configuration option
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
PerGraphTypeBoolean
A boolean stored per user graph type
|
PerGraphTypeBooleanConfOption
Boolean Configuration option per user graph type (IVEMM)
|
PerGraphTypeEnum
An enum stored per user graph type
|
PerGraphTypeEnumConfOption
Enum Configuration option per user graph type (IVEMM)
|
StrConfOption
String Configuration option
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
BooleanConfOption
Boolean configuration option
|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
LongConfOption
Long configuration option
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
ClassConfOption
Class configuration option
|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
StrConfOption
String Configuration option
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
FloatConfOption
Float Configuration option
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
StrConfOption
String Configuration option
|
Class and Description |
---|
BooleanConfOption
Boolean configuration option
|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
StrConfOption
String Configuration option
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
StrConfOption
String Configuration option
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphClasses
Holder for classes used by Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
MessageClasses
Interface for containing all items that define message being sent,
including it's value factory and combiner.
|
Class and Description |
---|
StrConfOption
String Configuration option
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
Class and Description |
---|
FloatConfOption
Float Configuration option
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
LongConfOption
Long configuration option
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
JsonStringConfOption
JSON String configuration option
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
FloatConfOption
Float Configuration option
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
TypesHolder
Interface for classes that are parameterized by all of the Giraph types.
|
Class and Description |
---|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Class and Description |
---|
BooleanConfOption
Boolean configuration option
|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
FloatConfOption
Float Configuration option
|
GiraphConfiguration
Adds user methods specific to Giraph.
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
IntConfOption
Integer configuration option
|
Class and Description |
---|
GiraphConfiguration
Adds user methods specific to Giraph.
|
Class and Description |
---|
DefaultImmutableClassesGiraphConfigurable
Default implementation of ImmutableClassesGiraphConfigurable
|
GiraphConfigurationSettable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfigurable
Can be instantiated with ImmutableClassesGiraphConfiguration
|
ImmutableClassesGiraphConfiguration
The classes set here are immutable, the remaining configuration is mutable.
|
Copyright © 2011-2020 The Apache Software Foundation. All Rights Reserved.