Class RetrieableMigrateCacheParams

java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.params.RetrieableMigrateCacheParams

public class RetrieableMigrateCacheParams extends Object
Parameter for the Retriable Migrate Cache command.
  • Constructor Details

    • RetrieableMigrateCacheParams

      public RetrieableMigrateCacheParams(int retryLimit, int retryBackoffSeconds)
  • Method Details

    • retryLimit

      public int retryLimit()
    • retryBackoffSeconds

      public int retryBackoffSeconds()