Uses of Class
org.apache.ignite.internal.processors.rest.GridRestResponse
-
-
Uses of GridRestResponse in org.apache.ignite.internal.processors.rest
Methods in org.apache.ignite.internal.processors.rest that return GridRestResponse Modifier and Type Method Description GridRestResponseGridRestProtocolHandler. handle(GridRestRequest req)Methods in org.apache.ignite.internal.processors.rest that return types with arguments of type GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridRestProtocolHandler. handleAsync(GridRestRequest req)protected IgniteInternalFuture<GridRestResponse>GridRestProcessor. handleAsync0(GridRestRequest req) -
Uses of GridRestResponse in org.apache.ignite.internal.processors.rest.handlers
Methods in org.apache.ignite.internal.processors.rest.handlers that return types with arguments of type GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridRestCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>AuthenticationCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>NodeStateBeforeStartCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse in org.apache.ignite.internal.processors.rest.handlers.cache
Subclasses of GridRestResponse in org.apache.ignite.internal.processors.rest.handlers.cache Modifier and Type Class Description classGridCacheRestResponseAdds affinity node ID to cache responses.Methods in org.apache.ignite.internal.processors.rest.handlers.cache that return types with arguments of type GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridCacheCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse 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 GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>DataStructuresCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridLogCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>MemoryMetricsCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridProbeCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>QueryCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse in org.apache.ignite.internal.processors.rest.handlers.redis
Methods in org.apache.ignite.internal.processors.rest.handlers.redis with parameters of type GridRestResponse Modifier and Type Method Description abstract ByteBufferGridRedisRestCommandHandler. makeResponse(GridRestResponse resp, List<String> params)Prepares a response according to the request. -
Uses of GridRestResponse in org.apache.ignite.internal.processors.rest.handlers.redis.key
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.key with parameters of type GridRestResponse Modifier and Type Method Description ByteBufferGridRedisDelCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisExistsCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisExpireCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request. -
Uses of GridRestResponse in org.apache.ignite.internal.processors.rest.handlers.redis.server
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.server with parameters of type GridRestResponse Modifier and Type Method Description ByteBufferGridRedisDbSizeCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisFlushCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request. -
Uses of GridRestResponse in org.apache.ignite.internal.processors.rest.handlers.redis.string
Methods in org.apache.ignite.internal.processors.rest.handlers.redis.string with parameters of type GridRestResponse Modifier and Type Method Description ByteBufferGridRedisAppendCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisGetCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisGetRangeCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisGetSetCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisIncrDecrCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisMGetCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisMSetCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisSetCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisSetRangeCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request.ByteBufferGridRedisStrlenCommandHandler. makeResponse(GridRestResponse restRes, List<String> params)Prepares a response according to the request. -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridTaskCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridTopologyCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>UserActionCommandHandler. handleAsync(GridRestRequest req) -
Uses of GridRestResponse 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 GridRestResponse Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>GridVersionCommandHandler. handleAsync(GridRestRequest req)
-