public class GridCacheCommandHandler extends GridRestCommandHandlerAdapter
ctx, log| Constructor and Description |
|---|
GridCacheCommandHandler(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
GridFuture<GridRestResponse> |
handleAsync(GridRestRequest req) |
protected GridCacheProjectionEx<Object,Object> |
localCache(String cacheName)
Used for test purposes.
|
static GridCacheFlag[] |
parseCacheFlags(int cacheFlagsBits)
Retrieves cache flags from corresponding bits.
|
Collection<GridRestCommand> |
supportedCommands() |
String |
toString() |
missingParameterpublic GridCacheCommandHandler(GridKernalContext ctx)
ctx - Context.public Collection<GridRestCommand> supportedCommands()
public static GridCacheFlag[] parseCacheFlags(int cacheFlagsBits)
cacheFlagsBits - Integer representation of cache flags bit set.public GridFuture<GridRestResponse> handleAsync(GridRestRequest req)
req - Request.protected GridCacheProjectionEx<Object,Object> localCache(String cacheName) throws GridException
cacheName - Name of the cache.GridException - If cache not found.Copyright © 2014. All rights reserved.