| Package | Description |
|---|---|
| org.gridgain.grid.kernal.processors.rest |
REST processor.
|
| org.gridgain.grid.kernal.processors.rest.handlers |
REST commands handlers.
|
| org.gridgain.grid.kernal.processors.rest.handlers.cache |
REST in-memory data grid commands.
|
| org.gridgain.grid.kernal.processors.rest.handlers.log |
REST log commands.
|
| org.gridgain.grid.kernal.processors.rest.handlers.task | |
| org.gridgain.grid.kernal.processors.rest.handlers.top |
REST topology commands.
|
| org.gridgain.grid.kernal.processors.rest.handlers.version |
REST version command.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<GridRestCommand,GridRestCommandHandler> |
GridRestProcessor.handlers
Command handlers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridRestCommandHandlerAdapter
Abstract command handler.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridCacheCommandHandler
Command handler for API requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridLogCommandHandler
Handler for
GridRestCommand.LOG command. |
| Modifier and Type | Class and Description |
|---|---|
class |
GridTaskCommandHandler
Command handler for API requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTopologyCommandHandler
Command handler for API requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridVersionCommandHandler
Handler for
GridRestCommand.VERSION command. |
Copyright © 2014. All rights reserved.