T - type of computation resultpublic static interface CollectionSearchQuery.CollectionEntryProcessor<T>
| Modifier and Type | Method and Description |
|---|---|
T |
end(T result)
This method is called when view reading is done.
|
Database.Action |
entryRead(T result,
CollectionEntry entry)
Method is called for each read collection entry
|
T |
start()
This method is called when we start reading collection entries.
Since the view index might change while reading entries, we might need to restart reading from the beginning. |
T start()
entryRead(Object, CollectionEntry) for each read entryDatabase.Action entryRead(T result, CollectionEntry entry)
result - result object to add the entry dataentry - entryCopyright © 2019–2021 HCL. All rights reserved.