程序包 com.mysql.cj

类 CancelQueryTaskImpl

  • 所有已实现的接口:
    CancelQueryTask, Runnable

    public class CancelQueryTaskImpl
    extends TimerTask
    implements CancelQueryTask
    Thread used to implement query timeouts...Eventually we could be more efficient and have one thread with timers, but this is a straightforward and simple way to implement a feature that isn't used all that often.