Class BaseIncrementalValueStore


  • public class BaseIncrementalValueStore
    extends Object
    Store for maintaining the base values related to incremental aggregation. (e.g. for average, the base incremental values would be sum and count. The timestamp too is stored here.