Class CreateSourceCall
java.lang.Object
org.gridgain.internal.cli.call.cdc.source.CreateSourceCall
- All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<SourceCallInput,String>
@Singleton
public class CreateSourceCall
extends Object
implements org.apache.ignite.internal.cli.core.call.Call<SourceCallInput,String>
Creates a new source.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateSourceCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite.internal.cli.core.call.CallOutput<String>execute(SourceCallInput input)
-
Constructor Details
-
CreateSourceCall
public CreateSourceCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
-
-
Method Details
-
execute
- Specified by:
executein interfaceorg.apache.ignite.internal.cli.core.call.Call<SourceCallInput,String>
-