Uses of Class
org.apache.ignite.internal.processors.rest.client.message.GridClientAbstractMessage
-
Packages that use GridClientAbstractMessage Package Description org.apache.ignite.internal.processors.rest.client.message Defines messages that are used in binary TCP communication between Ignite clients and nodes. -
-
Uses of GridClientAbstractMessage in org.apache.ignite.internal.processors.rest.client.message
Subclasses of GridClientAbstractMessage in org.apache.ignite.internal.processors.rest.client.message Modifier and Type Class Description 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.classGridRouterResponse
-