Package com.linkedin.venice.datarecovery
Class MonitorCommand
java.lang.Object
com.linkedin.venice.datarecovery.Command
com.linkedin.venice.datarecovery.MonitorCommand
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
execute()
boolean
void
setOngoingOfflinePushDetected
(boolean val) void
setParams
(MonitorCommand.Params params) Methods inherited from class com.linkedin.venice.datarecovery.Command
buildControllerClient
-
Constructor Details
-
MonitorCommand
public MonitorCommand() -
MonitorCommand
-
-
Method Details
-
setParams
-
getParams
-
setOngoingOfflinePushDetected
public void setOngoingOfflinePushDetected(boolean val) -
getResult
-
needWaitForFirstTaskToComplete
public boolean needWaitForFirstTaskToComplete()- Specified by:
needWaitForFirstTaskToComplete
in classCommand
-
execute
public void execute()
-