Package org.mariadb.jdbc.util.timeout
Interface QueryTimeoutHandler
-
- All Superinterfaces:
java.lang.AutoCloseable
- All Known Implementing Classes:
NoOpQueryTimeoutHandler
,QueryTimeoutHandlerImpl
public interface QueryTimeoutHandler extends java.lang.AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
QueryTimeoutHandler
create(int queryTimeout)
-
-
-
Method Detail
-
create
QueryTimeoutHandler create(int queryTimeout)
-
close
void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
-