Uses of Interface
org.apache.ignite.internal.processors.rest.client.message.GridClientMessage
-
Packages that use GridClientMessage Package Description org.apache.ignite.internal.client.router.impl org.apache.ignite.internal.processors.rest.client.message Defines messages that are used in binary TCP communication between Ignite clients and nodes.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 GridClientMessage in org.apache.ignite.internal.client.router.impl
Methods in org.apache.ignite.internal.client.router.impl with parameters of type GridClientMessage Modifier and Type Method Description voidGridTcpRouterNioListenerAdapter. onMessage(GridNioSession ses, GridClientMessage msg)This method is called whenever aGridNioParserreturns non-null value.voidGridTcpRouterNioListenerAdapter. onMessageSent(GridNioSession ses, GridClientMessage msg)Handle message sent. -
Uses of GridClientMessage in org.apache.ignite.internal.processors.rest.client.message
Classes in org.apache.ignite.internal.processors.rest.client.message that implement GridClientMessage Modifier and Type Class Description classGridClientAbstractMessageThis class provides implementation for commit message fields and cannot be used directly.classGridClientAuthenticationRequestClient authentication request.classGridClientCacheRequestGeneric cache request.classGridClientClusterNameRequestclassGridClientClusterStateRequestDeprecated.classGridClientClusterStateRequestV2Enhanced version ofGridClientClusterStateRequest.classGridClientHandshakeRequestA client handshake request, containing version info and a marshaller ID.classGridClientHandshakeResponseA client handshake response, containing result code.classGridClientNodeStateBeforeStartRequestRequest to manage and obtain information about node before its start.classGridClientPingPacketFictive ping packet.classGridClientResponseBean representing client operation result.classGridClientStateRequestDeprecated.UseGridClientClusterStateRequestinstead.classGridClientTaskRequestTaskcommand request.classGridClientTopologyRequestTopologycommand request.classGridClientWarmUpRequestclassGridRouterRequestContainer for routed message information.classGridRouterResponseFields in org.apache.ignite.internal.processors.rest.client.message declared as GridClientMessage Modifier and Type Field Description static GridClientMessageGridClientPingPacket. PING_MESSAGEPing message. -
Uses of GridClientMessage in org.apache.ignite.internal.processors.rest.protocols.tcp
Classes in org.apache.ignite.internal.processors.rest.protocols.tcp that implement GridClientMessage Modifier and Type Class Description classGridMemcachedMessageMemcached protocol request.Methods in org.apache.ignite.internal.processors.rest.protocols.tcp that return GridClientMessage Modifier and Type Method Description @Nullable GridClientMessageGridTcpRestParser. decode(GridNioSession ses, ByteBuffer buf)This method is called when input bytes are available on the underlying network connection.@Nullable GridClientMessageGridTcpRestParser.ParserState. packet()protected GridClientMessageGridTcpRestParser. parseClientMessage(GridNioSession ses, GridTcpRestParser.ParserState state)ParsesGridClientMessagefrom raw bytes.Methods in org.apache.ignite.internal.processors.rest.protocols.tcp with parameters of type GridClientMessage Modifier and Type Method Description voidGridTcpRestNioListener. onMessage(GridNioSession ses, GridClientMessage msg)This method is called whenever aGridNioParserreturns non-null value.voidGridTcpRestParser.ParserState. packet(GridClientMessage packet) -
Uses of GridClientMessage in org.apache.ignite.internal.processors.rest.protocols.tcp.redis
Classes in org.apache.ignite.internal.processors.rest.protocols.tcp.redis that implement GridClientMessage Modifier and Type Class Description classGridRedisMessageMessage to communicate with Redis client.
-