Package org.apache.wayang.spark.plugin
Class SparkGraphPlugin
- java.lang.Object
-
- org.apache.wayang.spark.plugin.SparkGraphPlugin
-
-
Constructor Summary
Constructors Constructor Description SparkGraphPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ChannelConversion>
getChannelConversions()
Provides theChannelConversion
s shipped with this instance.java.util.Collection<Mapping>
getMappings()
Provides theMapping
s shipped with this instance.java.util.Collection<Platform>
getRequiredPlatforms()
Provides thePlatform
s required by this instance.void
setProperties(Configuration configuration)
Provides relevantConfiguration
properties.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.wayang.core.plugin.Plugin
configure, getExcludedChannelConversions, getExcludedMappings, getExcludedRequiredPlatforms
-
-
-
-
Method Detail
-
getMappings
public java.util.Collection<Mapping> getMappings()
Description copied from interface:Plugin
Provides theMapping
s shipped with this instance.- Specified by:
getMappings
in interfacePlugin
- Returns:
- the
Mapping
s
-
getChannelConversions
public java.util.Collection<ChannelConversion> getChannelConversions()
Description copied from interface:Plugin
Provides theChannelConversion
s shipped with this instance.- Specified by:
getChannelConversions
in interfacePlugin
- Returns:
- the
ChannelConversion
s
-
getRequiredPlatforms
public java.util.Collection<Platform> getRequiredPlatforms()
Description copied from interface:Plugin
Provides thePlatform
s required by this instance.- Specified by:
getRequiredPlatforms
in interfacePlugin
- Returns:
- the
Platform
s
-
setProperties
public void setProperties(Configuration configuration)
Description copied from interface:Plugin
Provides relevantConfiguration
properties.- Specified by:
setProperties
in interfacePlugin
- Parameters:
configuration
- accepts the properties
-
-