Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
net.sf.ehcache.constructs.nonstop.store |
Ehcache-nonstopcache behaviors package
|
net.sf.ehcache.search.attribute |
This package contains classes for ehcache search attributes
|
net.sf.ehcache.search.expression |
This package contains classes for search expression types
(ie.
|
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.
|
net.sf.ehcache.transaction.local |
This package contains the local transactions subsystem.
|
net.sf.ehcache.transaction.xa |
This package contains the functionality to provide XA support to a transactional Cache.
|
Modifier and Type | Method and Description |
---|---|
AttributeExtractor |
SearchAttribute.constructExtractor()
Construct the extractor for this attribute configuration
|
Modifier and Type | Method and Description |
---|---|
void |
ExceptionOnTimeoutStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
void |
NoOpOnTimeoutStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
void |
LocalReadsOnTimeoutStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
void |
NonstopStoreImpl.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
void |
ExecutorServiceStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaBeanAttributeExtractor |
class |
KeyObjectAttributeExtractor
Attempt to use the element key object itself as a search attribute.
|
class |
ReflectionAttributeExtractor
Built-in search attribute extractor driven by method/value dotted expression
chains.
The expression chain must start with one of either "key", "value", or "element". |
class |
ValueObjectAttributeExtractor
Attempt to use the element value object itself as a search attribute.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Not.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
InCollection.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
ILike.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
NotILike.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors) |
boolean |
Criteria.execute(Element element,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
AlwaysMatch.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
NotEqualTo.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
Or.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
ComparableValue.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
And.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
boolean |
EqualTo.execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
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 |
SearchManager.put(String cacheName,
int segmentId,
String uniqueKey,
byte[] serializedKey,
Element element,
Map<String,AttributeExtractor> extractors)
Notify an element added to a segment of a given cache
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,AttributeExtractor> |
AbstractStore.attributeExtractors
search attribute extractors
|
Modifier and Type | Method and Description |
---|---|
Results |
MemoryOnlyStore.BruteForceSearchManager.executeQuery(String cacheName,
StoreQuery query,
Map<String,AttributeExtractor> extractors) |
void |
MemoryOnlyStore.BruteForceSearchManager.put(String cacheName,
int segmentId,
String uniqueKey,
byte[] serializedKey,
Element element,
Map<String,AttributeExtractor> extractors) |
void |
ElementIdAssigningStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
void |
AbstractStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
void |
Store.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionAwareAttributeExtractor
Used to extract a search attribute value from an element in a transactional store.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractTransactionStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
Constructor and Description |
---|
TransactionAwareAttributeExtractor(ReadWriteCopyStrategy<Element> copyStrategy,
AttributeExtractor delegate)
Creates an attributed delegating to the supplied extractor, via the given copy strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
LocalTransactionStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
Modifier and Type | Method and Description |
---|---|
void |
XATransactionStore.setAttributeExtractors(Map<String,AttributeExtractor> extractors)
Inform this store of the configured attribute extractors.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.