Package | Description |
---|---|
oracle.spatial.hadoop.vector |
Contains Writable classes, interfaces as well as other common types used by the vector analysis mapreduce components.
|
oracle.spatial.hadoop.vector.data |
Classes for representing data sets.
|
oracle.spatial.hadoop.vector.mapred.job |
Contains job drivers.
|
oracle.spatial.hadoop.vector.util |
Contains utility classes used by other components of this API.
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedDataSet
A validated, normalized and ready to be distributed version of
InputDataSet . |
Modifier and Type | Method and Description |
---|---|
void |
MultipleInputsConfig.addInputDataSet(InputDataSet inDataSet, Job job)
Deprecated.
Adds a data set to the job
|
void |
MultipleInputsConfig.addInputDataSet(InputDataSet inDataSet, JobConf jobConf)
Deprecated.
Adds a data set to the job
|
void |
DistributedDataSet.setInputDataSet(InputDataSet ids)
Copies the information from the input data set
|
Modifier and Type | Method and Description |
---|---|
void |
MultipleInputsConfig.addInputDataSets(java.util.List<InputDataSet> inDataSets, Job job)
Deprecated.
Adds a list of input data sets to the job.
|
void |
MultipleInputsConfig.addInputDataSets(java.util.List<InputDataSet> inputs, JobConf jobConf)
Deprecated.
Adds a list of input data sets to the job.
|
Modifier and Type | Method and Description |
---|---|
static InputDataSet |
InputDataSetUtils.createInputDataSet(java.lang.String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
InputDataSetUtils.validateInputDataSet(InputDataSet inputDs, Job job) |
static void |
InputDataSetUtils.validateInputDataSet(InputDataSet inputDs, JobConf jobConf) |
Modifier and Type | Method and Description |
---|---|
java.util.List<InputDataSet> |
MultipleInputsJob.getInputs() |
Modifier and Type | Method and Description |
---|---|
void |
MultipleInputsJob.addInputDataSet(InputDataSet input) |
boolean |
MultipleInputsJob.removeInputDataSet(InputDataSet input) |
Modifier and Type | Method and Description |
---|---|
void |
MultipleInputsJob.setInputDataSets(java.util.List<InputDataSet> inputs) |
Modifier and Type | Method and Description |
---|---|
static void |
JobUtils.validateInputDataSet(InputDataSet inputDs, Configuration conf) |
static void |
JobUtils.validateMapRedInputDataSet(InputDataSet inputDs, JobConf jobConf) |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.