Uses of Class
com.atlassian.confluence.upgrade.upgradetask.splitindex.SplitIndexPhase
-
Packages that use SplitIndexPhase Package Description com.atlassian.confluence.upgrade.upgradetask.splitindex -
-
Uses of SplitIndexPhase in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that return SplitIndexPhase Modifier and Type Method Description static SplitIndexPhase
SplitIndexPhase. fromId(String id)
SplitIndexPhase
SplitIndexFileHelper. getPhase()
Tries to read the phase file if it existsstatic SplitIndexPhase
SplitIndexPhase. valueOf(String name)
Returns the enum constant of this type with the specified name.static SplitIndexPhase[]
SplitIndexPhase. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex with parameters of type SplitIndexPhase Modifier and Type Method Description void
SplitIndexFileHelper. setPhase(@NonNull SplitIndexPhase phase)
Sets the phase in the index (writes state file)
-