ehcache

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

Packages that use SearchException
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
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.management.sampled
 

Methods in net.sf.ehcache.management.sampled that throw SearchException
 Object[][] CacheManagerSamplerImpl.executeQuery(String queryString)
           
 

Uses of SearchException in net.sf.ehcache.search
 

Methods in net.sf.ehcache.search that throw SearchException
 List<Result> Results.all()
          List containing all of the search results.
 List<Result> NullResults.all()
          List containing all of the search results.
 Results Query.execute()
          Execute this query.
 Results Query.execute(ExecutionHints hints)
          Like Query.execute(), but with specified execution parameters.
 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> Results.range(int start, int count)
          Retrieve a subset of the cache results.
 List<Result> NullResults.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.
 class UnknownAttributeException
          Thrown at query execution time if query referenced an unknown search attribute
 

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()
          List containing all of the search results.
 List<Object> BaseResult.getAggregatorResults()
          Retrieve the aggregator value(s)
static Map<String,? extends Object> DynamicSearchChecker.getSearchAttributes(Element e, Set<String> reservedAttrs, DynamicAttributesExtractor extractor)
          Extracts dynamically indexed search attributes from cache element using provided extractor, validating against reserved set of attribute names (provided by Ehcache search config)
 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
 Results ElementIdAssigningStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 Results CacheStore.executeQuery(StoreQuery query)
           
 


ehcache

Copyright 2001-2015, Terracotta, Inc.