Uses of Class
org.apache.calcite.avatica.remote.Service.Response
-
Packages that use Service.Response Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.Response in org.apache.calcite.avatica.remote
Subclasses of Service.Response in org.apache.calcite.avatica.remote Modifier and Type Class Description static classService.CloseConnectionResponseResponse fromService.CloseConnectionRequest.static classService.CloseStatementResponseResponse fromService.CloseStatementRequest.static classService.CommitResponseAn RPC response from invoking commit on a Connection.static classService.ConnectionSyncResponsestatic classService.CreateStatementResponseResponse fromService.CreateStatementRequest.static classService.DatabasePropertyResponseResponse forMeta.getDatabaseProperties(Meta.ConnectionHandle).static classService.ErrorResponseResponse for any request that the server failed to successfully perform.static classService.ExecuteBatchResponseResponse object for executing a batch of commands.static classService.ExecuteResponseResponse to aService.PrepareAndExecuteRequest.static classService.FetchResponseResponse fromService.FetchRequest.static classService.OpenConnectionResponseResponse fromService.OpenConnectionRequest.static classService.PrepareResponseResponse fromService.PrepareRequest.static classService.ResultSetResponseResponse that contains a result set.static classService.RollbackResponseAn RPC response from invoking rollback on a Connection.static classService.RpcMetadataResponseResponse that includes information about the server that handled an RPC.static classService.SyncResultsResponseResponse forService.apply(SyncResultsRequest).Fields in org.apache.calcite.avatica.remote declared as Service.Response Modifier and Type Field Description private Service.ResponseProtobufTranslationImpl.ResponseTranslator. implFields in org.apache.calcite.avatica.remote with type parameters of type Service.Response Modifier and Type Field Description private java.util.Map<Service.Request,Service.Response>MockProtobufService. mappingMethods in org.apache.calcite.avatica.remote that return Service.Response Modifier and Type Method Description Service.ResponseLocalProtobufService. _apply(Service.Request request)Service.ResponseMockProtobufService. _apply(Service.Request request)abstract Service.ResponseProtobufService. _apply(Service.Request request)Derived class should implement this method to transport requests and responses to and from the peer service.Service.ResponseRemoteProtobufService. _apply(Service.Request request)(package private) abstract Service.ResponseService.Request. accept(Service service)(package private) Service.ResponseService.TablesRequest. accept(Service service)(package private) abstract Service.ResponseService.Response. deserialize(com.google.protobuf.Message genericMsg)private Service.ResponseMockProtobufService. dispatch(Service.Request request)Fetches the static response for the given request.Service.ResponseProtobufTranslation. parseResponse(byte[] bytes)Parses a serialized protocol buffer response into aService.Response.Service.ResponseProtobufTranslationImpl. parseResponse(byte[] bytes)Service.ResponseProtobufTranslationImpl.ResponseTranslator. transform(com.google.protobuf.ByteString serializedMessage)Methods in org.apache.calcite.avatica.remote that return types with arguments of type Service.Response Modifier and Type Method Description private java.util.Map<Service.Request,Service.Response>MockProtobufService. createMapping()Methods in org.apache.calcite.avatica.remote with parameters of type Service.Response Modifier and Type Method Description (package private) abstract TAbstractHandler. encode(Service.Response response)Serialize the givenService.Responseper the concreteHandlerimplementation.(package private) java.lang.StringJsonHandler. encode(Service.Response response)Serializes the provided object as JSON.(package private) byte[]ProtobufHandler. encode(Service.Response response)byte[]ProtobufTranslation. serializeResponse(Service.Response response)Serializes aService.Responseas a protocol buffer.byte[]ProtobufTranslationImpl. serializeResponse(Service.Response response)Constructors in org.apache.calcite.avatica.remote with parameters of type Service.Response Constructor Description ResponseTranslator(com.google.protobuf.Parser<? extends com.google.protobuf.Message> parser, Service.Response impl)
-