Interface TqlResourceImpl.QueryCancelable
-
- All Known Implementing Classes:
TqlResourceImpl.QueryPoller
- Enclosing class:
- TqlResourceImpl
public static interface TqlResourceImpl.QueryCancelableInterface 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 voidcancel()Tries to cancel the query.
-