Package | Description |
---|---|
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 | Class and Description |
---|---|
class |
NullResults
An empty result instance
|
Modifier and Type | Method and Description |
---|---|
Results |
Query.execute()
Execute this query.
|
Results |
Query.execute(ExecutionHints hints)
Like
Query.execute() , but with specified execution parameters. |
Modifier and Type | Class and Description |
---|---|
class |
ResultsImpl
Results implementation
|
Modifier and Type | Method and Description |
---|---|
Results |
SearchManager.executeQuery(StoreQuery query,
Map<String,AttributeExtractor> attributeExtractors,
DynamicAttributesExtractor dynamicIndexer)
Execute a query against the given cache
|
Modifier and Type | Method and Description |
---|---|
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 |
CacheStore.executeQuery(StoreQuery query) |
Results |
ElementIdAssigningStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Results |
BruteForceSearchManager.executeQuery(StoreQuery query,
Map<String,AttributeExtractor> extractors,
DynamicAttributesExtractor dynIndexer) |
Modifier and Type | Method and Description |
---|---|
Results |
AbstractTransactionStore.executeQuery(StoreQuery query)
Execute the given query on this store
|
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.