Class 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 -
Method Summary
Methods inherited from class org.apache.ignite.internal.cli.core.repl.registry.impl.RegistryImplBase
getResult, onConnect, onDisconnect, refreshMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.ignite.internal.cli.event.ConnectionEventListener
onConnectionLost, onConnectionRestored, onEventMethods inherited from interface org.gridgain.internal.cli.core.repl.registry.UsersRegistry
refresh
-
Constructor Details
-
UsersRegistryImpl
public UsersRegistryImpl()
-
-
Method Details
-
doGetState
-
usernames
Description copied from interface:UsersRegistryReturns usernames.- Specified by:
usernamesin interfaceUsersRegistry
-