public class NoSQLInputDataSet extends SimpleInputDataSet
Constructor and Description |
---|
NoSQLInputDataSet() |
Modifier and Type | Method and Description |
---|---|
NoSQLConfiguration |
getNoSQLConfig()
Gets the NoSQL configuration
|
void |
load(org.apache.hadoop.conf.Configuration conf)
Loads the current state from the given job configuration
|
void |
setNoSQLConfig(NoSQLConfiguration noSQLConfig)
Sets the NoSQL configuration.
|
void |
store(org.apache.hadoop.conf.Configuration conf)
Stores the current state into the given job configuration
|
getInputFormatClass, getLength, getRecordInfoProviderClass, getSpatialConfig, setInputFormatClass, setLength, setRecordInfoProviderClass, setSpatialConfig
public void setNoSQLConfig(NoSQLConfiguration noSQLConfig)
noSQLConfig
- an instance of NoSQLConfiguration
public NoSQLConfiguration getNoSQLConfig()
NoSQLConfiguration
public void store(org.apache.hadoop.conf.Configuration conf)
ConfigurationStorable
store
in interface ConfigurationStorable
store
in class SimpleInputDataSet
public void load(org.apache.hadoop.conf.Configuration conf)
ConfigurationStorable
load
in interface ConfigurationStorable
load
in class SimpleInputDataSet
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.