K
- the type of the input keysV
- the type of the input valuespublic abstract class IndexedInputBaseJob<K,V> extends BaseJob<K,V>
argsp, inputDataSet, jarClass, jobRegEntryPath, proxyIDS
Constructor and Description |
---|
IndexedInputBaseJob()
Creates a new instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIndexMetadataDir()
Gets the path to the directory where the index metadata is located
|
java.lang.String |
getIndexName()
Gets the name of the spatial index to be used as input
|
protected SpatialIndexInputDataSet |
getProxyIDS() |
boolean |
isInputIndex()
Tells whether the input path is the path to a spatial index.
|
void |
setIndexMetadataDir(java.lang.String indexMetadataDir)
Sets the path to the directory where the index metadata is located
|
void |
setIndexName(java.lang.String indexName)
Sets the name of the spatial index to be used as input
|
void |
setInputIndex(boolean inputIndex)
Sets whether the input path is the path to a spatial index.
|
protected void |
updateInputDataSet() |
addJobRegistryEntry, addJobRegistryEntry, addJobRegistryEntry, configure, configure, createJob, createJob, createJob, createJob, createJobConf, createJobConf, createJobConf, getCmdOptions, getCmdOptionsWithInputDataSets, getCmdOptionsWithInputDataSets, getCurrentCmdArgs, getCurrentCmdArgsAsString, getCurrentCmdArgsAsString, getInput, getInputDataSet, getInputDataSetCmdParserHandler, getInputDataSetConfiguratorHandler, getInputFormatClass, getJarClass, getOutput, getRecordInfoProviderClass, getSpatialConfig, processArgs, runJob, runJob, setInput, setInputDataSet, setInputFormatClass, setJarClass, setOutput, setRecordInfoProviderClass, setSpatialConfig
protected SpatialIndexInputDataSet getProxyIDS()
public java.lang.String getIndexMetadataDir()
public void setIndexMetadataDir(java.lang.String indexMetadataDir)
indexMetadataDir
- a pathpublic java.lang.String getIndexName()
public void setIndexName(java.lang.String indexName)
indexName
- a spatial index namepublic boolean isInputIndex()
public void setInputIndex(boolean inputIndex)
inputIndex
- true if the input path is a spatial indexprotected void updateInputDataSet()
updateInputDataSet
in class BaseJob<K,V>
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.