Class UpdateLicenseCall
java.lang.Object
org.gridgain.internal.cli.call.license.UpdateLicenseCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<UpdateLicenseCallInput,String>
@Singleton
public class UpdateLicenseCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<UpdateLicenseCallInput,String>
Call to update the license.
-
Constructor Summary
ConstructorsConstructorDescriptionUpdateLicenseCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<String>execute(UpdateLicenseCallInput input)
-
Constructor Details
-
UpdateLicenseCall
public UpdateLicenseCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
public org.apache.ignite.internal.cli.core.call.CallOutput<String> execute(UpdateLicenseCallInput input) - Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<UpdateLicenseCallInput,String>
-