P - Primary key typeK - KeyConcept typeI - Index typepublic abstract class AbstractSearchLoader<P extends Serializable,K extends KeyConcept,I extends DtObject> extends Object implements SearchLoader<K,I>
| Constructor and Description |
|---|
AbstractSearchLoader() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<SearchChunk<K>> |
chunk(Class<K> keyConceptClass) |
protected abstract List<URI<K>> |
loadNextURI(P lastId,
DtDefinition dtDefinition)
Load uris of next chunk.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitloadDatapublic final Iterable<SearchChunk<K>> chunk(Class<K> keyConceptClass)
chunk in interface SearchLoader<K extends KeyConcept,I extends DtObject>protected abstract List<URI<K>> loadNextURI(P lastId, DtDefinition dtDefinition)
lastId - Last chunk iddtDefinition - KeyConcept definitionCopyright © 2019. All Rights Reserved.