Interface GridRestCommandHandler
-
- All Known Implementing Classes:
AuthenticationCommandHandler,DataStructuresCommandHandler,GridBaselineCommandHandler,GridCacheCommandHandler,GridChangeClusterStateCommandHandler,GridChangeStateCommandHandler,GridClusterNameCommandHandler,GridLogCommandHandler,GridProbeCommandHandler,GridRestCommandHandlerAdapter,GridTaskCommandHandler,GridTopologyCommandHandler,GridVersionCommandHandler,MemoryMetricsCommandHandler,NodeStateBeforeStartCommandHandler,QueryCommandHandler,UserActionCommandHandler
public interface GridRestCommandHandlerCommand handler.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>handleAsync(GridRestRequest req)Collection<GridRestCommand>supportedCommands()
-
-
-
Method Detail
-
supportedCommands
Collection<GridRestCommand> supportedCommands()
- Returns:
- Collection of supported commands.
-
handleAsync
IgniteInternalFuture<GridRestResponse> handleAsync(GridRestRequest req) throws IgniteCheckedException
- Parameters:
req- Request.- Returns:
- Future.
- Throws:
IgniteCheckedException
-
-