Class ReIndexNodeStatus
java.lang.Object
com.atlassian.confluence.index.status.ReIndexNodeStatus
- All Implemented Interfaces:
Serializable
Hold data about a node and its status during a cluster re-index
- Since:
- 7.6.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state) ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state, @Nullable ReIndexError error) -
Method Summary
Modifier and TypeMethodDescriptionboolean@Nullable ReIndexErrorgetError()getState()inthashCode()booleanbooleanisFailed()booleanvoidsetError(ReIndexError error) voidvoidsetProgress(ReIndexJob.Progress progress) voidsetState(ReIndexNodeStatus.State state) toString()
-
Constructor Details
-
ReIndexNodeStatus
public ReIndexNodeStatus() -
ReIndexNodeStatus
-
ReIndexNodeStatus
public ReIndexNodeStatus(String nodeId, ReIndexNodeStatus.State state, @Nullable ReIndexError error)
-
-
Method Details
-
getNodeId
-
setNodeId
-
getState
-
setState
-
getError
-
setError
-
equals
-
hashCode
public int hashCode() -
toString
-
setProgress
-
getProgress
-
isFailed
public boolean isFailed() -
isComplete
public boolean isComplete() -
isFinished
public boolean isFinished()
-