Uses of Class
net.sf.ehcache.search.SearchException
-
Packages that use SearchException Package Description 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 attributesnet.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 Modifier and Type Method Description java.lang.Object[][]CacheManagerSamplerImpl. executeQuery(java.lang.String queryString) -
Uses of SearchException in net.sf.ehcache.search
Methods in net.sf.ehcache.search that throw SearchException Modifier and Type Method Description java.util.List<Result>NullResults. all()List containing all of the search results.java.util.List<Result>Results. all()List containing all of the search results.ResultsQuery. execute()Execute this query.ResultsQuery. execute(ExecutionHints hints)LikeQuery.execute(), but with specified execution parameters.java.util.List<java.lang.Object>Result. getAggregatorResults()Retrieve the aggregator value(s)<T> TResult. getAttribute(Attribute<T> attribute)Retrieve the given attribute value for this cache entryjava.lang.ObjectResult. getKey()Return the key for this cache entry.java.lang.ObjectResult. getValue()Return the value for this cache entry.QueryQuery. includeAggregator(Aggregator... aggregators)Request this query to aggregate the results by the given Aggregator(s)java.util.List<Result>NullResults. range(int start, int count)Retrieve a subset of the cache results.java.util.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 Modifier and Type Class Description classAggregatorExceptionThrown if an Aggregator cannot complete. -
Uses of SearchException in net.sf.ehcache.search.attribute
Subclasses of SearchException in net.sf.ehcache.search.attribute Modifier and Type Class Description classAttributeExtractorExceptionAn exception to indicate that an attribute extractor was unable to be processed.classUnknownAttributeExceptionThrown at query execution time if query referenced an unknown search attributeMethods in net.sf.ehcache.search.attribute that throw SearchException Modifier and Type Method Description static AttributeTypeAttributeType. typeFor(java.lang.String name, java.lang.Object value)Get the appropriate @{linkAttributeTypeenum for the given object value.abstract voidAttributeType. validateValue(java.lang.String name, java.lang.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 Modifier and Type Method Description java.util.List<Result>ResultsImpl. all()List containing all of the search results.java.util.List<java.lang.Object>BaseResult. getAggregatorResults()Retrieve the aggregator value(s)static java.util.Map<java.lang.String,? extends java.lang.Object>DynamicSearchChecker. getSearchAttributes(Element e, java.util.Set<java.lang.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)java.lang.ObjectBaseResult. getValue()Return the value for this cache entry.java.util.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 Modifier and Type Method Description ResultsCacheStore. executeQuery(StoreQuery query)ResultsElementIdAssigningStore. executeQuery(StoreQuery query)Execute the given query on this storeResultsStore. executeQuery(StoreQuery query)Execute the given query on this store
-