Uses of Class
com.atlassian.confluence.index.status.ReIndexNodeStatus.State
-
Packages that use ReIndexNodeStatus.State Package Description com.atlassian.confluence.index.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.State
ReIndexNodeStatus. getState()
static ReIndexNodeStatus.State
ReIndexNodeStatus.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 void
ReIndexNodeStatus. 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)
-