CustomFieldPrefetchedData
instead.@Deprecated public class CustomFieldPrefetchedData extends Object
NonnullCustomFieldProvider.getCustomFieldInfo(com.atlassian.jira.issue.Issue)
.
Can contain anything and should be used by subclassess of FieldIndexer
to reduce the amount of
data retrieved during indexing.Modifier and Type | Field and Description |
---|---|
static CustomFieldPrefetchedData |
NO_PREFETCH
Deprecated.
Note that disabling prefetch means that your custom field data will be retrieved twice - do not use it unless you already cache that
value internally.
|
Constructor and Description |
---|
CustomFieldPrefetchedData(Object opaqueData)
Deprecated.
|
public static final CustomFieldPrefetchedData NO_PREFETCH
public CustomFieldPrefetchedData(Object opaqueData)
Copyright © 2002-2021 Atlassian. All Rights Reserved.