Class SnapshotListCall

java.lang.Object
org.gridgain.internal.cli.call.snapshot.SnapshotListCall
All Implemented Interfaces:
org.apache.ignite.internal.cli.core.call.Call<SnapshotListCallInput,org.apache.ignite.internal.cli.table.Table>

@Singleton public class SnapshotListCall extends Object implements org.apache.ignite.internal.cli.core.call.Call<SnapshotListCallInput,org.apache.ignite.internal.cli.table.Table>
Call to get a list of snapshots.
  • Constructor Details

    • SnapshotListCall

      public SnapshotListCall(org.apache.ignite.internal.cli.core.rest.ApiClientFactory clientFactory)
  • Method Details

    • execute

      public org.apache.ignite.internal.cli.core.call.CallOutput<org.apache.ignite.internal.cli.table.Table> execute(SnapshotListCallInput input)
      Specified by:
      execute in interface org.apache.ignite.internal.cli.core.call.Call<SnapshotListCallInput,org.apache.ignite.internal.cli.table.Table>