Uses of Enum Class
com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
Packages that use SplitIndexPhase
- 
Uses of SplitIndexPhase in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that return SplitIndexPhaseModifier and TypeMethodDescriptionstatic SplitIndexPhaseSplitIndexFileHelper.getPhase()Tries to read the phase file if it existsstatic SplitIndexPhaseReturns the enum constant of this class with the specified name.static SplitIndexPhase[]SplitIndexPhase.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex with parameters of type SplitIndexPhaseModifier and TypeMethodDescriptionvoidSplitIndexFileHelper.setPhase(@NonNull SplitIndexPhase phase) Sets the phase in the index (writes state file)