|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
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 package |
net.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 | ||
---|---|---|
|
Ehcache.getSearchAttribute(String attributeName)
Retrieve the given named search attribute |
|
|
Cache.getSearchAttribute(String attributeName)
Retrieve the given named search attribute |
Methods in net.sf.ehcache that return types with arguments of type Attribute | |
---|---|
Set<Attribute> |
Ehcache.getSearchAttributes()
|
Set<Attribute> |
Cache.getSearchAttributes()
|
Uses of Attribute in net.sf.ehcache.constructs |
---|
Methods in net.sf.ehcache.constructs that return Attribute | ||
---|---|---|
|
EhcacheDecoratorAdapter.getSearchAttribute(String attributeName)
Retrieve the given named search attribute |
Methods in net.sf.ehcache.constructs that return types with arguments of type Attribute | |
---|---|
Set<Attribute> |
EhcacheDecoratorAdapter.getSearchAttributes()
|
Uses of Attribute in net.sf.ehcache.constructs.classloader |
---|
Methods in net.sf.ehcache.constructs.classloader that return Attribute | |
---|---|
Attribute |
ClassLoaderAwareCache.getSearchAttribute(String arg0)
Retrieve the given named search attribute |
Methods in net.sf.ehcache.constructs.classloader that return types with arguments of type Attribute | |
---|---|
Set<Attribute> |
ClassLoaderAwareCache.getSearchAttributes()
|
Uses of Attribute in net.sf.ehcache.search |
---|
Fields in net.sf.ehcache.search declared as Attribute | |
---|---|
static Attribute |
Query.KEY
The search attribute for a cache element's key. |
static Attribute |
Query.VALUE
The search attribute for a cache element's value. |
Methods in net.sf.ehcache.search with parameters of type Attribute | ||
---|---|---|
Query |
Query.addGroupBy(Attribute<?>... attribute)
Group result set by unique value(s) of specified attribute(s). |
|
Query |
Query.addOrderBy(Attribute<?> attribute,
Direction direction)
Request result set ordering by the given attribute and direction. |
|
|
Result.getAttribute(Attribute<T> attribute)
Retrieve the given attribute value for this cache entry |
|
Query |
Query.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 | |
---|---|
Attribute |
Sum.getAttribute()
Get the attribute to pass to aggregator |
Attribute |
Min.getAttribute()
Get the attribute to pass to aggregator |
Attribute |
Max.getAttribute()
Get the attribute to pass to aggregator |
Attribute<?> |
Count.getAttribute()
Get the attribute to pass to aggregator |
Attribute |
Average.getAttribute()
Get the attribute to pass to aggregator |
Attribute<?> |
AggregatorInstance.getAttribute()
Get the attribute to pass to aggregator |
Methods in net.sf.ehcache.search.aggregator with parameters of type Attribute | |
---|---|
static Aggregator |
Aggregators.average(Attribute<?> attribute)
Construct an average value aggregator |
static Aggregator |
Aggregators.max(Attribute<?> attribute)
Construct a maximum value aggregator |
static Aggregator |
Aggregators.min(Attribute<?> attribute)
Construct a minimum value aggregator |
static Aggregator |
Aggregators.sum(Attribute<?> attribute)
Construct a sum aggregator |
Constructors in net.sf.ehcache.search.aggregator with parameters of type Attribute | |
---|---|
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 | |
---|---|
Set<Attribute<?>> |
Or.getAttributes()
Returns all search attributes referenced by this instance |
Set<Attribute<?>> |
NotNull.getAttributes()
|
Set<Attribute<?>> |
NotILike.getAttributes()
|
Set<Attribute<?>> |
Not.getAttributes()
Returns all search attributes referenced by this instance |
Set<Attribute<?>> |
IsNull.getAttributes()
|
Set<Attribute<?>> |
InCollection.getAttributes()
|
Set<Attribute<?>> |
ILike.getAttributes()
|
Set<Attribute<?>> |
EqualTo.getAttributes()
|
Set<Attribute<?>> |
ComparableValue.getAttributes()
|
abstract Set<Attribute<?>> |
BaseCriteria.getAttributes()
Returns all search attributes referenced by this instance |
Set<Attribute<?>> |
And.getAttributes()
Returns all search attributes referenced by this instance |
Set<Attribute<?>> |
AlwaysMatch.getAttributes()
|
Uses of Attribute in net.sf.ehcache.search.impl |
---|
Methods in net.sf.ehcache.search.impl that return types with arguments of type Attribute | |
---|---|
Set<Attribute> |
SearchManager.getSearchAttributes(String cacheName)
Returns all known search attributes for cache with given name |
Methods in net.sf.ehcache.search.impl with parameters of type Attribute | ||
---|---|---|
|
BaseResult.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 | ||
---|---|---|
Attribute<?> |
StoreQuery.Ordering.getAttribute()
Attribute to order by |
|
|
Store.getSearchAttribute(String attributeName)
Retrieve the given named search attribute |
|
|
ElementIdAssigningStore.getSearchAttribute(String attributeName)
Retrieve the given named search attribute |
|
|
CacheStore.getSearchAttribute(String attributeName)
|
|
|
AbstractStore.getSearchAttribute(String attributeName)
Retrieve the given named search attribute |
Methods in net.sf.ehcache.store that return types with arguments of type Attribute | |
---|---|
Set<Attribute> |
Store.getSearchAttributes()
|
Set<Attribute> |
ElementIdAssigningStore.getSearchAttributes()
|
Set<Attribute> |
CacheStore.getSearchAttributes()
|
Set<Attribute> |
AbstractStore.getSearchAttributes()
|
Set<Attribute> |
BruteForceSearchManager.getSearchAttributes(String cacheName)
|
Set<Attribute<?>> |
StoreQuery.groupByAttributes()
Get the set of attributes to group result set by |
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 | ||
---|---|---|
|
AbstractTransactionStore.getSearchAttribute(String attributeName)
Retrieve the given named search attribute |
Methods in net.sf.ehcache.transaction that return types with arguments of type Attribute | |
---|---|
Set<Attribute> |
AbstractTransactionStore.getSearchAttributes()
|
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |