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 | Interface and Description |
---|---|
interface |
InputDataSetConfigurator
Defines the interface for a configurator of input data sets.
|
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 | 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.