See: Description
| Interface | Description |
|---|---|
| NoSQLContext |
Provides the current state when NoSQL key-value pairs are being read by a RecordReader
|
| NoSQLEntryGrouper |
Defines behavior of a NoSQL entry grouper component.
|
| NoSQLEntryProcessor |
An entry processor can interpret and extract data from a NoSQL entry (key-value pair) and set this data to a Hadoop record defined by a Text key and a
RecordInfo value. |
| Class | Description |
|---|---|
| NoSQLBaseEntryProcessor<V> |
Defines common functionality that can aid on the implementation of a concrete
NoSQLEntryProcessor |
| NoSQLConfiguration |
Bean class that contains the properties to connect and query a NoSQL KV store
|
| NoSQLContextImpl |
A basic implementation of
NoSQLContext |
| NoSQLGeoJSONEntryProcessor | |
| NoSQLHelper |
Contains utility NoSQL-related functions
|
| NoSQLJGeometryEntryProcessor |
Gets a geometry from a NoSQL entry where the value is of type JGeometry and sets the value as the RecordInfo geometry
|
| NoSQLMajorKeyEntryGrouper |
Groups entries containing the same major key
|
| NoSQLTextEntryProcessor |
Gets a string key and value from a NoSQL entry and sets them to a RecordInfo as a extra field name-value pair.
|
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.