public interface NoSQLEntryProcessor
RecordInfo value. The data that can be extracted and set can be one or all of the following types:
| Modifier and Type | Method and Description |
|---|---|
void |
init(NoSQLConfiguration kvConf)
Initializes the current processor using the given
NoSQLConfiguration |
void |
processEntry(KeyValueVersion entry, Text outKey, RecordInfo outValue, NoSQLContext kvContext)
Sets information from the given NoSQL entry to the passed outKey and outValue
|
void init(NoSQLConfiguration kvConf)
NoSQLConfigurationkvConf -
void processEntry(KeyValueVersion entry,
Text outKey,
RecordInfo outValue,
NoSQLContext kvContext)
entry - a NoSQL entryoutKey - the current mapper record keyoutValue - the current mapper record valuekvContext - the current NoSQLContextCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.