Class 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 -
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.RolesRegistry
refresh
-
Constructor Details
-
RolesRegistryImpl
public RolesRegistryImpl()
-
-
Method Details
-
doGetState
-
roles
Description copied from interface:RolesRegistrySet of roles.- Specified by:
rolesin interfaceRolesRegistry
-