Uses of Class
org.apache.calcite.avatica.remote.Service.CommitRequest
-
Packages that use Service.CommitRequest Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Service.CommitRequest in org.apache.calcite.avatica.remote
Methods in org.apache.calcite.avatica.remote that return Service.CommitRequest Modifier and Type Method Description (package private) Service.CommitRequestService.CommitRequest. deserialize(com.google.protobuf.Message genericMsg)Methods in org.apache.calcite.avatica.remote with parameters of type Service.CommitRequest Modifier and Type Method Description Service.CommitResponseJsonService. apply(Service.CommitRequest request)Service.CommitResponseLocalService. apply(Service.CommitRequest request)Service.CommitResponseProtobufService. apply(Service.CommitRequest request)Service.CommitResponseService. apply(Service.CommitRequest request)
-