ehcache

Uses of Interface
net.sf.ehcache.search.Result

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> NullResults.all()
          Retrieve all of the cache results in one shot.
 List<Result> Results.all()
          Retrieve all of the cache results in one shot.
 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 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()
          Retrieve all of the cache results in one shot.
 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<Result> results, boolean hasKeys, boolean hasValues, boolean hasAttributes, boolean hasAggregators)
          Constructor
 


ehcache

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