Class SearchIndexerStatus.UriCounts
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.Counts
-
- edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.UriCounts
-
- Enclosing class:
- SearchIndexerStatus
public static class SearchIndexerStatus.UriCounts 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 UriCounts(int excluded, int deleted, int updated, int remaining, int total)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetDeleted()intgetExcluded()intgetRemaining()intgetTotal()intgetUpdated()StringtoString()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.Counts
asNoCounts, asRebuildCounts, asStatementCounts, asUriCounts, getType
-
-