public class GridCacheCommandHandler extends GridRestCommandHandlerAdapter
ctx, 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) |
static boolean |
parseCacheFlags(int cacheFlagsBits)
Retrieves cache flags from corresponding bits.
|
Collection<GridRestCommand> |
supportedCommands() |
String |
toString() |
missingParameterpublic GridCacheCommandHandler(GridKernalContext ctx)
ctx - Context.public static boolean parseCacheFlags(int cacheFlagsBits)
cacheFlagsBits - Integer representation of cache flags bit set.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 Fabric : ver. 2.0.0 Release Date : April 30 2017