Uses of Interface
org.apache.calcite.avatica.AvaticaConnection.CallableWithoutException
-
Packages that use AvaticaConnection.CallableWithoutException Package Description org.apache.calcite.avatica Avatica JDBC framework. -
-
Uses of AvaticaConnection.CallableWithoutException in org.apache.calcite.avatica
Methods in org.apache.calcite.avatica with parameters of type AvaticaConnection.CallableWithoutException Modifier and Type Method Description <T> TAvaticaConnection. invokeWithRetries(AvaticaConnection.CallableWithoutException<T> callable)Invokes the given "callable", retrying the call when the server responds with an error denoting that the connection is missing on the server.
-