public class NoSQLMajorKeyEntryGrouper extends java.lang.Object implements NoSQLEntryGrouper
| Constructor and Description |
|---|
NoSQLMajorKeyEntryGrouper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
group(oracle.kv.KeyValueVersion previousEntry, oracle.kv.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 |
public void init(NoSQLConfiguration kvConf)
NoSQLEntryGrouperNoSQLConfigurationinit in interface NoSQLEntryGrouper
public boolean group(oracle.kv.KeyValueVersion previousEntry,
oracle.kv.KeyValueVersion currentEntry,
NoSQLContext context)
NoSQLEntryGroupergroup in interface NoSQLEntryGrouperpreviousEntry - an entry processed previouslycurrentEntry - a newly arrived entrycontext - the current NoSQLContextCopyright © 2016 Oracle and/or its affiliates. All Rights Reserved.