Class CustomWrapperInputParameterHadoopRouteValue
java.lang.Object
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterHadoopRouteValue
- Direct Known Subclasses:
CustomWrapperInputParameterHdfsRouteValue
public abstract class CustomWrapperInputParameterHadoopRouteValue
extends CustomWrapperInputParameterRouteValue
-
Field Summary
Fields inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
route
-
Method Summary
Modifier and TypeMethodDescriptionReturns the properties to customize the configuration.getUri()
Returns the HDFS URI.void
setCustomProperties
(Map<String, String> customProperties) Sets the properties to customize the configuration.void
Sets the HDFS URI.Methods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterRouteValue
getInputStream, getRoute, getRouteType, getValue, toString
Methods inherited from class com.denodo.vdb.engine.customwrapper.input.value.CustomWrapperInputParameterValue
getName
-
Method Details
-
getUri
Returns the HDFS URI.- Returns:
- the HDFS URI.
-
setUri
Sets the HDFS URI.- Parameters:
uri
- the HDFS URI.
-
getCustomProperties
Returns the properties to customize the configuration.- Returns:
- the custom properties.
-
setCustomProperties
Sets the properties to customize the configuration.- Parameters:
customProperties
- the custom properties.
-