Uses of Interface
org.apache.ignite.internal.processors.rest.GridRestProtocolHandler
-
Packages that use GridRestProtocolHandler 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 -
-
Uses of GridRestProtocolHandler in org.apache.ignite.internal.processors.rest
Methods in org.apache.ignite.internal.processors.rest with parameters of type GridRestProtocolHandler Modifier and Type Method Description voidGridRestProtocol. start(GridRestProtocolHandler hnd)Starts protocol. -
Uses of GridRestProtocolHandler in org.apache.ignite.internal.processors.rest.handlers.redis
Fields in org.apache.ignite.internal.processors.rest.handlers.redis declared as GridRestProtocolHandler Modifier and Type Field Description protected GridRestProtocolHandlerGridRedisRestCommandHandler. hndREST protocol handler.Constructors in org.apache.ignite.internal.processors.rest.handlers.redis with parameters of type GridRestProtocolHandler Constructor Description GridRedisConnectionCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisRestCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Constructor. -
Uses of GridRestProtocolHandler in org.apache.ignite.internal.processors.rest.handlers.redis.key
Constructors in org.apache.ignite.internal.processors.rest.handlers.redis.key with parameters of type GridRestProtocolHandler Constructor 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. -
Uses of GridRestProtocolHandler in org.apache.ignite.internal.processors.rest.handlers.redis.server
Constructors in org.apache.ignite.internal.processors.rest.handlers.redis.server with parameters of type GridRestProtocolHandler Constructor Description GridRedisDbSizeCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor.GridRedisFlushCommandHandler(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)Handler constructor. -
Uses of GridRestProtocolHandler in org.apache.ignite.internal.processors.rest.handlers.redis.string
-
Uses of GridRestProtocolHandler in org.apache.ignite.internal.processors.rest.protocols.tcp
Methods in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type GridRestProtocolHandler Modifier and Type Method Description voidGridTcpRestProtocol. start(GridRestProtocolHandler hnd)Starts protocol.Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type GridRestProtocolHandler Constructor 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. -
Uses of GridRestProtocolHandler in org.apache.ignite.internal.processors.rest.protocols.tcp.redis
Constructors in org.apache.ignite.internal.processors.rest.protocols.tcp.redis with parameters of type GridRestProtocolHandler Constructor Description GridRedisNioListener(IgniteLogger log, GridRestProtocolHandler hnd, GridKernalContext ctx)
-