Uses of Class
org.apache.ignite.internal.processors.rest.request.GridRestRequest
-
-
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest
Methods in org.apache.ignite.internal.processors.rest with parameters of type GridRestRequest Modifier and Type Method Description GridRestResponseGridRestProtocolHandler. handle(GridRestRequest req)IgniteInternalFuture<GridRestResponse>GridRestProtocolHandler. handleAsync(GridRestRequest req)protected IgniteInternalFuture<GridRestResponse>GridRestProcessor. handleAsync0(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers
Methods in org.apache.ignite.internal.processors.rest.handlers with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridRestCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.auth
Methods in org.apache.ignite.internal.processors.rest.handlers.auth with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>AuthenticationCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.beforeStart
Methods in org.apache.ignite.internal.processors.rest.handlers.beforeStart with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>NodeStateBeforeStartCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.cache
Methods in org.apache.ignite.internal.processors.rest.handlers.cache with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridCacheCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.cluster
Methods in org.apache.ignite.internal.processors.rest.handlers.cluster with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridBaselineCommandHandler. handleAsync(GridRestRequest req)IgniteInternalFuture<GridRestResponse>GridChangeClusterStateCommandHandler. handleAsync(GridRestRequest restReq)IgniteInternalFuture<GridRestResponse>GridChangeStateCommandHandler. handleAsync(GridRestRequest restRest)IgniteInternalFuture<GridRestResponse>GridClusterNameCommandHandler. handleAsync(GridRestRequest restReq) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.datastructures
Methods in org.apache.ignite.internal.processors.rest.handlers.datastructures with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>DataStructuresCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.log
Methods in org.apache.ignite.internal.processors.rest.handlers.log with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridLogCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.memory
Methods in org.apache.ignite.internal.processors.rest.handlers.memory with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>MemoryMetricsCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.probe
Methods in org.apache.ignite.internal.processors.rest.handlers.probe with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridProbeCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.query
Methods in org.apache.ignite.internal.processors.rest.handlers.query with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>QueryCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.redis
Methods in org.apache.ignite.internal.processors.rest.handlers.redis that return GridRestRequest Modifier and Type Method Description abstract GridRestRequestGridRedisRestCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest. -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.redis.key
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.key that return GridRestRequest Modifier and Type Method Description GridRestRequestGridRedisDelCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest.GridRestRequestGridRedisExistsCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest.GridRestRequestGridRedisExpireCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest. -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.redis.server
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.server that return GridRestRequest Modifier and Type Method Description GridRestRequestGridRedisDbSizeCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest.GridRestRequestGridRedisFlushCommandHandler. asRestRequest(GridRedisMessage msg)ConvertsGridRedisMessagetoGridRestRequest. -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.redis.string
-
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.task
Methods in org.apache.ignite.internal.processors.rest.handlers.task with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridTaskCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.top
Methods in org.apache.ignite.internal.processors.rest.handlers.top with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridTopologyCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.user
Methods in org.apache.ignite.internal.processors.rest.handlers.user with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>UserActionCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.handlers.version
Methods in org.apache.ignite.internal.processors.rest.handlers.version with parameters of type GridRestRequest Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridVersionCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestRequest in org.apache.ignite.internal.processors.rest.request
Subclasses of GridRestRequest in org.apache.ignite.internal.processors.rest.request Modifier and Type Class Description classDataStructuresRequestclassGridRestAuthenticationRequestGrid authentication request.classGridRestBaselineRequestGrid command topology request.classGridRestCacheRequestCache command request descriptor.classGridRestChangeStateRequestclassGridRestClusterNameRequestGrid command request of cluster name.classGridRestClusterStateRequestclassGridRestLogRequestGrid command request of log file.classGridRestNodeStateBeforeStartRequestRequest to manage and obtain information about node before its start.classGridRestTaskRequestGrid task command request.classGridRestTopologyRequestGrid command topology request.classGridRestWarmUpRequestGrid warm-up request.classRestQueryRequestSql query request.classRestUserActionRequestUser request.
-