Uses of Enum Class
com.atlassian.confluence.index.status.ReIndexNodeStatus.State
Packages that use ReIndexNodeStatus.State
-
Uses of ReIndexNodeStatus.State in com.atlassian.confluence.index.status
Methods in com.atlassian.confluence.index.status that return ReIndexNodeStatus.StateModifier and TypeMethodDescriptionReIndexNodeStatus.getState()static ReIndexNodeStatus.StateReturns the enum constant of this class with the specified name.static ReIndexNodeStatus.State[]ReIndexNodeStatus.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.confluence.index.status with parameters of type ReIndexNodeStatus.StateConstructors in com.atlassian.confluence.index.status with parameters of type ReIndexNodeStatus.StateModifierConstructorDescriptionReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state) ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state, @Nullable ReIndexError error)