Uses of Interface
org.apache.calcite.avatica.remote.Handler
-
Packages that use Handler Package Description org.apache.calcite.avatica.remote JDBC driver that uses remote procedure calls. -
-
Uses of Handler in org.apache.calcite.avatica.remote
Classes in org.apache.calcite.avatica.remote that implement Handler Modifier and Type Class Description classAbstractHandler<T>Abstract base class forHandlers to extend to inherit functionality common across serialization strategies.classJsonHandlerclassProtobufHandlerDispatches serialized protocol buffer messages to the providedServiceby converting them to the POJO Request.
-