Class BigQueryConnector.BQTableLoadFuture

  • All Implemented Interfaces:
    com.google.common.util.concurrent.ListenableFuture<Void>, Future<Void>, org.pipecraft.infra.concurrent.CheckedFuture<Void,​BQException>
    Enclosing class:
    BigQueryConnector

    public static class BigQueryConnector.BQTableLoadFuture
    extends org.pipecraft.infra.concurrent.AbstractCheckedFuture<Void,​BQException>
    • Constructor Detail

      • BQTableLoadFuture

        public BQTableLoadFuture​(com.google.common.util.concurrent.ListenableFuture<Void> future)