public class SearchIndexerStatus extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchIndexerStatus.Counts |
static class |
SearchIndexerStatus.NoCounts |
static class |
SearchIndexerStatus.RebuildCounts |
static class |
SearchIndexerStatus.State |
static class |
SearchIndexerStatus.StatementCounts |
static class |
SearchIndexerStatus.UriCounts |
| Constructor and Description |
|---|
SearchIndexerStatus(SearchIndexerStatus.State state,
Date since,
SearchIndexerStatus.Counts counts) |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexerStatus.Counts |
getCounts() |
Date |
getSince() |
SearchIndexerStatus.State |
getState() |
static SearchIndexerStatus |
idle() |
static SearchIndexerStatus |
shutdown() |
String |
toString() |
public SearchIndexerStatus(SearchIndexerStatus.State state, Date since, SearchIndexerStatus.Counts counts)
public static SearchIndexerStatus idle()
public static SearchIndexerStatus shutdown()
public SearchIndexerStatus.State getState()
public Date getSince()
public SearchIndexerStatus.Counts getCounts()
Copyright © 2022. All rights reserved.