Uses of Enum Class
com.atlassian.confluence.index.SourceNodeExitAction
Packages that use SourceNodeExitAction
-
Uses of SourceNodeExitAction in com.atlassian.confluence.index
Methods in com.atlassian.confluence.index that return SourceNodeExitActionModifier and TypeMethodDescriptionstatic SourceNodeExitAction
Returns the enum constant of this class with the specified name.static SourceNodeExitAction[]
SourceNodeExitAction.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SourceNodeExitAction in com.atlassian.confluence.internal.index.event
Methods in com.atlassian.confluence.internal.index.event that return SourceNodeExitActionModifier and TypeMethodDescriptionSourceNodeLeftClusterDuringPropagationEvent.getExitAction()
Returns the action to be taken when the source node exits the cluster.Constructors in com.atlassian.confluence.internal.index.event with parameters of type SourceNodeExitActionModifierConstructorDescriptionSourceNodeLeftClusterDuringPropagationEvent
(String sourceNodeId, SourceNodeExitAction exitAction, int restoreCheckCount) Constructs a new event indicating that a source node has left the cluster during propagation.