V - The typepublic abstract class NoSQLBaseEntryProcessor<V> extends java.lang.Object implements NoSQLEntryProcessor
NoSQLEntryProcessor| Constructor and Description |
|---|
NoSQLBaseEntryProcessor() |
| 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
|
public void init(NoSQLConfiguration kvConf)
NoSQLEntryProcessorNoSQLConfigurationinit in interface NoSQLEntryProcessor
public void processEntry(KeyValueVersion entry,
Text outKey,
RecordInfo outValue,
NoSQLContext kvContext)
NoSQLEntryProcessorprocessEntry in interface NoSQLEntryProcessorentry - 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.