public interface SplitRunner extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getInfo() |
boolean |
isFinished() |
com.google.common.util.concurrent.ListenableFuture<?> |
processFor(io.airlift.units.Duration duration) |
boolean isFinished()
com.google.common.util.concurrent.ListenableFuture<?> processFor(io.airlift.units.Duration duration)
String getInfo()
void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2012–2022. All rights reserved.