Class DataStructuresCommandHandler
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
-
- org.apache.ignite.internal.processors.rest.handlers.datastructures.DataStructuresCommandHandler
-
- All Implemented Interfaces:
GridRestCommandHandler
public class DataStructuresCommandHandler extends GridRestCommandHandlerAdapter
-
-
Field Summary
-
Fields inherited from class org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
ctx, log
-
-
Constructor Summary
Constructors Constructor Description DataStructuresCommandHandler(GridKernalContext ctx)
-
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
-
DataStructuresCommandHandler
public DataStructuresCommandHandler(GridKernalContext ctx)
- Parameters:
ctx- 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.
-
-