|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQueryResult | |
ca.uhn.cache | |
ca.uhn.cache.exception | |
ca.uhn.cache.impl | |
ca.uhn.cache.internal | |
ca.uhn.cache.internal.impl | |
ca.uhn.cache.util |
Uses of IQueryResult in ca.uhn.cache |
Methods in ca.uhn.cache that return IQueryResult | |
IQueryResult |
IQueryResult.append(IQueryResult theQueryResult)
Appends the specified query result to the end of this query result. |
IQueryResult |
IUnstationaryDataSource.execute(IQuery[] theQueries,
java.util.Date theUpdatedSinceTime)
Runs one or more queries against the data source. |
IQueryResult |
ISemanticCache.get(IQuery theQuery)
|
IQueryResult |
IDataSource.execute(IQuery[] theQueries)
Runs one or more queries against the data source. |
IQueryResult |
IMethodDataSourceHelper.buildQueryResult(java.lang.Object theObject)
Builds a query result from the provided object. |
Methods in ca.uhn.cache with parameters of type IQueryResult | |
IQueryResult |
IQueryResult.append(IQueryResult theQueryResult)
Appends the specified query result to the end of this query result. |
void |
ISemanticCache.put(IQuery theQueryScope,
IQueryResult theResult)
|
void |
ISemanticCache.update(IQueryResult theResult)
Updates semantic regions that are already in the cache with revised data. |
Uses of IQueryResult in ca.uhn.cache.exception |
Methods in ca.uhn.cache.exception that return IQueryResult | |
IQueryResult |
QueryResultStorageCacheException.getQueryResult()
|
Constructors in ca.uhn.cache.exception with parameters of type IQueryResult | |
QueryResultStorageCacheException(java.lang.Throwable theCause,
IQuery theQuery,
IQueryResult theQueryResult)
{@inheritDoc} |
|
QueryResultStorageCacheException(java.lang.String theMessage,
java.lang.Throwable theCause,
IQuery theQuery,
IQueryResult theQueryResult)
{@inheritDoc} |
Uses of IQueryResult in ca.uhn.cache.impl |
Classes in ca.uhn.cache.impl that implement IQueryResult | |
class |
QueryResult
TODO complete javadoc for TODO in future versions these might not be full when they are returned (although this isn't supported now). |
Methods in ca.uhn.cache.impl that return IQueryResult | |
IQueryResult |
SelfCachingDataSource.execute(IQuery[] theQueries)
Note that there is no optimization for sending multiple queries at once (queries are executed in series). |
IQueryResult |
ChunkBasedSemanticCache.get(IQuery theQuery)
|
IQueryResult |
MethodDataSource.execute(IQuery[] theQueries)
Runs one or more queries against the data source. |
IQueryResult |
AbstractMethodDataSourceHelper.buildQueryResult(java.lang.Object theObject)
Builds a query result from the provided object. A IQueryResult is composed of zero or more IDataItem s. |
IQueryResult |
QueryResult.append(IQueryResult theQueryResult)
|
Methods in ca.uhn.cache.impl with parameters of type IQueryResult | |
void |
ChunkBasedSemanticCache.put(IQuery theQueryScope,
IQueryResult theResult)
|
void |
ChunkBasedSemanticCache.update(IQueryResult theResult)
Updates semantic regions that are already in the cache with revised data. This does not change the semantic scope of the cache, but may add or alter data items. If a data item moves from one semantic region to another as a result of an update, then if both regions are cached, the changed data will replace the old data, effectively removing it from the old region. If the new region is not cached, the data will remain in the old region, until it is evicted. |
IQueryResult |
QueryResult.append(IQueryResult theQueryResult)
|
Uses of IQueryResult in ca.uhn.cache.internal |
Methods in ca.uhn.cache.internal that return IQueryResult | |
IQueryResult |
IQueryResultStore.select(IQuery theQuery)
Returns the query result from the store that matches the given query. |
Methods in ca.uhn.cache.internal with parameters of type IQueryResult | |
void |
IQueryResultStore.insert(IQueryResult theQueryResult)
Stores the given query result. |
Uses of IQueryResult in ca.uhn.cache.internal.impl |
Methods in ca.uhn.cache.internal.impl that return IQueryResult | |
IQueryResult |
HibernateQueryResultStore.select(IQuery theQuery)
Returns the query result from the store that matches the given query. |
Methods in ca.uhn.cache.internal.impl with parameters of type IQueryResult | |
void |
HibernateQueryResultStore.insert(IQueryResult theQueryResult)
Stores the given query result. |
Uses of IQueryResult in ca.uhn.cache.util |
Methods in ca.uhn.cache.util that return IQueryResult | |
static IQueryResult |
QueryResultUtil.filter(IQueryResult theQueryResult,
IQuery theQuery)
Filter the query result by applying a query to each element. |
IQueryResult |
QueryProcessor.getCombinedResult()
Blocks until a result is available or an exception is encountered. |
Methods in ca.uhn.cache.util with parameters of type IQueryResult | |
static IQueryResult |
QueryResultUtil.filter(IQueryResult theQueryResult,
IQuery theQuery)
Filter the query result by applying a query to each element. |
protected void |
QueryProcessor.setCombinedResult(IQueryResult theResult)
Provide an initial value for the combined result. |
void |
QueryProcessor.setSourceResult(IQuery theQuery,
IQueryResult theSourceResult)
|
void |
UnstationaryQueryProcessor.setUpdate(IQueryResult theUpdate)
Must be called before getCombinedData(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |