public class KeyMatchingLookup extends Object implements KeyValueFunction<LookupResult>
| Modifier and Type | Method and Description |
|---|---|
LookupResult |
apply(Slice internalKey1,
Slice value)
Function to apply on first entry after seeking in a table.
|
public LookupResult apply(Slice internalKey1, Slice value)
KeyValueFunctionapply in interface KeyValueFunction<LookupResult>internalKey1 - internal keyvalue - associated valueCopyright © 2011–2020. All rights reserved.