Class RetrieableMigrateCacheParams
java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.params.RetrieableMigrateCacheParams
Parameter for the Retriable Migrate Cache command.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RetrieableMigrateCacheParams
public RetrieableMigrateCacheParams(int retryLimit, int retryBackoffSeconds)
-
-
Method Details
-
retryLimit
public int retryLimit() -
retryBackoffSeconds
public int retryBackoffSeconds()
-