Package org.apache.wayang.flink.plugin
Class FlinkConversionPlugin
- java.lang.Object
-
- org.apache.wayang.flink.plugin.FlinkConversionPlugin
-
-
Constructor Summary
Constructors Constructor Description FlinkConversionPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<ChannelConversion>getChannelConversions()Provides theChannelConversions shipped with this instance.java.util.Collection<Mapping>getMappings()Provides theMappings shipped with this instance.java.util.Collection<Platform>getRequiredPlatforms()Provides thePlatforms required by this instance.voidsetProperties(Configuration configuration)Provides relevantConfigurationproperties.-
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:PluginProvides theMappings shipped with this instance.- Specified by:
getMappingsin interfacePlugin- Returns:
- the
Mappings
-
getChannelConversions
public java.util.Collection<ChannelConversion> getChannelConversions()
Description copied from interface:PluginProvides theChannelConversions shipped with this instance.- Specified by:
getChannelConversionsin interfacePlugin- Returns:
- the
ChannelConversions
-
getRequiredPlatforms
public java.util.Collection<Platform> getRequiredPlatforms()
Description copied from interface:PluginProvides thePlatforms required by this instance.- Specified by:
getRequiredPlatformsin interfacePlugin- Returns:
- the
Platforms
-
setProperties
public void setProperties(Configuration configuration)
Description copied from interface:PluginProvides relevantConfigurationproperties.- Specified by:
setPropertiesin interfacePlugin- Parameters:
configuration- accepts the properties
-
-