Package org.apache.wayang.giraph
Class Giraph
- java.lang.Object
-
- org.apache.wayang.giraph.Giraph
-
public class Giraph extends java.lang.ObjectRegister 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 GiraphPlatformplatform()Retrieve theGiraphPlatform.static GiraphPluginplugin()Retrieve theGiraphPlugin.
-
-
-
Method Detail
-
plugin
public static GiraphPlugin plugin()
Retrieve theGiraphPlugin.- Returns:
- the
GiraphPlugin
-
platform
public static GiraphPlatform platform()
Retrieve theGiraphPlatform.- Returns:
- the
GiraphPlatform
-
-