Class RetriableMigrateCacheCall
java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.calls.RetriableMigrateCacheCall
- All Implemented Interfaces:
org.apache.ignite3.internal.cli.core.call.Call<RetriableMigrateCacheCall.Input,MigrateCacheCall.Ouput>
public class RetriableMigrateCacheCall
extends Object
implements org.apache.ignite3.internal.cli.core.call.Call<RetriableMigrateCacheCall.Input,MigrateCacheCall.Ouput>
Call for the Retrieable Migrate Cache Command.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite3.internal.cli.core.call.CallOutput<MigrateCacheCall.Ouput>
-
Constructor Details
-
RetriableMigrateCacheCall
-
-
Method Details
-
execute
public org.apache.ignite3.internal.cli.core.call.CallOutput<MigrateCacheCall.Ouput> execute(RetriableMigrateCacheCall.Input i) - Specified by:
executein interfaceorg.apache.ignite3.internal.cli.core.call.Call<RetriableMigrateCacheCall.Input,MigrateCacheCall.Ouput>
-