org.gcube.indexmanagement.common
Class StatisticsFileMerger

java.lang.Object
  extended by org.gcube.indexmanagement.common.StatisticsFileMerger

public class StatisticsFileMerger
extends Object

A class used to merge the statistics files of a partitioned index into a single statistics file.


Constructor Summary
StatisticsFileMerger()
           
 
Method Summary
static String merge(List<String> RS_EPRs, ServiceContextContainer scc)
          A method used to merge the statistics files of a partitioned index into a single statistics file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsFileMerger

public StatisticsFileMerger()
Method Detail

merge

public static String merge(List<String> RS_EPRs,
                           ServiceContextContainer scc)
                    throws IndexException
A method used to merge the statistics files of a partitioned index into a single statistics file.

Parameters:
RS_EPRs - List - a list of the statistics ResultSets to merge
Throws:
IndexException - - an error occurred while merging the statistics files


Copyright © 2012. All Rights Reserved.