Class CustomFieldIndexerWithStats
java.lang.Object
com.atlassian.jira.search.issue.index.indexers.FieldIndexerWithStats
com.atlassian.jira.search.issue.index.indexers.CustomFieldIndexerWithStats
- All Implemented Interfaces:
FieldIndexerStatsCollector,CustomFieldIndexer,FieldIndexer
public class CustomFieldIndexerWithStats
extends FieldIndexerWithStats
implements CustomFieldIndexer
Replaces
CustomFieldIndexerWithStats.- Since:
- 10.7
-
Nested Class Summary
Nested classes/interfaces inherited from class com.atlassian.jira.search.issue.index.indexers.FieldIndexerWithStats
FieldIndexerWithStats.Stats -
Field Summary
Fields inherited from class com.atlassian.jira.search.issue.index.indexers.FieldIndexerWithStats
statsFields inherited from interface com.atlassian.jira.search.issue.index.indexers.FieldIndexer
NO_VALUE_INDEX_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the custom field associated with this indexertoString()Methods inherited from class com.atlassian.jira.search.issue.index.indexers.FieldIndexerWithStats
equals, getDelegate, getFields, getId, getStats, getStatsAndResetSnapshot, hashCode, indexFields, isFieldVisibleAndInScope, resetStats, skipsIndexingNullMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.atlassian.jira.search.issue.index.indexers.FieldIndexer
getFields, getId, indexFields, isFieldVisibleAndInScope, skipsIndexingNull
-
Constructor Details
-
CustomFieldIndexerWithStats
-
-
Method Details
-
getCustomField
Description copied from interface:CustomFieldIndexerReturns the custom field associated with this indexer- Specified by:
getCustomFieldin interfaceCustomFieldIndexer- Returns:
- CustomField
-
toString
- Overrides:
toStringin classFieldIndexerWithStats
-