Uses of Class
com.atlassian.confluence.index.status.ReIndexNodeStatus.State
-
Packages that use ReIndexNodeStatus.State Package Description com.atlassian.confluence.index.status com.atlassian.confluence.plugins.rebuildindex.status -
-
Uses of ReIndexNodeStatus.State in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return ReIndexNodeStatus.State Modifier and Type Method Description ReIndexNodeStatus.StateReIndexNodeStatus. getState()static ReIndexNodeStatus.StateReIndexNodeStatus.State. valueOf(String name)Returns the enum constant of this type with the specified name.static ReIndexNodeStatus.State[]ReIndexNodeStatus.State. 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 ReIndexNodeStatus.State Modifier and Type Method Description voidReIndexNodeStatus. setState(ReIndexNodeStatus.State state)Constructors in com.atlassian.confluence.index.status with parameters of type ReIndexNodeStatus.State Constructor Description ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state)ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state, @Nullable ReIndexError error) -
Uses of ReIndexNodeStatus.State in com.atlassian.confluence.plugins.rebuildindex.status
Methods in com.atlassian.confluence.plugins.rebuildindex.status that return ReIndexNodeStatus.State Modifier and Type Method Description ReIndexNodeStatus.StateReIndexNodeStatusJson. getState()Constructors in com.atlassian.confluence.plugins.rebuildindex.status with parameters of type ReIndexNodeStatus.State Constructor Description ReIndexNodeStatusJson(String nodeId, ReIndexNodeStatus.State state, ReIndexError error, long progress)
-