Class ScanningLongSumLoader
- All Implemented Interfaces:
AttributeLoader<Long>,MultiRowAttributeLoader<Long>,RowAttributeLoader<Long>,ScanningAttributeLoader<Long>
-
Field Summary
Fields inherited from class AbstractAttributeLoader
mySpec -
Constructor Summary
ConstructorsConstructorDescriptionScanningLongSumLoader(AttributeSpec<Long> spec, AttributeSpec<Long> dependency) -
Method Summary
Modifier and TypeMethodDescriptionSet<AttributeSpec<?>>Returns attributes that need to be loaded prior to calling this loader's loading function.protected LongloadValueForPassingRow(Long precedingValue, ScanningAttributeContext context) Methods inherited from class AbstractScanningLoader
carryPrecedingValueForSkippedRow, getBaseLevel, getLevelsSorted, isAboveBaseLevel, isLevelSkipped, isRowSkipped, loadValueMethods inherited from class AbstractAttributeLoader
getAttributeSpec, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface AttributeLoader
getAttributeSpec, getContextDependencies, getGlobalTrailMethods inherited from interface MultiRowAttributeLoader
getCachingStrategyMethods inherited from interface RowAttributeLoader
isWholeForestDependent, preload
-
Constructor Details
-
ScanningLongSumLoader
-
-
Method Details
-
getAttributeDependencies
Description copied from interface:AttributeLoaderReturns attributes that need to be loaded prior to calling this loader's loading function.
The returned value must be the same throughout the lifetime of the object.
- Returns:
- the set of attribute dependencies, or
nullif there are none - See Also:
-
loadValueForPassingRow
@Nullable protected Long loadValueForPassingRow(@Nullable Long precedingValue, ScanningAttributeContext context) - Specified by:
loadValueForPassingRowin classAbstractScanningLoader<Long>
-