Class CloneStatusManager
java.lang.Object
org.apache.druid.server.coordinator.CloneStatusManager
Manager to store and update the status of ongoing cloning operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the status of cloning as a list ofServerCloneStatus.getStatusForServer(String targetServer) Returns the status of cloning as aServerCloneStatusfor a specific target server.voidupdateStatus(Map<String, ServerCloneStatus> newStatusMap) Updates the stored status with the provided parameter.
-
Constructor Details
-
CloneStatusManager
public CloneStatusManager()
-
-
Method Details
-
getStatusForAllServers
Returns the status of cloning as a list ofServerCloneStatus. -
getStatusForServer
Returns the status of cloning as aServerCloneStatusfor a specific target server. -
updateStatus
Updates the stored status with the provided parameter.
-