|
||||||||||
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()
resourceIterator
in interface ComparableResourcesPool
public java.util.Set getPool()
getPool
in interface ComparableResourcesPool
public boolean partialResult()
partialResult
in interface ComparableResourcesPool
public QueryScope getScope()
getScope
in interface ComparableResourcesPool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |