Class RetriableMigrateCacheCall.Input
java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.calls.RetriableMigrateCacheCall.Input
- All Implemented Interfaces:
org.apache.ignite3.internal.cli.core.call.CallInput
- Enclosing class:
- RetriableMigrateCacheCall
public static class RetriableMigrateCacheCall.Input
extends Object
implements org.apache.ignite3.internal.cli.core.call.CallInput
Inputs.
-
Constructor Summary
ConstructorsConstructorDescriptionInput(PersistenceParams persistenceParams, MigrateCacheParams migrateCacheParams, RetrieableMigrateCacheParams retryParms, IgniteClientAuthenticatorParams clientAuthenticatorParams) Constructor. -
Method Summary
-
Constructor Details
-
Input
public Input(PersistenceParams persistenceParams, MigrateCacheParams migrateCacheParams, RetrieableMigrateCacheParams retryParms, IgniteClientAuthenticatorParams clientAuthenticatorParams) Constructor.- Parameters:
persistenceParams- Persistence Params.migrateCacheParams- Migrate cache parameters.retryParms- Retry parameters.
-