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()
IndexingFeatures
isCFValueDrivenIndexingEnabled
in interface IndexingFeatures
public boolean isLocalContextIndexingEnabled()
IndexingFeatures
isLocalContextIndexingEnabled
in interface IndexingFeatures
public boolean isSkipIndexingNullEnabled()
IndexingFeatures
isSkipIndexingNullEnabled
in interface IndexingFeatures
public int getCustomFieldIndexingBatchSize()
IndexingFeatures
getCustomFieldIndexingBatchSize
in interface IndexingFeatures
public void afterInstantiation() throws Exception
afterInstantiation
in interface InitializingComponent
Exception
@EventListener public void onLicenseChanged(LicenseChangedEvent event)
Copyright © 2002-2022 Atlassian. All Rights Reserved.