@Internal public class JiraIndexingStatsAnalyticsEvent extends Object
Constructor and Description |
---|
JiraIndexingStatsAnalyticsEvent(IndexingFeatures indexingFeatures,
int totalIndexers,
int indexersDeclaringNullHandling,
int indexersSkippingNull)
Deprecated.
|
JiraIndexingStatsAnalyticsEvent(IndexingFeatures indexingFeatures,
int totalIndexers,
int indexersDeclaringNullHandling,
int indexersSkippingNull,
int totalCustomFieldTypes,
long customFieldTypesImplementingBatchCustomFieldInfo) |
Modifier and Type | Method and Description |
---|---|
int |
getCustomFieldIndexingBatchSize() |
long |
getCustomFieldTypesImplementingBatchCustomFieldInfo() |
int |
getIndexersDeclaringNullHandling() |
int |
getIndexersSkippingNull() |
int |
getTotalCustomFieldTypes() |
int |
getTotalIndexers() |
boolean |
isCfvValueDrivenIndexingEnabled() |
boolean |
isLocalContextIndexingEnabled() |
boolean |
isSkipIndexingNullEnabled() |
@Deprecated public JiraIndexingStatsAnalyticsEvent(IndexingFeatures indexingFeatures, int totalIndexers, int indexersDeclaringNullHandling, int indexersSkippingNull)
public JiraIndexingStatsAnalyticsEvent(IndexingFeatures indexingFeatures, int totalIndexers, int indexersDeclaringNullHandling, int indexersSkippingNull, int totalCustomFieldTypes, long customFieldTypesImplementingBatchCustomFieldInfo)
public boolean isCfvValueDrivenIndexingEnabled()
public boolean isLocalContextIndexingEnabled()
public boolean isSkipIndexingNullEnabled()
public int getTotalIndexers()
public int getIndexersDeclaringNullHandling()
public int getIndexersSkippingNull()
public int getCustomFieldIndexingBatchSize()
public int getTotalCustomFieldTypes()
public long getCustomFieldTypesImplementingBatchCustomFieldInfo()
Copyright © 2002-2024 Atlassian. All Rights Reserved.