Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Results |
CacheQuery.execute()
Execute this query.
|
(package private) Results |
Cache.executeQuery(StoreQuery query)
Execute the given query
|
Modifier and Type | Method and Description |
---|---|
Results |
ExecutorServiceStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
NonstopStoreImpl.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
LocalReadsOnTimeoutStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
NoOpOnTimeoutStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
ExceptionOnTimeoutStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Modifier and Type | Class and Description |
---|---|
class |
NullResults
An empty result instance
|
Modifier and Type | Method and Description |
---|---|
Results |
Query.execute()
Execute this query.
|
Modifier and Type | Class and Description |
---|---|
class |
ResultsImpl
Results implementation
|
Modifier and Type | Method and Description |
---|---|
Results |
SearchManager.executeQuery(java.lang.String cacheName,
StoreQuery query,
java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors)
Execute a query against the given cache
|
Modifier and Type | Method and Description |
---|---|
Results |
AbstractStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
ElementIdAssigningStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
Store.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
MemoryOnlyStore.BruteForceSearchManager.executeQuery(java.lang.String cacheName,
StoreQuery query,
java.util.Map<java.lang.String,AttributeExtractor> extractors) |
Modifier and Type | Class and Description |
---|---|
private class |
AbstractTransactionStore.TxSearchResults
Wrap search results so that Result.getValue() can use copy strategy
|
Modifier and Type | Field and Description |
---|---|
private Results |
AbstractTransactionStore.TxSearchResults.results |
Modifier and Type | Method and Description |
---|---|
Results |
AbstractTransactionStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Constructor and Description |
---|
TxSearchResults(Results results) |