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)
NoSQLEntryProcessor
NoSQLConfiguration
init
in interface NoSQLEntryProcessor
public void processEntry(KeyValueVersion entry, Text outKey, RecordInfo outValue, NoSQLContext kvContext)
NoSQLEntryProcessor
processEntry
in interface NoSQLEntryProcessor
entry
- a NoSQL entryoutKey
- the current mapper record keyoutValue
- the current mapper record valuekvContext
- the current NoSQLContext
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.