Uses of Class
org.apache.calcite.avatica.remote.Service.Request
-
Packages that use Service.Request Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.Request in org.apache.calcite.avatica.remote
Fields in org.apache.calcite.avatica.remote declared as Service.Request Modifier and Type Field Description private Service.RequestProtobufTranslationImpl.RequestTranslator. implFields in org.apache.calcite.avatica.remote with type parameters of type Service.Request Modifier and Type Field Description private java.util.Map<Service.Request,Service.Response>MockProtobufService. mappingMethods in org.apache.calcite.avatica.remote that return Service.Request Modifier and Type Method Description (package private) abstract Service.RequestAbstractHandler. decode(T serializedRequest)(package private) Service.RequestJsonHandler. decode(java.lang.String request)(package private) Service.RequestProtobufHandler. decode(byte[] serializedRequest)(package private) Service.RequestService.OpenConnectionRequest. deserialize(com.google.protobuf.Message genericMsg)(package private) abstract Service.RequestService.Request. deserialize(com.google.protobuf.Message genericMsg)(package private) Service.RequestService.SyncResultsRequest. deserialize(com.google.protobuf.Message genericMsg)(package private) Service.RequestService.TablesRequest. deserialize(com.google.protobuf.Message genericMsg)Service.RequestProtobufTranslation. parseRequest(byte[] bytes)Parses a serialized protocol buffer request into aService.Request.Service.RequestProtobufTranslationImpl. parseRequest(byte[] bytes)Service.RequestProtobufTranslationImpl.RequestTranslator. transform(com.google.protobuf.ByteString serializedMessage)Methods in org.apache.calcite.avatica.remote that return types with arguments of type Service.Request 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.Request 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)private Service.ResponseMockProtobufService. dispatch(Service.Request request)Fetches the static response for the given request.byte[]ProtobufTranslation. serializeRequest(Service.Request request)Serializes aService.Requestas a protocol buffer.byte[]ProtobufTranslationImpl. serializeRequest(Service.Request request)Constructors in org.apache.calcite.avatica.remote with parameters of type Service.Request Constructor Description RequestTranslator(com.google.protobuf.Parser<? extends com.google.protobuf.Message> parser, Service.Request impl)
-