public class IndexingFeaturesImpl extends Object implements IndexingFeatures, InitializingComponent
| Constructor and Description |
|---|
IndexingFeaturesImpl(JiraProperties jiraProperties,
JiraLicenseManager jiraLicenseManager,
com.atlassian.event.api.EventPublisher eventPublisher) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterInstantiation() |
int |
getCustomFieldIndexingBatchSize()
Returns number representing batch size of custom field value retrieval.
|
boolean |
isCFValueDrivenIndexingEnabled()
Returns true if custom field value driven index is enabled otherwise false.
|
boolean |
isLocalContextIndexingEnabled()
Returns true if local context index is enabled otherwise false.
|
boolean |
isSkipIndexingNullEnabled()
Returns true if skip indexing null is enabled otherwise false.
|
void |
onLicenseChanged(LicenseChangedEvent event) |
public IndexingFeaturesImpl(JiraProperties jiraProperties, JiraLicenseManager jiraLicenseManager, com.atlassian.event.api.EventPublisher eventPublisher)
public boolean isCFValueDrivenIndexingEnabled()
IndexingFeaturesisCFValueDrivenIndexingEnabled in interface IndexingFeaturespublic boolean isLocalContextIndexingEnabled()
IndexingFeaturesisLocalContextIndexingEnabled in interface IndexingFeaturespublic boolean isSkipIndexingNullEnabled()
IndexingFeaturesisSkipIndexingNullEnabled in interface IndexingFeaturespublic int getCustomFieldIndexingBatchSize()
IndexingFeaturesgetCustomFieldIndexingBatchSize in interface IndexingFeaturespublic void afterInstantiation()
throws Exception
afterInstantiation in interface InitializingComponentException@EventListener public void onLicenseChanged(LicenseChangedEvent event)
Copyright © 2002-2022 Atlassian. All Rights Reserved.