Package com.linkedin.venice.datarecovery
Class MonitorCommand
java.lang.Object
com.linkedin.venice.datarecovery.Command
com.linkedin.venice.datarecovery.MonitorCommand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()booleanvoidsetOngoingOfflinePushDetected(boolean val) voidsetParams(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:
needWaitForFirstTaskToCompletein classCommand
-
execute
public void execute()
-