Class UsersRegistryImpl

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Set<String>
     
    Returns usernames.

    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.UsersRegistry

    refresh
  • Constructor Details

    • UsersRegistryImpl

      public UsersRegistryImpl()
  • 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>>
    • usernames

      public Set<String> usernames()
      Description copied from interface: UsersRegistry
      Returns usernames.
      Specified by:
      usernames in interface UsersRegistry