public abstract class NoSQLInputDataSetConfigurator extends java.lang.Object implements InputDataSetConfigurator
NoSQLInputDataSet| Constructor and Description | 
|---|
NoSQLInputDataSetConfigurator()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
acceptsDataSet(AbstractInputDataSet dataSet)
Returns true if the current configurator can configure the given data set 
 | 
void | 
configure(AbstractInputDataSet dataSet, Configuration conf)
Setups the given data set using the given job's configuration 
 | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBaseInputFormatClasspublic boolean acceptsDataSet(AbstractInputDataSet dataSet)
DataSetConfiguratoracceptsDataSet in interface DataSetConfigurator<AbstractInputDataSet>dataSet - a data setpublic void configure(AbstractInputDataSet dataSet, Configuration conf) throws java.lang.Exception
DataSetConfiguratorconfigure in interface DataSetConfigurator<AbstractInputDataSet>dataSet - a data setconf - a job configurationjava.lang.ExceptionCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.