| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.rest |
REST processor.
|
| org.apache.ignite.internal.processors.rest.handlers.redis |
Contains Redis protocol commands.
|
| org.apache.ignite.internal.processors.rest.handlers.redis.key | |
| org.apache.ignite.internal.processors.rest.handlers.redis.server | |
| org.apache.ignite.internal.processors.rest.handlers.redis.string | |
| org.apache.ignite.internal.processors.rest.protocols.tcp |
Adapters for TCP-based REST protocols.
|
| org.apache.ignite.internal.processors.rest.protocols.tcp.redis |
| Modifier and Type | Method and Description |
|---|---|
void |
GridRestProtocol.start(GridRestProtocolHandler hnd)
Starts protocol.
|
| Modifier and Type | Field and Description |
|---|---|
protected GridRestProtocolHandler |
GridRedisRestCommandHandler.hnd
REST protocol handler.
|
| Constructor and Description |
|---|
GridRedisConnectionCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisRestCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Constructor.
|
| Constructor and Description |
|---|
GridRedisDelCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisExistsCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisExpireCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
| Constructor and Description |
|---|
GridRedisDbSizeCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
GridRedisFlushCommandHandler(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Handler constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridTcpRestProtocol.start(GridRestProtocolHandler hnd)
Starts protocol.
|
| Constructor and Description |
|---|
GridTcpMemcachedNioListener(IgniteLogger log,
GridRestProtocolHandler hnd)
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
|
GridTcpRestNioListener(IgniteLogger log,
GridTcpRestProtocol proto,
GridRestProtocolHandler hnd,
GridKernalContext ctx)
Creates listener which will convert incoming tcp packets to rest requests and forward them to
a given rest handler.
|
| Constructor and Description |
|---|
GridRedisNioListener(IgniteLogger log,
GridRestProtocolHandler hnd,
GridKernalContext ctx) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021