Interface SplitRunner

All Superinterfaces:
AutoCloseable, Closeable

public interface SplitRunner extends Closeable
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
     
    boolean
     
    com.google.common.util.concurrent.ListenableFuture<Void>
    processFor(io.airlift.units.Duration duration)
     
  • Method Details

    • isFinished

      boolean isFinished()
    • processFor

      com.google.common.util.concurrent.ListenableFuture<Void> processFor(io.airlift.units.Duration duration)
    • getInfo

      String getInfo()
    • close

      void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable