Class UpgradeStateCall
java.lang.Object
org.gridgain.internal.cli.call.upgrade.UpgradeStateCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<org.apache.ignite.internal.cli.core.call.UrlCallInput,UpgradeStateCallOutput>
@Singleton
public class UpgradeStateCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<org.apache.ignite.internal.cli.core.call.UrlCallInput,UpgradeStateCallOutput>
Upgrade state call.
-
Constructor Summary
ConstructorsConstructorDescriptionUpgradeStateCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<UpgradeStateCallOutput>execute(org.apache.ignite.internal.cli.core.call.UrlCallInput input)
-
Constructor Details
-
UpgradeStateCall
public UpgradeStateCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.CallOutput<UpgradeStateCallOutput> execute(org.apache.ignite.internal.cli.core.call.UrlCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<org.apache.ignite.internal.cli.core.call.UrlCallInput,UpgradeStateCallOutput>
-