ehcache

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

Packages that use Results
net.sf.ehcache.constructs.nonstop.store Ehcache-nonstopcache behaviors package 
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. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.transaction This package contains classes for controlling cache operations for transactional use. 
 

Uses of Results in net.sf.ehcache.constructs.nonstop.store
 

Methods in net.sf.ehcache.constructs.nonstop.store that return Results
 Results ExecutorServiceStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 Results ExceptionOnTimeoutStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 Results LocalReadsOnTimeoutStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 Results NonstopStoreImpl.executeQuery(StoreQuery query)
          Execute the given query on this store
 Results NoOpOnTimeoutStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 

Uses of Results in net.sf.ehcache.search
 

Classes in net.sf.ehcache.search that implement Results
 class NullResults
          An empty result instance
 

Methods in net.sf.ehcache.search that return Results
 Results Query.execute()
          Execute this query.
 

Uses of Results in net.sf.ehcache.search.impl
 

Classes in net.sf.ehcache.search.impl that implement Results
 class ResultsImpl
          Results implementation
 

Uses of Results in net.sf.ehcache.store
 

Methods in net.sf.ehcache.store that return Results
 Results Store.executeQuery(StoreQuery query)
          Execute the given query on this store
 Results AbstractStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 Results MemoryOnlyStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 

Uses of Results in net.sf.ehcache.transaction
 

Methods in net.sf.ehcache.transaction that return Results
 Results AbstractTransactionStore.executeQuery(StoreQuery query)
          Execute the given query on this store
 


ehcache

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