|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IndexStatistics
Interface for Index Statistic Generating Wrapper Classes.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void openIndex(String baseIndexDir,
String indexName)
throws IndexException
baseIndexDir - the base index storage directoryindexName - name of the index
IndexException - -
an error opening the index
void updateIndex()
throws IndexException
IndexException - -
an error updating the index
String createStatistics()
throws IndexException
IndexException - -
an error creating statistics
String createMergedStatistics(List<String> statisticsFileIDs)
throws IndexException
statisticsFileIDs - IndexException - -
an error creating merged statistics
void close()
throws IndexException
IndexException - -
an error closing the IndexStatistics isntance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||