| 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Result | |
|---|---|
| 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 | |
|---|---|
 List<Result> | 
Results.all()
List containing all of the search results.  | 
 List<Result> | 
NullResults.all()
List containing all of the search results.  | 
 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 Result in net.sf.ehcache.search.impl | 
|---|
| Classes in net.sf.ehcache.search.impl that implement Result | |
|---|---|
 class | 
AggregateOnlyResult
A result implementation intended solely for holding aggregate results.  | 
 class | 
BaseResult
Base result implementation  | 
 class | 
GroupedResultImpl
Representation of single result row from group-by queries  | 
 class | 
ResultImpl
Result implementation  | 
| Methods in net.sf.ehcache.search.impl that return types with arguments of type Result | |
|---|---|
 List<Result> | 
ResultsImpl.all()
List containing all of the search results.  | 
 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 | |
|---|---|
ResultsImpl(List<? extends Result> results,
            boolean hasKeys,
            boolean hasValues,
            boolean hasAttributes,
            boolean hasAggregators)
Constructor  | 
|
ResultsImpl(List<? extends Result> results,
            boolean hasKeys,
            boolean hasValues,
            boolean hasAttributes,
            boolean hasAggregators,
            Runnable discardCallback)
Constructor  | 
|
  | 
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||