Class ListSinksCall

java.lang.Object
org.gridgain.internal.cli.call.cdc.sink.ListSinksCall
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<org.apache.ignite.internal.cli.core.call.UrlCallInput,List<org.apache.ignite.rest.client.model.Sink>>

@Singleton public class ListSinksCall extends Object implements org.apache.ignite.internal.cli.core.call.Call<org.apache.ignite.internal.cli.core.call.UrlCallInput,List<org.apache.ignite.rest.client.model.Sink>>
Lists sinks.
  • Constructor Summary

    Constructors
    Constructor
    Description
    ListSinksCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.ignite.internal.cli.core.call.CallOutput<List<org.apache.ignite.rest.client.model.Sink>>
    execute(org.apache.ignite.internal.cli.core.call.UrlCallInput input)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ListSinksCall

      public ListSinksCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory apiClientFactory)
  • Method Details

    • execute

      public org.apache.ignite.internal.cli.core.call.CallOutput<List<org.apache.ignite.rest.client.model.Sink>> execute(org.apache.ignite.internal.cli.core.call.UrlCallInput input)
      Specified by:
      execute in interface org.apache.ignite.internal.cli.core.call.Call<org.apache.ignite.internal.cli.core.call.UrlCallInput,List<org.apache.ignite.rest.client.model.Sink>>