Class GatherPartitionStatistics

  • All Implemented Interfaces:
    Callable<ObjectPartitionStatisticsImpl>

    public class GatherPartitionStatistics
    extends Object
    implements Callable<ObjectPartitionStatisticsImpl>
    Implementation of statistic collector. Load existing, gather or remove some columns statistics and save it back to repository. In case of context.force - recollect all columns. In case of context.configuration contains less columns than existing statistics - remove some columns. In case of existing statistics contains column with required version - leave it as is. Reset obsolescence if needed.