Class AbstractScanningLoader<T>

Object
AbstractAttributeLoader<T>
AbstractScanningLoader<T>
Type Parameters:
T -
All Implemented Interfaces:
AttributeLoader<T>, MultiRowAttributeLoader<T>, RowAttributeLoader<T>, ScanningAttributeLoader<T>
Direct Known Subclasses:
ScanningLongSumLoader, ScanningNumberSumLoader

public abstract class AbstractScanningLoader<T> extends AbstractAttributeLoader<T> implements ScanningAttributeLoader<T>
Base class for scanning loaders that support standard options "baseLevel" and "levels". Note that implementation relies on the fact that the value T is immutable and can be shared among multiple rows.