Class NodeStateBeforeStartCommandHandler
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
-
- org.apache.ignite.internal.processors.rest.handlers.beforeStart.NodeStateBeforeStartCommandHandler
-
- All Implemented Interfaces:
GridRestCommandHandler
public class NodeStateBeforeStartCommandHandler extends GridRestCommandHandlerAdapter
Command handler for managing state of a node before it starts and getting information about it.
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
ctx, log
-
-
Constructor Summary
Constructors Constructor Description NodeStateBeforeStartCommandHandler(GridKernalContext ctx)Construecor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IgniteInternalFuture<GridRestResponse>handleAsync(GridRestRequest req)Collection<GridRestCommand>supportedCommands()-
Methods inherited from class org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
missingParameter
-
-
-
-
Constructor Detail
-
NodeStateBeforeStartCommandHandler
public NodeStateBeforeStartCommandHandler(GridKernalContext ctx)
Construecor.- Parameters:
ctx- Kernal context.
-
-
Method Detail
-
supportedCommands
public Collection<GridRestCommand> supportedCommands()
- Returns:
- Collection of supported commands.
-
handleAsync
public IgniteInternalFuture<GridRestResponse> handleAsync(GridRestRequest req)
- Parameters:
req- Request.- Returns:
- Future.
-
-