Class Create.Cache

java.lang.Object
org.infinispan.cli.commands.CliCommand
org.infinispan.cli.commands.rest.Create.Cache
All Implemented Interfaces:
org.aesh.command.Command<ContextAwareCommandInvocation>
Enclosing class:
Create

public static class Create.Cache extends CliCommand
  • Field Details

    • help

      protected boolean help
  • Constructor Details

    • Cache

      public Cache()
  • Method Details

    • isHelp

      public boolean isHelp()
      Specified by:
      isHelp in class CliCommand
    • exec

      protected CompletionStage<org.infinispan.client.rest.RestResponse> exec(ContextAwareCommandInvocation invocation, org.infinispan.client.rest.RestClient client, Resource resource) throws org.aesh.command.parser.RequiredOptionException
      Throws:
      org.aesh.command.parser.RequiredOptionException
    • exec

      protected final org.aesh.command.CommandResult exec(ContextAwareCommandInvocation invocation) throws org.aesh.command.CommandException
      Specified by:
      exec in class CliCommand
      Throws:
      org.aesh.command.CommandException
    • getResponseMode

      public Connection.ResponseMode getResponseMode()