Class SearchIndexerStatus.Counts
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.modules.searchIndexer.SearchIndexerStatus.Counts
-
- Direct Known Subclasses:
SearchIndexerStatus.NoCounts,SearchIndexerStatus.RebuildCounts,SearchIndexerStatus.StatementCounts,SearchIndexerStatus.UriCounts
- Enclosing class:
- SearchIndexerStatus
public abstract static class SearchIndexerStatus.Counts extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSearchIndexerStatus.Counts.Type
-
Constructor Summary
Constructors Constructor Description Counts(SearchIndexerStatus.Counts.Type type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchIndexerStatus.NoCountsasNoCounts()SearchIndexerStatus.RebuildCountsasRebuildCounts()SearchIndexerStatus.StatementCountsasStatementCounts()SearchIndexerStatus.UriCountsasUriCounts()SearchIndexerStatus.Counts.TypegetType()
-
-
-
Constructor Detail
-
Counts
public Counts(SearchIndexerStatus.Counts.Type type)
-
-
Method Detail
-
getType
public SearchIndexerStatus.Counts.Type getType()
-
asUriCounts
public SearchIndexerStatus.UriCounts asUriCounts()
-
asStatementCounts
public SearchIndexerStatus.StatementCounts asStatementCounts()
-
asRebuildCounts
public SearchIndexerStatus.RebuildCounts asRebuildCounts()
-
asNoCounts
public SearchIndexerStatus.NoCounts asNoCounts()
-
-