public interface NoSQLEntryGrouper
| Modifier and Type | Method and Description |
|---|---|
boolean |
group(KeyValueVersion previousEntry, KeyValueVersion currentEntry, NoSQLContext context)
Returns true if the two given entries belong to the same record
|
void |
init(NoSQLConfiguration kvConf)
Initializes the current entry grouper using the given
NoSQLConfiguration |
boolean group(KeyValueVersion previousEntry,
KeyValueVersion currentEntry,
NoSQLContext context)
previousEntry - an entry processed previouslycurrentEntry - a newly arrived entrycontext - the current NoSQLContextvoid init(NoSQLConfiguration kvConf)
NoSQLConfigurationkvConf -Copyright © 2016 Oracle and/or its affiliates. All Rights Reserved.