Class MigrationRecord
java.lang.Object
com.linkedin.venice.controller.multitaskscheduler.MigrationRecord
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionMigrationRecord
(String storeName, String sourceCluster, String destinationCluster, int currentStep) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionint
int
boolean
void
void
void
setCurrentStep
(int currentStep) void
setCurrentStep
(MigrationRecord.Step currentStep) void
setIsAborted
(boolean isAborted) void
setStoreMigrationStartTime
(Instant storeMigrationStartTime) toString()
-
Constructor Details
-
MigrationRecord
@Deprecated public MigrationRecord(String storeName, String sourceCluster, String destinationCluster, int currentStep) Deprecated.
-
-
Method Details
-
getStoreName
-
getSourceCluster
-
getDestinationCluster
-
getCurrentStep
public int getCurrentStep() -
getCurrentStepEnum
-
getStoreMigrationStartTime
-
setStoreMigrationStartTime
-
getAttempts
public int getAttempts() -
setCurrentStep
public void setCurrentStep(int currentStep) -
setCurrentStep
-
resetAttempts
public void resetAttempts() -
incrementAttempts
public void incrementAttempts() -
setIsAborted
public void setIsAborted(boolean isAborted) -
getIsAborted
public boolean getIsAborted() -
toString
-