Package | Description |
---|---|
oracle.spatial.hadoop.vector.data.conf |
Data sets Hadoop job configurators.
|
oracle.spatial.hadoop.vector.data.conf.mapred |
Data sets configurators implementations for the old Hadoop API.
|
Modifier and Type | Class and Description |
---|---|
class |
FileInputDataSetConfigurator
Base configurator for
FileInputDataSet instances. |
class |
MultiInputDataSetConfigurator
A configurator for data sets of type
MultiInputDataSet . |
class |
NoSQLInputDataSetConfigurator
Configurator that accepts instances of input data sets of type
NoSQLInputDataSet |
class |
SimpleInputDataSetConfigurator
A generic configurator that accepts any instance of
AbstractInputDataSet . |
class |
SpatialIndexInputDataSetConfigurator
A configurator of spatially indexed input data sets represented as
SpatialIndexInputDataSet . |
Modifier and Type | Method and Description |
---|---|
java.util.List<InputDataSetConfigurator> |
DynamicInputDataSetConfiguratorHandler.getConfigurators(Configuration conf) |
abstract java.lang.Iterable<InputDataSetConfigurator> |
InputDataSetConfiguratorHandler.getConfigurators(Configuration conf)
Gets a collection of
InputDataSetConfigurator instances supported by this handler. |
Modifier and Type | Method and Description |
---|---|
void |
DynamicInputDataSetConfiguratorHandler.appendConfigurator(InputDataSetConfigurator configurator)
Adds a configurator to the end of the configurators chain.
|
void |
DynamicInputDataSetConfiguratorHandler.prepend(InputDataSetConfigurator configurator)
Adds a configurator at the beginning of the configurators chain
|
boolean |
DynamicInputDataSetConfiguratorHandler.removeConfigurator(InputDataSetConfigurator configurator)
Removes a configurator from the configurators chain
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicInputDataSetConfiguratorHandler.appendConfigurators(java.util.List<InputDataSetConfigurator> configurators)
Adds all the configurators to the end of the configurators chain.
|
Modifier and Type | Class and Description |
---|---|
class |
FileInputDataSetConfiguratorImpl
An implementation of
FileInputDataSetConfigurator for the old Hadoop API |
class |
MultiInputDataSetConfiguratorImpl
An implementation of
MultiInputDataSetConfigurator for the old Hadoop API |
class |
NoSQLInputDataSetConfiguratorImpl
An implementation of
NoSQLInputDataSetConfigurator for the old Hadoop API |
class |
SimpleInputDataSetConfiguratorImpl
An implementation of
SimpleInputDataSetConfigurator for the old Hadoop API |
class |
SpatialIndexInputDataSetConfiguratorImpl
An implementation of
SpatialIndexInputDataSetConfigurator for the old Hadoop API |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.