Class ListCachesCall
java.lang.Object
org.apache.ignite.migrationtools.cli.persistence.calls.ListCachesCall
- All Implemented Interfaces:
org.apache.ignite3.internal.cli.core.call.Call<ListCachesCall.Input,List<ListCachesCall.Output>>
public class ListCachesCall
extends Object
implements org.apache.ignite3.internal.cli.core.call.Call<ListCachesCall.Input,List<ListCachesCall.Output>>
Call to the List Caches Command.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classInput.static classOutput. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.ignite3.internal.cli.core.call.DefaultCallOutput<List<ListCachesCall.Output>>
-
Constructor Details
-
ListCachesCall
public ListCachesCall()
-
-
Method Details
-
execute
public org.apache.ignite3.internal.cli.core.call.DefaultCallOutput<List<ListCachesCall.Output>> execute(ListCachesCall.Input i) - Specified by:
executein interfaceorg.apache.ignite3.internal.cli.core.call.Call<ListCachesCall.Input,List<ListCachesCall.Output>>
-