|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDuplicateRemover<O>
Interface allowing application specific elimination of duplicates.
| Method Summary | |
|---|---|
KVO<O>[] |
filter(KVO<O>[] a)
Accepts a dense array of key-value tuples and returns a dense array of key-value tuples in which duplicates have been eliminated. |
| Method Detail |
|---|
KVO<O>[] filter(KVO<O>[] a)
Implementations MUST be thread-safe.
Implementations MUST test for KVOList and obey its contract (this
ensures that we can map KVO.done() over the eliminated duplicates
once the original has been written successfully onto the database).
a - A sorted array of key-value tuples.
IndexPartitionWriteTask within a single-threaded context.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||