Uses of Interface
net.sf.ehcache.search.Result
-
Packages that use Result Package Description net.sf.ehcache.search This package contains classes for ehcache core search API.net.sf.ehcache.search.impl This package contains an implementation for Results. -
-
Uses of Result in net.sf.ehcache.search
Methods in net.sf.ehcache.search that return types with arguments of type Result 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.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 Result in net.sf.ehcache.search.impl
Classes in net.sf.ehcache.search.impl that implement Result Modifier and Type Class Description classAggregateOnlyResultA result implementation intended solely for holding aggregate results.classBaseResultBase result implementationclassGroupedResultImplRepresentation of single result row from group-by queriesclassResultImplResult implementationMethods in net.sf.ehcache.search.impl that return types with arguments of type Result Modifier and Type Method Description java.util.List<Result>ResultsImpl. all()List containing all of the search results.java.util.List<Result>ResultsImpl. range(int start, int length)Retrieve a subset of the cache results.Constructor parameters in net.sf.ehcache.search.impl with type arguments of type Result Constructor Description ResultsImpl(java.util.List<? extends Result> results, boolean hasKeys, boolean hasValues, boolean hasAttributes, boolean hasAggregators)ConstructorResultsImpl(java.util.List<? extends Result> results, boolean hasKeys, boolean hasValues, boolean hasAttributes, boolean hasAggregators, java.lang.Runnable discardCallback)Constructor
-