Uses of Class
net.sf.ehcache.search.Attribute
-
Packages that use Attribute Package Description net.sf.ehcache This package contains the public API for using ehcache.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 This package contains classes for ehcache core search API.net.sf.ehcache.search.aggregator This package contains classes for search aggregator functionality.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. -
-
Uses of Attribute in net.sf.ehcache
Methods in net.sf.ehcache that return Attribute Modifier and Type Method Description <T> Attribute<T>Cache. getSearchAttribute(java.lang.String attributeName)Retrieve the given named search attribute<T> Attribute<T>Ehcache. getSearchAttribute(java.lang.String attributeName)Retrieve the given named search attributeMethods in net.sf.ehcache that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>Cache. getSearchAttributes()java.util.Set<Attribute>Ehcache. getSearchAttributes() -
Uses of Attribute in net.sf.ehcache.constructs
Methods in net.sf.ehcache.constructs that return Attribute Modifier and Type Method Description <T> Attribute<T>EhcacheDecoratorAdapter. getSearchAttribute(java.lang.String attributeName)Retrieve the given named search attributeMethods in net.sf.ehcache.constructs that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>EhcacheDecoratorAdapter. getSearchAttributes() -
Uses of Attribute in net.sf.ehcache.constructs.classloader
Methods in net.sf.ehcache.constructs.classloader that return Attribute Modifier and Type Method Description AttributeClassLoaderAwareCache. getSearchAttribute(java.lang.String arg0)Retrieve the given named search attributeMethods in net.sf.ehcache.constructs.classloader that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>ClassLoaderAwareCache. getSearchAttributes() -
Uses of Attribute in net.sf.ehcache.search
Fields in net.sf.ehcache.search declared as Attribute Modifier and Type Field Description static AttributeQuery. KEYThe search attribute for a cache element's key.static AttributeQuery. VALUEThe search attribute for a cache element's value.Methods in net.sf.ehcache.search with parameters of type Attribute Modifier and Type Method Description QueryQuery. addGroupBy(Attribute<?>... attribute)Group result set by unique value(s) of specified attribute(s).QueryQuery. addOrderBy(Attribute<?> attribute, Direction direction)Request result set ordering by the given attribute and direction.<T> TResult. getAttribute(Attribute<T> attribute)Retrieve the given attribute value for this cache entryQueryQuery. includeAttribute(Attribute<?>... attributes)Request that the given attribute(s) should be present in the result for this query. -
Uses of Attribute in net.sf.ehcache.search.aggregator
Methods in net.sf.ehcache.search.aggregator that return Attribute Modifier and Type Method Description Attribute<?>AggregatorInstance. getAttribute()Get the attribute to pass to aggregatorAttributeAverage. getAttribute()Get the attribute to pass to aggregatorAttribute<?>Count. getAttribute()Get the attribute to pass to aggregatorAttributeMax. getAttribute()Get the attribute to pass to aggregatorAttributeMin. getAttribute()Get the attribute to pass to aggregatorAttributeSum. getAttribute()Get the attribute to pass to aggregatorMethods in net.sf.ehcache.search.aggregator with parameters of type Attribute Modifier and Type Method Description static AggregatorAggregators. average(Attribute<?> attribute)Construct an average value aggregatorstatic AggregatorAggregators. max(Attribute<?> attribute)Construct a maximum value aggregatorstatic AggregatorAggregators. min(Attribute<?> attribute)Construct a minimum value aggregatorstatic AggregatorAggregators. sum(Attribute<?> attribute)Construct a sum aggregatorConstructors in net.sf.ehcache.search.aggregator with parameters of type Attribute Constructor Description Average(Attribute<?> attribute)Max(Attribute<?> attribute)Min(Attribute<?> attribute)Sum(Attribute<?> attribute) -
Uses of Attribute in net.sf.ehcache.search.expression
Methods in net.sf.ehcache.search.expression that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute<?>>AlwaysMatch. getAttributes()java.util.Set<Attribute<?>>And. getAttributes()Returns all search attributes referenced by this instanceabstract java.util.Set<Attribute<?>>BaseCriteria. getAttributes()Returns all search attributes referenced by this instancejava.util.Set<Attribute<?>>ComparableValue. getAttributes()java.util.Set<Attribute<?>>EqualTo. getAttributes()java.util.Set<Attribute<?>>ILike. getAttributes()java.util.Set<Attribute<?>>InCollection. getAttributes()java.util.Set<Attribute<?>>IsNull. getAttributes()java.util.Set<Attribute<?>>Not. getAttributes()Returns all search attributes referenced by this instancejava.util.Set<Attribute<?>>NotILike. getAttributes()java.util.Set<Attribute<?>>NotNull. getAttributes()java.util.Set<Attribute<?>>Or. getAttributes()Returns all search attributes referenced by this instance -
Uses of Attribute in net.sf.ehcache.search.impl
Methods in net.sf.ehcache.search.impl that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>SearchManager. getSearchAttributes(java.lang.String cacheName)Returns all known search attributes for cache with given nameMethods in net.sf.ehcache.search.impl with parameters of type Attribute Modifier and Type Method Description <T> TBaseResult. getAttribute(Attribute<T> attribute)Retrieve the given attribute value for this cache entry -
Uses of Attribute in net.sf.ehcache.store
Methods in net.sf.ehcache.store that return Attribute Modifier and Type Method Description Attribute<?>StoreQuery.Ordering. getAttribute()Attribute to order by<T> Attribute<T>AbstractStore. getSearchAttribute(java.lang.String attributeName)Retrieve the given named search attribute<T> Attribute<T>CacheStore. getSearchAttribute(java.lang.String attributeName)<T> Attribute<T>ElementIdAssigningStore. getSearchAttribute(java.lang.String attributeName)Retrieve the given named search attribute<T> Attribute<T>Store. getSearchAttribute(java.lang.String attributeName)Retrieve the given named search attributeMethods in net.sf.ehcache.store that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>AbstractStore. getSearchAttributes()java.util.Set<Attribute>BruteForceSearchManager. getSearchAttributes(java.lang.String cacheName)java.util.Set<Attribute>CacheStore. getSearchAttributes()java.util.Set<Attribute>ElementIdAssigningStore. getSearchAttributes()java.util.Set<Attribute>Store. getSearchAttributes()java.util.Set<Attribute<?>>StoreQuery. groupByAttributes()Get the set of attributes to group result set byjava.util.Set<Attribute<?>>StoreQuery. requestedAttributes()Get the set of attributes requested by this query -
Uses of Attribute in net.sf.ehcache.transaction
Methods in net.sf.ehcache.transaction that return Attribute Modifier and Type Method Description <T> Attribute<T>AbstractTransactionStore. getSearchAttribute(java.lang.String attributeName)Retrieve the given named search attributeMethods in net.sf.ehcache.transaction that return types with arguments of type Attribute Modifier and Type Method Description java.util.Set<Attribute>AbstractTransactionStore. getSearchAttributes()
-