Uses of Class
org.apache.ignite.internal.processors.odbc.ClientListenerResponse
-
-
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.odbc
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.odbc Modifier and Type Class Description classClientAsyncResponseClient async response.Methods in org.apache.ignite.internal.processors.odbc that return ClientListenerResponse Modifier and Type Method Description ClientListenerResponseClientListenerRequestHandler. handle(ClientListenerRequest req)Handle request.ClientListenerResponseClientListenerRequestHandler. handleException(Throwable e, ClientListenerRequest req)Handle exception.Methods in org.apache.ignite.internal.processors.odbc that return types with arguments of type ClientListenerResponse Modifier and Type Method Description IgniteInternalFuture<? extends ClientListenerResponse>ClientAsyncResponse. future()Future for response.IgniteInternalFuture<? extends ClientListenerResponse>ClientListenerAsyncResponse. future()Future for response.Methods in org.apache.ignite.internal.processors.odbc with parameters of type ClientListenerResponse Modifier and Type Method Description ClientMessageClientListenerMessageParser. encode(ClientListenerResponse resp)Encode response to byte array.voidClientListenerResponseSender. send(ClientListenerResponse resp)Send response to the client.Constructor parameters in org.apache.ignite.internal.processors.odbc with type arguments of type ClientListenerResponse Constructor Description ClientAsyncResponse(long reqId, IgniteInternalFuture<? extends ClientListenerResponse> fut)Constructs async response. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.odbc.jdbc
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.odbc.jdbc Modifier and Type Class Description classJdbcResponseSQL listener response.Methods in org.apache.ignite.internal.processors.odbc.jdbc that return ClientListenerResponse Modifier and Type Method Description ClientListenerResponseJdbcRequestHandler. handle(ClientListenerRequest req)Handle request.ClientListenerResponseJdbcRequestHandler. handleException(Throwable e, ClientListenerRequest req)Handle exception.Methods in org.apache.ignite.internal.processors.odbc.jdbc with parameters of type ClientListenerResponse Modifier and Type Method Description ClientMessageJdbcMessageParser. encode(ClientListenerResponse msg)Encode response to byte array. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.odbc.odbc
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.odbc.odbc Modifier and Type Class Description classOdbcResponseSQL listener response.Methods in org.apache.ignite.internal.processors.odbc.odbc that return ClientListenerResponse Modifier and Type Method Description ClientListenerResponseOdbcRequestHandler. doHandle(OdbcRequest req)Handle ODBC request.ClientListenerResponseOdbcRequestHandler. handle(ClientListenerRequest req)Handle request.ClientListenerResponseOdbcRequestHandler. handleException(Throwable e, ClientListenerRequest req)Handle exception.Methods in org.apache.ignite.internal.processors.odbc.odbc with parameters of type ClientListenerResponse Modifier and Type Method Description ClientMessageOdbcMessageParser. encode(ClientListenerResponse msg0)Encode response to byte array. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client Modifier and Type Class Description classClientBooleanResponseBoolean response.classClientByteResponseByte response.classClientIntResponseInt response.classClientLongResponseLong response.classClientNotificationServer to client notification for some resource.classClientObjectNotificationNotification with object payload.classClientObjectResponseSingle object response.classClientResponseThin client response.classClientStringResponseSingle string response.Methods in org.apache.ignite.internal.processors.platform.client that return ClientListenerResponse Modifier and Type Method Description ClientListenerResponseClientRequestHandler. handle(ClientListenerRequest req)Handle request.ClientListenerResponseClientRequestHandler. handleException(Throwable e, ClientListenerRequest req)Handle exception.Methods in org.apache.ignite.internal.processors.platform.client with parameters of type ClientListenerResponse Modifier and Type Method Description ClientMessageClientMessageParser. encode(ClientListenerResponse resp)Encode response to byte array. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.binary
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.binary Modifier and Type Class Description classClientBinaryConfigurationGetResponseBinary meta response.classClientBinaryTypeGetResponseBinary meta response. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.cache
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.cache Modifier and Type Class Description classClientCacheEntryEventNotificationContinuous query notification.classClientCacheGetConfigurationResponseCache configuration response.classClientCacheGetNamesResponseCache names response. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.cluster
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.cluster Modifier and Type Class Description classClientClusterGroupGetNodeIdsResponseCluster group get nodes identifiers response.classClientClusterGroupGetNodesDetailsResponseCluster group get nodes details response.classClientClusterGroupGetNodesEndpointsResponseCluster group get nodes endpoints response. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.compute
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.compute Modifier and Type Class Description classClientExecuteTaskResponseExecute task response. -
Uses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.service
Subclasses of ClientListenerResponse in org.apache.ignite.internal.processors.platform.client.service Modifier and Type Class Description classClientServiceDescriptorResponseService descriptor.classClientServiceDescriptorsResponseService descriptors.classClientServiceMappingsResponseService topology response.
-