Class MigrateCacheCall.Input
java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.calls.MigrateCacheCall.Input
- All Implemented Interfaces:
org.apache.ignite3.internal.cli.core.call.CallInput
- Enclosing class:
- MigrateCacheCall
public static class MigrateCacheCall.Input
extends Object
implements org.apache.ignite3.internal.cli.core.call.CallInput
Input.
-
Constructor Summary
ConstructorsConstructorDescriptionInput(PersistenceParams persistenceParams, MigrateCacheParams migrateCacheParams, IgniteClientAuthenticatorParams clientAuthenticatorParams) Constructor. -
Method Summary
-
Constructor Details
-
Input
public Input(PersistenceParams persistenceParams, MigrateCacheParams migrateCacheParams, IgniteClientAuthenticatorParams clientAuthenticatorParams) Constructor.- Parameters:
persistenceParams- Persistence params.migrateCacheParams- Migrate Cache params.clientAuthenticatorParams- Ignite Client authenticator params.
-