Class UserRoleRevokeReplCommand

java.lang.Object
org.apache.ignite.internal.cli.commands.BaseCommand
org.gridgain.internal.cli.commands.user.role.repl.UserRoleRevokeReplCommand
All Implemented Interfaces:
Runnable

public class UserRoleRevokeReplCommand extends org.apache.ignite.internal.cli.commands.BaseCommand implements Runnable
Revoke repl command.
  • Field Summary

    Fields inherited from class org.apache.ignite.internal.cli.commands.BaseCommand

    spec, verbose
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     

    Methods inherited from class org.apache.ignite.internal.cli.commands.BaseCommand

    runFlow, runPipeline

    Methods inherited from class java.lang.Object

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

    • UserRoleRevokeReplCommand

      public UserRoleRevokeReplCommand()
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable