|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.slide.search.basic.ComparableResourcesPoolImpl
Represents the pool of all resources out of which the query result is computed.
| Field Summary | |
protected PropertyProvider |
propertyProvider
The PropertyProvider to use (may be null). |
| Constructor Summary | |
ComparableResourcesPoolImpl(SearchToken searchToken,
QueryScope scope,
PropertyProvider propertyProvider)
Constructs a RequestedResourcesPool |
|
| Method Summary | |
java.util.Set |
getPool()
Method getPool |
QueryScope |
getScope()
Returns the scope of this ResourcePool. |
boolean |
partialResult()
Indicates if the server truncated the result set. |
java.util.Iterator |
resourceIterator()
Method resourceIterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected PropertyProvider propertyProvider
null).
| Constructor Detail |
public ComparableResourcesPoolImpl(SearchToken searchToken,
QueryScope scope,
PropertyProvider propertyProvider)
throws BadQueryException
searchToken - the searchTokenscope - the scope of the querypropertyProvider - the PropertyProvider to use (may be
null).
BadQueryException| Method Detail |
public java.util.Iterator resourceIterator()
throws BadQueryException
resourceIterator in interface ComparableResourcesPoolBadQueryException
public java.util.Set getPool()
throws BadQueryException
getPool in interface ComparableResourcesPoolBadQueryExceptionpublic boolean partialResult()
partialResult in interface ComparableResourcesPoolpublic QueryScope getScope()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||