public abstract class AbstractESContentIndexClientIteratorSource<T> extends Object implements IteratorSource<T>
Modifier and Type | Field and Description |
---|---|
protected String |
account |
protected ESContentIndexClient |
contentIndexClient |
protected int |
pageNum |
protected String |
space |
protected String |
storeId |
Constructor and Description |
---|
AbstractESContentIndexClientIteratorSource(ESContentIndexClient contentIndexClient,
String account,
String storeId,
String space) |
protected ESContentIndexClient contentIndexClient
protected int pageNum
protected String account
protected String storeId
protected String space
public AbstractESContentIndexClientIteratorSource(ESContentIndexClient contentIndexClient, String account, String storeId, String space)
protected abstract Collection<T> getNextImpl()
public final Collection<T> getNext()
getNext
in interface IteratorSource<T>
Copyright © 2009–2014 DuraSpace. All rights reserved.