|
Class Summary |
| AbstractMethodDataSourceHelper |
Base class for the IMethodDataSourceHelper implementors that are meant to be
used with methods that return a Collection, Set or array. |
| AbstractQueryParam |
Base class for all IQueryParam implementations. |
| AbstractSemanticCache |
TODO: this can change ... |
| Chunk |
A block of data that is retrieved and cached together. |
| ChunkBasedSemanticCache |
Semantic cache implementation that uses the chunk approach described in |
| CommonsLangObject |
Class with a default implementations for equals and hashCode and toString, which the use commong-lang
EqualsBuilder, HashCodeBuilder and ToStringBuidler. |
| DataItem |
Represents an individual item stored by a cache. |
| DateParam |
A IPointQueryParam that selects data items with values along
a certain dimension exactly equal to a certain Date value. |
| DateRangeParam |
A IQueryParam encompassing a range of dates. |
| Dimension |
Generic implementation of the IDimension interface. |
| MethodDataSource |
IDataSource implementation backed by a method invocation. |
| ParamSpace |
A multi-dimensional space of IQueryParams. |
| Query |
Generic implementation of the IQuery interface. |
| QueryResult |
TODO complete javadoc for
TODO in future versions these might not be full when they are returned (although this isn't
supported now). |
| SelfCachingDataSource |
An IDataSource that is an underlying IDataSource
wrapped in a read-through cache. |
| StringParam |
A IPointQueryParam that selects data items with values along
a certain dimension exactly equal to a certain String value. |
| StringSetParam |
A IQueryParam that selects data items with values along
a certain dimension exactly equal to one of a set of String values. |