Uses of Class
org.apache.ignite.internal.processors.rest.GridRestCommand
-
-
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest
Fields in org.apache.ignite.internal.processors.rest with type parameters of type GridRestCommand Modifier and Type Field Description protected Map<GridRestCommand,GridRestCommandHandler>GridRestProcessor. handlersCommand handlers.Methods in org.apache.ignite.internal.processors.rest that return GridRestCommand Modifier and Type Method Description static @Nullable GridRestCommandGridRestCommand. fromKey(String key)static @Nullable GridRestCommandGridRestCommand. fromOrdinal(int ord)static GridRestCommandGridRestCommand. valueOf(String name)Returns the enum constant of this type with the specified name.static GridRestCommand[]GridRestCommand. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers
Methods in org.apache.ignite.internal.processors.rest.handlers that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridRestCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.auth
Methods in org.apache.ignite.internal.processors.rest.handlers.auth that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>AuthenticationCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.beforeStart
Methods in org.apache.ignite.internal.processors.rest.handlers.beforeStart that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>NodeStateBeforeStartCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.cache
Methods in org.apache.ignite.internal.processors.rest.handlers.cache that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridCacheCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.cluster
Methods in org.apache.ignite.internal.processors.rest.handlers.cluster that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridBaselineCommandHandler. supportedCommands()Collection<GridRestCommand>GridChangeClusterStateCommandHandler. supportedCommands()Collection<GridRestCommand>GridChangeStateCommandHandler. supportedCommands()Collection<GridRestCommand>GridClusterNameCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.datastructures
Methods in org.apache.ignite.internal.processors.rest.handlers.datastructures that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>DataStructuresCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.log
Methods in org.apache.ignite.internal.processors.rest.handlers.log that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridLogCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.memory
Methods in org.apache.ignite.internal.processors.rest.handlers.memory that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>MemoryMetricsCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.probe
Methods in org.apache.ignite.internal.processors.rest.handlers.probe that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridProbeCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.query
Methods in org.apache.ignite.internal.processors.rest.handlers.query that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>QueryCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.task
Methods in org.apache.ignite.internal.processors.rest.handlers.task that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridTaskCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.top
Methods in org.apache.ignite.internal.processors.rest.handlers.top that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridTopologyCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.user
Methods in org.apache.ignite.internal.processors.rest.handlers.user that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>UserActionCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.handlers.version
Methods in org.apache.ignite.internal.processors.rest.handlers.version that return types with arguments of type GridRestCommand Modifier and Type Method Description Collection<GridRestCommand>GridVersionCommandHandler. supportedCommands() -
Uses of GridRestCommand in org.apache.ignite.internal.processors.rest.request
Methods in org.apache.ignite.internal.processors.rest.request that return GridRestCommand Modifier and Type Method Description GridRestCommandGridRestRequest. command()Methods in org.apache.ignite.internal.processors.rest.request with parameters of type GridRestCommand Modifier and Type Method Description voidGridRestRequest. command(GridRestCommand cmd)
-