public class NonCachingDataStatistics extends DataStatistics
| Constructor and Description |
|---|
NonCachingDataStatistics() |
| Modifier and Type | Method and Description |
|---|---|
void |
cacheBaseStatistics(BaseStatistics statistics,
String identifyer)
Caches the given statistics.
|
BaseStatistics |
getBaseStatistics(String inputIdentifier)
Gets the base statistics for the input identified by the given identifier.
|
public BaseStatistics getBaseStatistics(String inputIdentifier)
DataStatisticsgetBaseStatistics in class DataStatisticsinputIdentifier - The identifier for the input.public void cacheBaseStatistics(BaseStatistics statistics, String identifyer)
DataStatisticscacheBaseStatistics in class DataStatisticsstatistics - The statistics to cache.identifyer - The identifier which may be later used to retrieve the statistics.Copyright © 2014 The Apache Software Foundation. All rights reserved.