Package io.trino.execution
Interface SplitRunner
-
- All Superinterfaces:
AutoCloseable,Closeable
public interface SplitRunner extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()StringgetInfo()booleanisFinished()com.google.common.util.concurrent.ListenableFuture<?>processFor(io.airlift.units.Duration duration)
-
-
-
Method Detail
-
isFinished
boolean isFinished()
-
processFor
com.google.common.util.concurrent.ListenableFuture<?> processFor(io.airlift.units.Duration duration)
-
getInfo
String getInfo()
-
close
void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-
-