Uses of Interface
net.sf.ehcache.search.attribute.DynamicAttributesExtractor
-
Packages that use DynamicAttributesExtractor Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.config This package contains the cache configuration code.net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns.net.sf.ehcache.constructs.classloader ClassLoader contstructs packagenet.sf.ehcache.search.impl This package contains an implementation for Results.net.sf.ehcache.store Store package. -
-
Uses of DynamicAttributesExtractor in net.sf.ehcache
Methods in net.sf.ehcache with parameters of type DynamicAttributesExtractor Modifier and Type Method Description voidCache. registerDynamicAttributesExtractor(DynamicAttributesExtractor extractor)Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable, as indicated by its configuration.voidEhcache. registerDynamicAttributesExtractor(DynamicAttributesExtractor extractor)Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable, as indicated by its configuration. -
Uses of DynamicAttributesExtractor in net.sf.ehcache.config
Methods in net.sf.ehcache.config that return DynamicAttributesExtractor Modifier and Type Method Description DynamicAttributesExtractorCacheConfiguration. getDynamicExtractor()AccessorMethods in net.sf.ehcache.config with parameters of type DynamicAttributesExtractor Modifier and Type Method Description CacheConfigurationCacheConfiguration. dynamicAttributeExtractor(DynamicAttributesExtractor extractor)Sets dynamic search attributes extractorvoidDynamicSearchListener. extractorChanged(DynamicAttributesExtractor oldValue, DynamicAttributesExtractor newValue)Called to indicate that a new dynamic attributes extractor was addedvoidCacheConfiguration. setDynamicAttributesExtractor(DynamicAttributesExtractor extractor)Sets dynamic search attributes extractor -
Uses of DynamicAttributesExtractor in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs with parameters of type DynamicAttributesExtractor Modifier and Type Method Description voidEhcacheDecoratorAdapter. registerDynamicAttributesExtractor(DynamicAttributesExtractor extractor)Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable, as indicated by its configuration. -
Uses of DynamicAttributesExtractor in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader with parameters of type DynamicAttributesExtractor Modifier and Type Method Description voidClassLoaderAwareCache. registerDynamicAttributesExtractor(DynamicAttributesExtractor extractor)Allows user to register a dynamic attribute extractor with a searchable cache that is dynamically indexable, as indicated by its configuration. -
Uses of DynamicAttributesExtractor in net.sf.ehcache.search.impl
Methods in net.sf.ehcache.search.impl with parameters of type DynamicAttributesExtractor Modifier and Type Method Description ResultsSearchManager. executeQuery(StoreQuery query, java.util.Map<java.lang.String,AttributeExtractor> attributeExtractors, DynamicAttributesExtractor dynamicIndexer)Execute a query against the given cachestatic java.util.Map<java.lang.String,? extends java.lang.Object>DynamicSearchChecker. getSearchAttributes(Element e, java.util.Set<java.lang.String> reservedAttrs, DynamicAttributesExtractor extractor)Extracts dynamically indexed search attributes from cache element using provided extractor, validating against reserved set of attribute names (provided by Ehcache search config)voidSearchManager. put(java.lang.String cacheName, int segmentId, Element element, byte[] serializedKey, java.util.Map<java.lang.String,AttributeExtractor> extractors, DynamicAttributesExtractor dynamicIndexer)Notify an element added to a segment of a given cache -
Uses of DynamicAttributesExtractor in net.sf.ehcache.store
Methods in net.sf.ehcache.store with parameters of type DynamicAttributesExtractor Modifier and Type Method Description ResultsBruteForceSearchManager. executeQuery(StoreQuery query, java.util.Map<java.lang.String,AttributeExtractor> extractors, DynamicAttributesExtractor dynIndexer)voidBruteForceSearchManager. put(java.lang.String cacheName, int segmentId, Element element, byte[] key, java.util.Map<java.lang.String,AttributeExtractor> extractors, DynamicAttributesExtractor dynamicIndexer)
-