Uses of Class
com.atlassian.confluence.index.status.ReindexType
-
Packages that use ReindexType Package Description com.atlassian.confluence.index.status com.atlassian.confluence.internal.index.event com.atlassian.confluence.plugins.rebuildindex.status -
-
Uses of ReindexType in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return ReindexType Modifier and Type Method Description static ReindexTypeReindexType. valueOf(String name)Returns the enum constant of this type with the specified name.static ReindexType[]ReindexType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ReindexType in com.atlassian.confluence.internal.index.event
Methods in com.atlassian.confluence.internal.index.event that return ReindexType Modifier and Type Method Description ReindexTypeReindexFailureAnalyticsEvent. getReindexType() -
Uses of ReindexType in com.atlassian.confluence.plugins.rebuildindex.status
Methods in com.atlassian.confluence.plugins.rebuildindex.status that return ReindexType Modifier and Type Method Description ReindexTypeReIndexJobJson. getType()Constructors in com.atlassian.confluence.plugins.rebuildindex.status with parameters of type ReindexType Constructor Description ReIndexJobJson(String id, Long startTime, Long finishTime, Long duration, ReIndexStage stage, boolean acknowledged, long progress, Collection<ReIndexNodeStatusJson> nodeStatuses, String createdBy, ReindexType type)
-