public interface IndexStatistics
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Releases reserved resources.
|
String |
createMergedStatistics(List<String> statisticsFileIDs)
Creates a new statistics file, and merges additional statistics files
into it.
|
String |
createStatistics()
Creates a statistics file.
|
void |
openIndex(String baseIndexDir,
String indexName)
Opens the index for the statistics operation.
|
void |
updateIndex()
Updates the index.
|
void openIndex(String baseIndexDir, String indexName) throws IndexException
baseIndexDir - the base index storage directoryindexName - name of the indexIndexException - -
an error opening the indexvoid updateIndex()
throws IndexException
IndexException - -
an error updating the indexString createStatistics() throws IndexException
IndexException - -
an error creating statisticsString createMergedStatistics(List<String> statisticsFileIDs) throws IndexException
statisticsFileIDs - IndexException - -
an error creating merged statisticsvoid close()
throws IndexException
IndexException - -
an error closing the IndexStatistics isntanceCopyright © 2014. All Rights Reserved.