Uses of Class
org.apache.calcite.avatica.remote.ProtobufService
-
Packages that use ProtobufService Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of ProtobufService in org.apache.calcite.avatica.remote
Subclasses of ProtobufService in org.apache.calcite.avatica.remote Modifier and Type Class Description classLocalProtobufServiceA Service implementation that performs protocol buffer serialization on request and responses on either side of computing a response from a request to mimic some transport to a server which would normally perform such computation.classMockProtobufServiceA mock implementation of ProtobufService for testing.classRemoteProtobufServiceProtobufService implementation that queries against a remote implementation, using protocol buffers as the serialized form.
-