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