Interface TqlResourceImpl.QueryCancelable
-
- All Known Implementing Classes:
TqlResourceImpl.QueryPoller
- Enclosing class:
- TqlResourceImpl
public static interface TqlResourceImpl.QueryCancelable
Interface handle to cancel Query operations that will submit their results through a Future Callback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancel()
Tries to cancel the query.
-