Package | Description |
---|---|
oracle.spatial.hadoop.vector.data.cmd |
Parsers for parsing data set parameters from command line interface.
|
Modifier and Type | Class and Description |
---|---|
class |
FileInputDataSetCmdArgsParser
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type FileInputDataSet |
class |
MultiInputDataSetCmdArgsParser
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type MultiInputDataSet Internally, it uses an implementation of InputDataSetCmdArgsParserHandler to parse the parameters of the nested input data sets |
class |
NoSQLInputCmdArgsParser
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type NoSQLInputDataSet |
class |
SimpleInputDataSetCmdArgsParser
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type SimpleInputDataSet |
class |
SpatialIndexInputDataSetCmdArgsParser
An implementation of
InputDataSetCmdArgsParser to parse command line arguments for input data sets of type SpatialIndexInputDataSet |
Modifier and Type | Method and Description |
---|---|
java.util.List<InputDataSetCmdArgsParser> |
DynamicInputDataSetCmdArgsParserHandler.getParsers(Configuration conf) |
abstract java.util.List<InputDataSetCmdArgsParser> |
InputDataSetCmdArgsParserHandler.getParsers(Configuration conf)
Gets the current parsers chain
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicInputDataSetCmdArgsParserHandler.appendParser(InputDataSetCmdArgsParser parser)
Adds a parser at the end of the parsers chain
|
void |
DynamicInputDataSetCmdArgsParserHandler.prependParser(InputDataSetCmdArgsParser parser)
Inserts a parser at the beginning of the parsers chain
|
boolean |
DynamicInputDataSetCmdArgsParserHandler.removeParser(InputDataSetCmdArgsParser parser)
Removes the given parser from the parsers chain
|
Modifier and Type | Method and Description |
---|---|
void |
DynamicInputDataSetCmdArgsParserHandler.addParsers(java.util.List<InputDataSetCmdArgsParser> parsers)
Adds all the parsers at the end of the parsers chain
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.