Uses of Enum Class
com.atlassian.confluence.search.SearchPlatform
Packages that use SearchPlatform
-
Uses of SearchPlatform in com.atlassian.confluence.event.events.search
Methods in com.atlassian.confluence.event.events.search that return SearchPlatformConstructors in com.atlassian.confluence.event.events.search with parameters of type SearchPlatformModifierConstructorDescriptionV2QueryExecutionEvent(long durationMillis, long filterPreparationDurationMillis, long indexScanningDurationMillis, int totalHits, int startOffset, int limit, Set<SearchIndex> searchIndexes, SearchPlatform searchPlatform) -
Uses of SearchPlatform in com.atlassian.confluence.internal.index.event
Methods in com.atlassian.confluence.internal.index.event that return SearchPlatformMethods in com.atlassian.confluence.internal.index.event with parameters of type SearchPlatformModifier and TypeMethodDescriptionReIndexFinishedAnalyticsEvent.newIndexRecoveryReIndexFinishedEvent(long contentIndexSize, long changeIndexSize, SearchPlatform searchPlatform) ReIndexFinishedAnalyticsEvent.newPropagationReIndexFinishedEvent(String indexingId, long indexingTime, int totalNodes, long contentIndexSize, long changeIndexSize, SearchPlatform searchPlatform) -
Uses of SearchPlatform in com.atlassian.confluence.internal.search.v2.lucene
Methods in com.atlassian.confluence.internal.search.v2.lucene that return SearchPlatform -
Uses of SearchPlatform in com.atlassian.confluence.plugins.opensearch
Methods in com.atlassian.confluence.plugins.opensearch that return SearchPlatform -
Uses of SearchPlatform in com.atlassian.confluence.search
Fields in com.atlassian.confluence.search declared as SearchPlatformMethods in com.atlassian.confluence.search that return SearchPlatformModifier and TypeMethodDescriptionstatic SearchPlatformSearchPlatform.getSearchPlatform(com.atlassian.config.ApplicationConfiguration applicationConfig) Get the search platform configured on this node.static SearchPlatformSearchPlatformConfig.searchPlatform()static SearchPlatformReturns the enum constant of this class with the specified name.static SearchPlatform[]SearchPlatform.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SearchPlatform in com.atlassian.confluence.status.service.systeminfo
Methods in com.atlassian.confluence.status.service.systeminfo that return SearchPlatform