Class GridChangeStateCommandHandler
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
-
- org.apache.ignite.internal.processors.rest.handlers.cluster.GridChangeStateCommandHandler
-
- All Implemented Interfaces:
GridRestCommandHandler
public class GridChangeStateCommandHandler extends GridRestCommandHandlerAdapter
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
ctx, log
-
-
Constructor Summary
Constructors Constructor Description GridChangeStateCommandHandler(GridKernalContext ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>handleAsync(GridRestRequest restRest)Collection<GridRestCommand>supportedCommands()-
Methods inherited from class org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
missingParameter
-
-
-
-
Constructor Detail
-
GridChangeStateCommandHandler
public GridChangeStateCommandHandler(GridKernalContext ctx)
- Parameters:
ctx- Context.
-
-
Method Detail
-
supportedCommands
public Collection<GridRestCommand> supportedCommands()
- Returns:
- Collection of supported commands.
-
handleAsync
public IgniteInternalFuture<GridRestResponse> handleAsync(GridRestRequest restRest) throws IgniteCheckedException
- Parameters:
restRest- Request.- Returns:
- Future.
- Throws:
IgniteCheckedException
-
-