public class GridCacheCommandHandler extends GridRestCommandHandlerAdapter
ctx, DFLT_CACHE_NAME, log| Constructor and Description |
|---|
GridCacheCommandHandler(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
IgniteInternalFuture<GridRestResponse> |
handleAsync(GridRestRequest req) |
protected IgniteInternalCache<Object,Object> |
localCache(String cacheName) |
Collection<GridRestCommand> |
supportedCommands() |
String |
toString() |
errorMessage, missingParameterpublic GridCacheCommandHandler(GridKernalContext ctx)
ctx - Context.public Collection<GridRestCommand> supportedCommands()
public IgniteInternalFuture<GridRestResponse> handleAsync(GridRestRequest req)
req - Request.protected IgniteInternalCache<Object,Object> localCache(String cacheName) throws IgniteCheckedException
cacheName - Name of the cache.IgniteCheckedException - If cache not found.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.0 Release Date : February 27 2020