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