Class GridRestCommandHandlerAdapter
- java.lang.Object
-
- org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandlerAdapter
-
- All Implemented Interfaces:
GridRestCommandHandler
- Direct Known Subclasses:
AuthenticationCommandHandler,DataStructuresCommandHandler,GridBaselineCommandHandler,GridCacheCommandHandler,GridChangeClusterStateCommandHandler,GridChangeStateCommandHandler,GridClusterNameCommandHandler,GridLogCommandHandler,GridProbeCommandHandler,GridTaskCommandHandler,GridTopologyCommandHandler,GridVersionCommandHandler,MemoryMetricsCommandHandler,NodeStateBeforeStartCommandHandler,QueryCommandHandler,UserActionCommandHandler
public abstract class GridRestCommandHandlerAdapter extends Object implements GridRestCommandHandler
Abstract command handler.
-
-
Field Summary
Fields Modifier and Type Field Description protected GridKernalContextctxKernal context.protected IgniteLoggerlogLog.
-
Constructor Summary
Constructors Modifier Constructor Description protectedGridRestCommandHandlerAdapter(GridKernalContext ctx)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static StringmissingParameter(String param)Return missing parameter error message.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.ignite.internal.processors.rest.handlers.GridRestCommandHandler
handleAsync, supportedCommands
-
-
-
-
Field Detail
-
ctx
protected final GridKernalContext ctx
Kernal context.
-
log
protected final IgniteLogger log
Log.
-
-
Constructor Detail
-
GridRestCommandHandlerAdapter
protected GridRestCommandHandlerAdapter(GridKernalContext ctx)
- Parameters:
ctx- Context.
-
-