public interface  org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise extends java.lang.Object implements org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.Promise, org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressiveFuture
{
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise setProgress(long, long);
public abstract boolean tryProgress(long, long);
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise setSuccess(java.lang.Object);
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise setFailure(java.lang.Throwable);
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise addListener(org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.GenericFutureListener);
public abstract transient org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise addListeners(org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.GenericFutureListener[]);
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise removeListener(org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.GenericFutureListener);
public abstract transient org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise removeListeners(org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.GenericFutureListener[]);
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise await() throws java.lang.InterruptedException;
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise awaitUninterruptibly();
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise sync() throws java.lang.InterruptedException;
public abstract org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.util.concurrent.ProgressivePromise syncUninterruptibly();
}