| Package | Description |
|---|---|
| org.finra.herd.model.api.xml | |
| org.finra.herd.service.impl |
| Modifier and Type | Field and Description |
|---|---|
protected SearchIndexStatistics |
SearchIndex.searchIndexStatistics |
| Modifier and Type | Method and Description |
|---|---|
SearchIndexStatistics |
ObjectFactory.createSearchIndexStatistics()
Create an instance of
SearchIndexStatistics |
SearchIndexStatistics |
SearchIndex.getSearchIndexStatistics()
Gets the value of the searchIndexStatistics property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchIndex.setSearchIndexStatistics(SearchIndexStatistics value)
Sets the value of the searchIndexStatistics property.
|
| Constructor and Description |
|---|
SearchIndex(SearchIndexKey searchIndexKey,
String searchIndexType,
String searchIndexStatus,
boolean active,
SearchIndexStatistics searchIndexStatistics,
String createdByUserId,
XMLGregorianCalendar createdOn,
XMLGregorianCalendar lastUpdatedOn)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected SearchIndexStatistics |
SearchIndexServiceImpl.createSearchIndexStatistics(Settings settings,
DocsStats docsStats,
long indexCount)
Creates a new search index statistics objects per specified parameters.
|
Copyright © 2021. All rights reserved.