Uses of Class
org.apache.calcite.avatica.remote.Service.ConnectionSyncRequest
-
Packages that use Service.ConnectionSyncRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.ConnectionSyncRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.ConnectionSyncRequest Modifier and Type Method Description (package private) Service.ConnectionSyncRequestService.ConnectionSyncRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.ConnectionSyncRequest Modifier and Type Method Description Service.ConnectionSyncResponseJsonService. apply(Service.ConnectionSyncRequest request)Service.ConnectionSyncResponseLocalService. apply(Service.ConnectionSyncRequest request)Service.ConnectionSyncResponseProtobufService. apply(Service.ConnectionSyncRequest request)Service.ConnectionSyncResponseService. apply(Service.ConnectionSyncRequest request)
-