ehcache

Uses of Class
net.sf.ehcache.search.SearchException

Packages that use SearchException
net.sf.ehcache.search This package contains classes for ehcache core search API. 
net.sf.ehcache.search.aggregator This package contains classes for search aggregator functionality. 
net.sf.ehcache.search.attribute This package contains classes for ehcache search attributes 
net.sf.ehcache.search.impl This package contains an implementation for Results. 
net.sf.ehcache.store Store package. 
 

Uses of SearchException in net.sf.ehcache.search
 

Methods in net.sf.ehcache.search that throw SearchException
 List<Result> NullResults.all()
          Retrieve all of the cache results in one shot.
 List<Result> Results.all()
          Retrieve all of the cache results in one shot.
 Results Query.execute()
          Execute this query.
 List<Object> Result.getAggregatorResults()
          Retrieve the aggregator value(s)
<T> T
Result.getAttribute(Attribute<T> attribute)
          Retrieve the given attribute value for this cache entry
 Object Result.getKey()
          Return the key for this cache entry.
 Object Result.getValue()
          Return the value for this cache entry.
 Query Query.includeAggregator(Aggregator... aggregators)
          Request this query to aggregate the results by the given Aggregator(s)

This method may be called multiple times to request multiple aggregations

 List<Result> NullResults.range(int start, int count)
          Retrieve a subset of the cache results.
 List<Result> Results.range(int start, int count)
          Retrieve a subset of the cache results.
 

Uses of SearchException in net.sf.ehcache.search.aggregator
 

Subclasses of SearchException in net.sf.ehcache.search.aggregator
 class AggregatorException
          Thrown if an Aggregator cannot complete.
 

Uses of SearchException in net.sf.ehcache.search.attribute
 

Subclasses of SearchException in net.sf.ehcache.search.attribute
 class AttributeExtractorException
          An exception to indicate that an attribute extractor was unable to be processed.
 

Methods in net.sf.ehcache.search.attribute that throw SearchException
static AttributeType AttributeType.typeFor(String name, Object value)
          Get the appropriate @{link AttributeType enum for the given object value.
abstract  void AttributeType.validateValue(String name, Object value)
          Validate that the given value is in fact of the correct type
 

Uses of SearchException in net.sf.ehcache.search.impl
 

Methods in net.sf.ehcache.search.impl that throw SearchException
 List<Result> ResultsImpl.all()
          Retrieve all of the cache results in one shot.
 List<Object> BaseResult.getAggregatorResults()
          Retrieve the aggregator value(s)
 Object BaseResult.getValue()
          Return the value for this cache entry.
 List<Result> ResultsImpl.range(int start, int length)
          Retrieve a subset of the cache results.
 

Uses of SearchException in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that throw SearchException
 Results Store.executeQuery(StoreQuery query)
          Execute the given query on this store
 


ehcache

Copyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.