Package | Description |
---|---|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
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 |
ExceptionOnTimeoutStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
NoOpOnTimeoutStore.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 |
ExecutorServiceStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Modifier and Type | Method and Description |
---|---|
Results |
SearchManager.executeQuery(String cacheName,
StoreQuery query,
Map<String,AttributeExtractor> attributeExtractors)
Execute a query against the given cache
|
void |
BaseQueryInterpreter.process(StoreQuery query)
Interpret this query
|
protected boolean |
BaseQueryInterpreter.shouldIncludeKeys(StoreQuery query)
subclass hook to alter value inclusion behavior
|
protected boolean |
BaseQueryInterpreter.shouldIncludeValues(StoreQuery query)
subclass hook to alter key inclusion behavior
|
Constructor and Description |
---|
AggregateOnlyResult(StoreQuery query)
Constructor
|
BaseResult(StoreQuery query)
Constructor
|
GroupedResultImpl(StoreQuery query,
Map<String,Object> attributes,
Object[] sortAttributes,
List<Object> aggregatorResults,
Map<String,Object> groupBy)
Constructor
|
ResultImpl(Object key,
Object value,
StoreQuery query,
Map<String,Object> attributes,
Object[] sortAttributes)
Constructor
|
Modifier and Type | Method and Description |
---|---|
Results |
ElementIdAssigningStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
AbstractStore.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(String cacheName,
StoreQuery query,
Map<String,AttributeExtractor> extractors) |
Modifier and Type | Method and Description |
---|---|
Results |
AbstractTransactionStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.