Package | Description |
---|---|
oracle.spatial.hadoop.vector.nosql |
Classes used for reading and processing data from NoSQL.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSQLContextImpl
A basic implementation of
NoSQLContext |
Modifier and Type | Method and Description |
---|---|
boolean |
NoSQLEntryGrouper.group(KeyValueVersion previousEntry, KeyValueVersion currentEntry, NoSQLContext context)
Returns true if the two given entries belong to the same record
|
boolean |
NoSQLMajorKeyEntryGrouper.group(KeyValueVersion previousEntry, KeyValueVersion currentEntry, NoSQLContext context) |
void |
NoSQLBaseEntryProcessor.processEntry(KeyValueVersion entry, Text outKey, RecordInfo outValue, NoSQLContext kvContext) |
void |
NoSQLEntryProcessor.processEntry(KeyValueVersion entry, Text outKey, RecordInfo outValue, NoSQLContext kvContext)
Sets information from the given NoSQL entry to the passed outKey and outValue
|
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.