Class SearchIndexerStatus.RebuildCounts
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.Counts
-
- edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.RebuildCounts
-
- Enclosing class:
- SearchIndexerStatus
public static class SearchIndexerStatus.RebuildCounts extends SearchIndexerStatus.Counts
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.Counts
SearchIndexerStatus.Counts.Type
-
-
Constructor Summary
Constructors Constructor Description RebuildCounts(int documentsBefore, int documentsAfter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDocumentsAfter()intgetDocumentsBefore()StringtoString()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.Counts
asNoCounts, asRebuildCounts, asStatementCounts, asUriCounts, getType
-
-