Class RolesRegistryImpl

java.lang.Object
org.apache.ignite.internal.cli.core.repl.registry.impl.RegistryImplBase<Set<String>>
org.gridgain.internal.cli.core.repl.registry.impl.RolesRegistryImpl
All Implemented Interfaces:
org.apache.ignite.internal.cli.event.ConnectionEventListener, org.apache.ignite.internal.cli.event.EventListener, RolesRegistry

@Singleton public class RolesRegistryImpl extends org.apache.ignite.internal.cli.core.repl.registry.impl.RegistryImplBase<Set<String>> implements RolesRegistry
Implementation of RolesRegistry.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Set<String>
     
    Set of roles.

    Methods inherited from class org.apache.ignite.internal.cli.core.repl.registry.impl.RegistryImplBase

    getResult, onConnect, onDisconnect, refresh

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.apache.ignite.internal.cli.event.ConnectionEventListener

    onConnectionLost, onConnectionRestored, onEvent

    Methods inherited from interface org.gridgain.internal.cli.core.repl.registry.RolesRegistry

    refresh
  • Constructor Details

    • RolesRegistryImpl

      public RolesRegistryImpl()
  • Method Details

    • doGetState

      @Nullable protected Set<String> doGetState(String url)
      Specified by:
      doGetState in class org.apache.ignite.internal.cli.core.repl.registry.impl.RegistryImplBase<Set<String>>
    • roles

      public Set<String> roles()
      Description copied from interface: RolesRegistry
      Set of roles.
      Specified by:
      roles in interface RolesRegistry