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(oracle.kv.KeyValueVersion entry, org.apache.hadoop.io.Text outKey, RecordInfo outValue, NoSQLContext kvContext)
Sets information from the given NoSQL entry to the passed outKey and outValue
|
void init(NoSQLConfiguration kvConf)
NoSQLConfiguration
kvConf
-void processEntry(oracle.kv.KeyValueVersion entry, org.apache.hadoop.io.Text outKey, RecordInfo outValue, NoSQLContext kvContext)
entry
- a NoSQL entryoutKey
- the current mapper record keyoutValue
- the current mapper record valuekvContext
- the current NoSQLContext
Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.