Uses of Class
org.apache.calcite.avatica.remote.JsonService
-
Packages that use JsonService Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of JsonService in org.apache.calcite.avatica.remote
Subclasses of JsonService in org.apache.calcite.avatica.remote Modifier and Type Class Description classLocalJsonServiceImplementation ofServicethat goes to an in-process instance ofService.classMockJsonServiceMock implementation ofServicethat encodes its requests and responses as JSON and looks up responses from a pre-defined map.classRemoteServiceImplementation ofServicethat translates requests into JSON and sends them to a remote server, usually an HTTP server.
-