Package org.infinispan.cli.commands.rest
Class Query
java.lang.Object
org.infinispan.cli.commands.CliCommand
org.infinispan.cli.commands.rest.Query
- All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final org.aesh.command.CommandResultexec(ContextAwareCommandInvocation invocation) protected CompletionStage<org.infinispan.client.rest.RestResponse>exec(ContextAwareCommandInvocation invocation, org.infinispan.client.rest.RestClient client, Resource resource) booleanisHelp()Methods inherited from class org.infinispan.cli.commands.CliCommand
execute, nesting
-
Field Details
-
help
protected boolean help
-
-
Constructor Details
-
Query
public Query()
-
-
Method Details
-
isHelp
public boolean isHelp()- Specified by:
isHelpin classCliCommand
-
exec
protected CompletionStage<org.infinispan.client.rest.RestResponse> exec(ContextAwareCommandInvocation invocation, org.infinispan.client.rest.RestClient client, Resource resource) -
exec
protected final org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation) throws org.aesh.command.CommandException - Specified by:
execin classCliCommand- Throws:
org.aesh.command.CommandException
-
getResponseMode
-