| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.rest |
REST processor.
|
| org.apache.ignite.internal.processors.rest.handlers |
REST commands handlers.
|
| org.apache.ignite.internal.processors.rest.handlers.cache |
REST in-memory data grid commands.
|
| org.apache.ignite.internal.processors.rest.handlers.datastructures | |
| org.apache.ignite.internal.processors.rest.handlers.log | |
| org.apache.ignite.internal.processors.rest.handlers.query | |
| org.apache.ignite.internal.processors.rest.handlers.task | |
| org.apache.ignite.internal.processors.rest.handlers.top |
REST topology commands.
|
| org.apache.ignite.internal.processors.rest.handlers.version |
REST version command.
|
| org.apache.ignite.internal.processors.rest.request |
REST requests.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<GridRestCommand,GridRestCommandHandler> |
GridRestProcessor.handlers
Command handlers.
|
| Modifier and Type | Method and Description |
|---|---|
static GridRestCommand |
GridRestCommand.fromKey(String key) |
static GridRestCommand |
GridRestCommand.fromOrdinal(int ord) |
static GridRestCommand |
GridRestCommand.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridRestCommand[] |
GridRestCommand.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
GridRestCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
GridCacheCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
DataStructuresCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
GridLogCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
QueryCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
GridTaskCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
GridTopologyCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
Collection<GridRestCommand> |
GridVersionCommandHandler.supportedCommands() |
| Modifier and Type | Method and Description |
|---|---|
GridRestCommand |
GridRestRequest.command() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridRestRequest.command(GridRestCommand cmd) |
Follow @ApacheIgnite
Ignite Fabric : ver. 1.6.0 Release Date : May 18 2016