Package org.apache.wayang.giraph
Class Giraph
- java.lang.Object
-
- org.apache.wayang.giraph.Giraph
-
public class Giraph extends java.lang.Object
Register for relevant components of this module.
-
-
Constructor Summary
Constructors Constructor Description Giraph()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static GiraphPlatform
platform()
Retrieve theGiraphPlatform
.static GiraphPlugin
plugin()
Retrieve theGiraphPlugin
.
-
-
-
Method Detail
-
plugin
public static GiraphPlugin plugin()
Retrieve theGiraphPlugin
.- Returns:
- the
GiraphPlugin
-
platform
public static GiraphPlatform platform()
Retrieve theGiraphPlatform
.- Returns:
- the
GiraphPlatform
-
-