Modifier and Type | Method and Description |
---|---|
List<LiteLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSiteLite(int maxResults)
Returns most used labels across the site.
|
List<LiteLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSpaceLite(String spaceKey,
int maxResults)
Returns most used labels.
|
Modifier and Type | Method and Description |
---|---|
Set<RankedLiteLabelSearchResult> |
CachingLabelManager.calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList,
Comparator<? super RankedLiteLabelSearchResult> comparator)
Calculate ranks for input labels.
|
Modifier and Type | Method and Description |
---|---|
List<LiteLabelSearchResult> |
LiteSearchResultCacheEntry.getList() |
List<LiteLabelSearchResult> |
LiteSearchResultCacheEntry.getList(int limit) |
List<LiteLabelSearchResult> |
AdaptiveMostUsedLabelsCache.getSiteRecord(int limit)
Reads most used labels for the whole site
Implementation can use its own hard limit if the provided limit is too large
|
List<LiteLabelSearchResult> |
AdaptiveMostUsedLabelsCacheImpl.getSiteRecord(int limit)
Reads most used labels for the whole site
Implementation can use its own hard limit if the provided limit is too large
|
List<LiteLabelSearchResult> |
AdaptiveMostUsedLabelsCache.getSpaceRecord(long spaceId,
int limit)
Reads most used labels for the particular space from cache
Implementation can use its own hard limit if the provided limit is too large
|
List<LiteLabelSearchResult> |
AdaptiveMostUsedLabelsCacheImpl.getSpaceRecord(long spaceId,
int limit)
Reads most used labels for the particular space from cache
Implementation can use its own hard limit if the provided limit is too large
|
List<LiteLabelSearchResult> |
AdaptiveMostUsedLabelsCache.getSpaceRecord(String spaceKey,
int limit)
Reads most used labels for the particular space from cache
Implementation can use its own hard limit if the provided limit is too large
|
List<LiteLabelSearchResult> |
AdaptiveMostUsedLabelsCacheImpl.getSpaceRecord(String spaceKey,
int limit)
A wrapper which allows to retrive data by space key (not by space id)
Would be removed in the future
|
Modifier and Type | Method and Description |
---|---|
void |
LiteSearchResultCacheEntry.setList(List<LiteLabelSearchResult> list) |
Constructor and Description |
---|
LiteSearchResultCacheEntry(List<LiteLabelSearchResult> list,
int requestedLimit,
long expirationTs,
long requestTs) |
Modifier and Type | Method and Description |
---|---|
List<LiteLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSiteLite(int maxResults)
Deprecated.
Returns most used labels across the site.
|
List<LiteLabelSearchResult> |
LabelManager.getMostPopularLabelsInSiteLite(int maxResults)
Returns most used labels across the site.
|
List<LiteLabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsInSiteLite(int maxResults)
Returns most used labels across the site.
|
List<LiteLabelSearchResult> |
CachingLabelManager.getMostPopularLabelsInSpaceLite(String spaceKey,
int maxResults)
Deprecated.
Returns most used labels.
|
List<LiteLabelSearchResult> |
LabelManager.getMostPopularLabelsInSpaceLite(String spaceKey,
int maxResults)
Returns most used labels.
|
List<LiteLabelSearchResult> |
DefaultLabelManager.getMostPopularLabelsInSpaceLite(String spaceKey,
int maxResults)
Returns most used labels.
|
Modifier and Type | Method and Description |
---|---|
Set<RankedLiteLabelSearchResult> |
CachingLabelManager.calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList,
Comparator<? super RankedLiteLabelSearchResult> comparator)
Deprecated.
Calculate ranks for input labels.
|
Set<RankedLiteLabelSearchResult> |
LabelManager.calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList,
Comparator<? super RankedLiteLabelSearchResult> comparator)
Calculate ranks for input labels.
|
Set<RankedLiteLabelSearchResult> |
DefaultLabelManager.calculateRanksForLiteLabels(List<LiteLabelSearchResult> labelList,
Comparator<? super RankedLiteLabelSearchResult> comparator)
Calculate ranks for input labels.
|
Modifier and Type | Class and Description |
---|---|
class |
RankedLiteLabelSearchResult
A DTO class which adds 'rank' property to LiteLabelSearchResult
which reflects the frequency of labels.
|
Constructor and Description |
---|
RankedLiteLabelSearchResult(LiteLabelSearchResult other,
int rank) |
Modifier and Type | Method and Description |
---|---|
Set<LiteLabelSearchResult> |
SuggestedLabels.getSuggestedLiteLabels(AbstractPage entity,
String spaceKey,
com.atlassian.user.User user,
int maxResults)
Get suggested labels for entity, space or site
|
Copyright © 2003–2021 Atlassian. All rights reserved.