Package | Description |
---|---|
oracle.spatial.hadoop.vector.nosql |
Classes used for reading and processing data from NoSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSQLBaseEntryProcessor<V>
Defines common functionality that can aid on the implementation of a concrete
NoSQLEntryProcessor |
class |
NoSQLGeoJSONEntryProcessor |
class |
NoSQLJGeometryEntryProcessor
Gets a geometry from a NoSQL entry where the value is of type JGeometry and sets the value as the RecordInfo geometry
|
class |
NoSQLTextEntryProcessor
Gets a string key and value from a NoSQL entry and sets them to a RecordInfo as a extra field name-value pair.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends NoSQLEntryProcessor> |
NoSQLConfiguration.getEntryProcessor(java.lang.String entryKey)
Gets the entry processor assigned to process a NoSQL key-value pair identified by the given minor key.
|
Modifier and Type | Method and Description |
---|---|
void |
NoSQLConfiguration.addTargetEntry(java.lang.String entryKey, java.lang.Class<? extends NoSQLEntryProcessor> entryProcessorClass)
Adds a key from a NoSQL entry (key-value pair )to be included in a
RecordInfo passed as a value to a job's mapper. |
void |
NoSQLConfiguration.setDefaultEntryProcessorClass(java.lang.Class<? extends NoSQLEntryProcessor> entryProcessorClass)
Sets the default implementation of
NoSQLEntryProcessor used for all the target entries for which an explicit entry processor was not specified |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.