public class ProfileServiceCrawlerQueryResult extends java.lang.Object implements QueryResult<Row>
ESTIMATED_RESULT_COUNT, RESPONSE_TIME| Constructor and Description |
|---|
ProfileServiceCrawlerQueryResult() |
ProfileServiceCrawlerQueryResult(int startIndex,
int size,
java.util.Date lastCrawlTime)
Default Constructor for this class.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map |
getProperties()
Returns a map of response properties about this result.
|
int |
getRowsCount(java.util.Date lastCrawlTime) |
boolean |
hasNext() |
Row |
next() |
void |
remove() |
public ProfileServiceCrawlerQueryResult()
public ProfileServiceCrawlerQueryResult(int startIndex,
int size,
java.util.Date lastCrawlTime)
throws ProfileException,
SettingsException
startIndex - size - lastCrawlTime - ProfileExceptionSettingsExceptionpublic int getRowsCount(java.util.Date lastCrawlTime)
public java.util.Map getProperties()
QueryResultgetProperties in interface QueryResult<Row>public boolean hasNext()
hasNext in interface java.util.Iterator<Row>public void remove()
remove in interface java.util.Iterator<Row>